搜索资源列表
BoxDual
- 是一个有自动求解功能的推箱子游戏,本人的旧作品。使用了从起点和终点两个方向同时进行有向图搜索的方法,是学习博弈算法的极佳参考。闲来玩玩这个游戏可锻炼思维,精选了网上流行的很多高难度地图,如果全部都可不使用AI求解,那就很厉害了。-is an automatic function of viewing solving games, my old works. Use the starting and finishing points from two directions simultaneous
FengartOthello_V1.0_Source
- 整体来说,这份代码是能够实现了黑白棋的智能下棋功能,而且也不弱,我想在国内应该找不到.NET版、而且高智能的黑白棋源代码了。 本来没打算发源代码,吝啬?主要我怕部分“懒人”修改本程序的界面,然后作为自己的东东去发布,还美其名曰“原创”(汗!),我想你不会是这样的人。 发源代码的目的是抛砖引玉(小弟我抛砖,有玉的尽量砸过来)。AI算法是通用的,并不局限于某种棋,你可以取其精华去其糟粕,少走很多不必要的弯路。 源码也方便了那些一心只想搞算法而不想花心思在界面上的朋友。 -overal
MatrixChain
- 《算法分析与设计》中的 “矩阵连乘程序”给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2 ,…,n-1。由于矩阵满足乘法的结合律,根据加括号的如何确定计算矩阵连乘积的计算次序,使得依此次序计算矩阵连乘积需要的数乘次数最少。
wuziqi
- 五子棋的实现 博弈,该文档叫你如何一步一步实现五子棋,可以说是一个相当不错的ai算法
evading
- 模拟游戏中最基本的追击问题的AI算法。 用户可以控制逃离的物体。考虑移动物体在转向时的加速度变化
AI算法
- 详细的算法和介绍
ai
- 用于学习人工智能,涉及到一些学习的算法,相信一定会很有用的-For learning artificial intelligence, involving a number of learning algorithms, it is believed would be useful
MFCRenju
- MFC的五子棋实现人机博弈,超强AI算法,大家可以下载看一下,欢迎提出意见-MFC-realization of human-computer backgammon game, super AI algorithm, we can download and look at comments welcome
AI
- 用A算法实现的解决8数码问题,算法课上参照课本做的-A solution algorithm with 8 digital issues, the algorithm class reference books do
Buckland_Chapter4-SimpleSoccer
- 这个程序是描述两阴足球比赛的,不过不是人工控制的,是电脑智能控制,里面有AI算法,适合学习AI初学者登用,里面有一个Common文件,运行时要将这个文件路径导入才能运行,否刚系统会说识别不了头文件-This procedure is described in two female soccer match, but not an artificial control, intelligent computer control, AI algorithms, for learning AI beg
AI-Life
- C#遗传算法和人工神经算法实例代码,一个简单的人工神经网络和遗传算法例子,界面语言为英文,是从老外那里搞到的,功能不只是人工神经和遗传算法,想学习的可以起到很好的借鉴作用,值得看看。-C# genetic algorithms and artificial neural algorithm example code, the example of a simple artificial neural networks and genetic algorithms, interface langu
AI
- AI算法,包括路径规划与移动技术.有限状态机,脚本技术,群聚技术,遗传算法,神经网络-AI algorithms, including path planning and mobile technology. Finite state machines, scr ipting technologies, clustering techniques, genetic algorithms, neural networks
AI-Life
- C#遗传算法和人工神经算法实例源码下载,一个简单的人工神经网络和遗传算法例子,界面语言为英文,是从老外那里搞到的,功能不只是人工神经和遗传算法,想学习的可以起到很好的借鉴作用,值得看看。 ,作者拥有版权,仅供学习与参考。-C# genetic algorithm and artificial neural algorithm example source code download, examples of a simple artificial neural network and gen
Backgammon-game-source-code
- 实现五子棋人际对战的代码,包含画棋盘,下棋AI算法实现以及悔棋功能-Backgammon game source code
AI
- A*算法排序九宫格-A* algorithm for ranking squares
src
- 四子棋ai算法-this is chess for four, and AI is possible.............................
引入了UCT算法的围棋AI程序代码
- 给需要参考UCT搜索算法的人提供参考,提高自己设计的棋类的棋力(Provide references to people who need to refer to the UCT search algorithm)
AITANK
- aitank匹配模式开火合 AI-TANK程序进行C语言学习,遗传算法(Aitank match mode fire)
MyAI
- 神经网络+遗传算法的框架,unity 2017.3.0,经过每一代基因的遗传,下一代小车走的路程更长,知道小车走出曲折的通道(The neural network + genetic algorithm framework, unity 2017.3.0, passes through each generation of genes, the next generation of cars walk longer, knowing that the car goes out of the to
MineClearance
- 人工智能算法实现扫雷小游戏,不用玩家自己扫,系统直接执行扫雷(mineclearance game by AI algorithm)