Welcome![Sign In][Sign Up]
Location:
Search - ai

Search list

[AI-NN-PRAI

Description: 人工智能课件,对刚学习人工只能,还有要考试的同学,有所帮助的,里面有例题对加深了解,有进一步帮助-Artificial intelligence software, just learning artificial only, but also to test the students, has been helpful, there are sample questions to deepen understanding and further help
Platform: | Size: 4203520 | Author: laixianhang | Hits:

[Chess Poker gamesSnoopyFive

Description: 应用人工智能的五子棋游戏,可以很好的研究人工智能AI的应用和设计方法!-Application of Artificial Intelligence Gobang games, can be well studied in artificial intelligence AI applications and design methods!
Platform: | Size: 11593728 | Author: 苏成林 | Hits:

[OtherEuler_fuction

Description: Euler函数: m = p1^r1 * p2^r2 * …… * pn^rn ai >= 1 , 1 <= i <= n Euler函数: 定义:phi(m) 表示小于等于m并且与m互质的正整数的个数。 phi(m) = p1^(r1-1)*(p1-1) * p2^(r2-1)*(p2-1) * …… * pn^(rn-1)*(pn-1) = m*(1 - 1/p1)*(1 - 1/p2)*……*(1 - 1/pn) = p1^(r1-1)*p2^(r2-1)* …… * pn^(rn-1)*phi(p1*p2*……*pn) 定理:若(a , m) = 1 则有 a^phi(m) = 1 (mod m) 即a^phi(m) - 1 整出m 在实际代码中可以用类似素数筛法求出 for (i = 1 i < MAXN i++) phi[i] = i for (i = 2 i < MAXN i++) if (phi[i] == i) { for (j = i j < MAXN j += i) { phi[j] /= i phi[j] *= i - 1 } } 容斥原理:定义phi(p) 为比p小的与p互素的数的个数 设n的素因子有p1, p2, p3, … pk 包含p1, p2…的个数为n/p1, n/p2… 包含p1*p2, p2*p3…的个数为n/(p1*p2)… phi(n) = n - sigm_[i = 1](n/pi) + sigm_[i!=j](n/(pi*pj)) - …… +- n/(p1*p2……pk) = n*(1 - 1/p1)*(1 - 1/p2)*……*(1 - 1/pk) -err
Platform: | Size: 1024 | Author: Campbell | Hits:

[Other Riddle gamesAIOX

Description: 圈圈叉叉的電腦AI設定範例用VisualBasic寫成-Circle叉叉computer AI set an example of using VisualBasic written
Platform: | Size: 3072 | Author: 蔡培鴻 | Hits:

[Embeded-SCM DevelopKstan

Description: windows嵌入式编程,一个带有网络功能的纸牌游戏。可以建立主机,加入游戏等。也有单机游戏,可令AI参与游戏。 使用了Windows mobile 6 professional sdk 如果使用device emulator测试此程序,请提前安装virtual PC 2007或者device emulator虚拟网卡,否则网络功能无法演示。-windows embedded programming, with a network function of card games. Can create a host, joined the games. There are stand-alone games, will enable AI from the game. The use of Windows mobile 6 professional sdk If you use the device emulator to test this procedure, please advance to install virtual PC 2007 virtual network card or device emulator, otherwise the network function can not be demonstrations.
Platform: | Size: 5713920 | Author: Peter Pan | Hits:

[Windows DevelopmatrixChain

Description: 问 题:矩阵连乘问题 描 述:给定n个矩阵{A1,A2,...,An},其中Ai与Ai+1是可乘的,i=1,2…,n-1.考察这n个矩阵的连乘积A1A2...An。矩阵A 和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p x q矩阵,B是一个q * r矩阵,则其乘积C=AB是一个p * r矩阵,需要pqr次数乘。 编程任务:对于给定的相继n个矩阵{A1,A2, ..., An }及其维数,编程计算矩阵连乘积A1A2...An 需要的最少数乘次数。 -Question: Even by the issue of Matrix Description: given n matrices (A1, A2 ,..., An), which Ai and Ai+ 1 is the multiplicative, i = 1,2 ..., n-1. Visit this n Even a matrix product A1A2 ... An. Matrix A and B take the condition that the matrix A the number of rows equal to the number of rows of matrix B. If A is a pxq matrix, B is a q* r matrix, then their product C = AB is a p* r matrix, the need to take the number of pqr. Programming tasks: one after another for a given n matrices (A1, A2, ..., An) and its dimension, programming computing matrix product A1A2 ... An even needed by the number of at least a few.
Platform: | Size: 14336 | Author: Katherine | Hits:

[AI-NN-PR11AI

Description: 提供一matlab编写的人工免疫的算法源程序,包括优化,分类函数等所多功能-Matlab prepared to provide artificial immune algorithm source, including optimization, classification by function, such as multi-functional
Platform: | Size: 683008 | Author: jcuaon | Hits:

[AI-NN-PRltjjr

Description: 登陆用户名/密码乱输入即可,因为功能不在这儿。 登陆界面全是图片,只是为了演示更亲切一点。 主要对话AI内容在talk.dat 里面,他是程序的数据库。 本程序核心代码为网友sc寻制作的,本人自己把外设界面加上而成的,可以给VB学习者以借鉴。-Your username/password input can be arbitrary because the function was not here. Landing Interface are pictures, just to demonstrate a little more cordial. AI content of the main dialogue talk.dat inside, he is a procedural database. This procedure code for the core users find sc produced, I own to add peripheral interfaces formed, can give VB learners to learn from.
Platform: | Size: 364544 | Author: 力人 | Hits:

[Windows Developfivechess

Description: 一个用C++写的五子棋,AI水平中等,无界面,直接在dos下运行即可-One with C++ Written Gobang, AI middle-level, non-interface, directly in the running to dos
Platform: | Size: 1008640 | Author: zj | Hits:

[Otheraisnake

Description: 实现ai的代码,实现贪心的变形,遍历地图上的果子。选取权距比最大区域-Ai code to achieve to achieve the deformation greedy, Ergodic fruit on the map. The right to select from than the largest regional
Platform: | Size: 1024 | Author: Eric | Hits:

[Chess Poker gamesvb_ddz

Description: 一个VB斗地主游戏的雏形,实现了随机发牌,按大小王从大到小顺序发牌,一张牌跟NPC交互对比大小。其他的编不下去了,不知道AI怎么搞。 我自己做的,可能程序效率很差,可以拿去看看,大家相互学习。 -VB斗地主an embryonic form of the game to achieve a random licensing, according to the size of the order of King smallest licensing, a card the size compared with NPC interaction. Other series do not go on, I do not know how to engage AI. I have done, may be inefficient procedures can be taken to see, we learn from each other.
Platform: | Size: 96256 | Author: 力人 | Hits:

[Game Programwuziqi

Description: 五子棋,支持人机对战,有很高的电脑AI,可以调整权值从而使程序电脑AI变高-Gobang in support of the war machine with a high degree of computer AI, can adjust the weights so that the procedures changed computer AI high
Platform: | Size: 2048 | Author: 胡亮 | Hits:

[Windows DevelopMantis

Description: 一个简单的象棋游戏 AI做的很一般 不过过程很有趣-A simple chess game AI do very general but very interesting process
Platform: | Size: 2551808 | Author: marcocyt | Hits:

[Compress-Decompress algrithmshaffmantree

Description: ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D, ai-1基本操作P: HuffmanTree() 构造函数 ~ HuffmanTree() 析构函数 Initialization(int WeightNum) 操作结果:构造哈夫曼树。 Encoder() 初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。 操作结果:对字符串进行编码 Decoder() 初始条件:哈夫曼树已存在且已编码。 操作结果:对二进制串进行译码 Print() 初始条件:编码文件已存在。 操作结果:把已保存好的编码文件显示在屏幕 TreePrinting() 初始条件:哈夫曼树已存在。 操作结果:将已在内存中的哈夫曼树以直观的方式显示在终端上 -err
Platform: | Size: 4096 | Author: 罗罗 | Hits:

[matlabBP

Description:
Platform: | Size: 6144 | Author: 龙伯华 | Hits:

[AI-NN-PRAI

Description: 人工智能研究生课程课件,把当前人工智能的各个研究方向给予了概述,并详细分析了很多经典的算法。-Artificial Intelligence postgraduate courses courseware, the current research directions in artificial intelligence at all to give an overview and detailed analysis of a number of classic algorithms.
Platform: | Size: 864256 | Author: yinxue | Hits:

[Crack Hackrsajiamiyunli

Description: 加密的步骤 1) 计算N的有效位数tn(以字节数计),将最高位的零忽略掉,令tn1=tn-1。比如N=0x012A05,其有效位数tn=5,tn1=4。 2) 将明文数据A分割成tn1位(以字节数计)的块,每块看成一个大数,块数记为bn。从而,保证了每块都小于N。 3) 对A的每一块Ai进行Bi=Ai^E MOD N运算。Bi就是密文数据的一块,将所有密文块合并起来,就得到了密文数据B。 -Encryption step 1) calculating the median N effective tn (in bytes) of the maximum zero-bit ignored, so that tn1 = tn-1. For example, N = 0x012A05, its effective median tn = 5, tn1 = 4. 2) to express the data A is separated into TN1 bit (in bytes) of the block, as a lump sum for each block, block number recorded as bn. Thus, to ensure that each block are less than N. 3) A 1 Ai for each Bi = Ai ^ E MOD N computing. Bi is a piece of ciphertext data of all ciphertext blocks combined together, we received ciphertext data B.
Platform: | Size: 12288 | Author: 阿达悟 | Hits:

[OtherArtificialIntelligenceandExpertSystemsforEngineers

Description: Artificial Intelligence and Expert Systems for Engineers.rar
Platform: | Size: 1462272 | Author: Hoclis | Hits:

[Windows Developqipai_ai

Description: 非常优秀的棋牌类游戏源码,包含AI及机器人的难度调节算法-Excellent source Card games, including the difficulty of AI and robot-conditioning algorithm
Platform: | Size: 211968 | Author: numenr | Hits:

[Other Gamesjavapda

Description: 该堡垒游戏是基于J2ME开发的手机RPG游戏,采用midp2.0技术实现了菜单、地图、主角动作及怪物动作和AI等,主要通过精灵间的碰撞检测来触动事件发生。游戏的主流程是玩家利用手机键盘操作主角在堡垒中拾取道具破解迷宫,并且随着关数的增加,游戏的难度也逐渐增加。另外,游戏中还包括了排行榜,声音设置,帮助等各种附加功能。其中充满了趣味性和刺激性,是适合各年龄段的益智冒险类游戏。-The bastion of the game is based on the development of J2ME mobile RPG games, using technology to achieve a midp2.0 menu, map, the protagonist moves and monster AI movements and so on, mainly through inter-collision detection wizard to trigger incidents. The game s main process is the use of mobile phone keyboard-player characters in the fortress in the maze to pick up props break, and with the increase in customs, games, gradually increasing the difficulty. In addition, the game also includes charts, sound settings, to help a variety of additional features. Which is full of interesting and provocative, is suitable for all ages Adventure puzzle game.
Platform: | Size: 29696 | Author: 瑞力克 | Hits:
« 1 2 ... 43 44 45 46 47 4849 50 »

CodeBus www.codebus.net