搜索资源列表
xunjin1.0
- 寻径算法演示平台~~提供给计算机博弈爱好者参考学习-routing algorithm 3M ~ ~ for computer game enthusiasts Reference Learning
Alpha_Beta剪枝算法
- C++实现了Alpha_Beta剪枝算法,对于给定的Alpha_Beta博弈树,使用Alpha_Beta剪枝算法对其进行剪枝,输出剪掉的结点。
chesse
- pc游戏编程_人机博弈,算法和实现都比较完整,源码可运行。且可以从中学到很好的算法知识,和人机博弈-pc game programming _ man-machine game, algorithms and realization are relatively complete, source code can run. And can learn a good knowledge of algorithms, and human-computer game
tree
- 本文档列举了各种博弈树算法,并进行了比较及实现思想。-Comparison of a variety of game tree algorithms and implementation ideas.
Minimax_niujiaoqi
- 利用极小极大算法实现简单的零和博弈;利用递归算法实现博弈树搜索的方法,并解决牛角棋问题。-Using minimal algorithm to achieve a simple zero-sum game the use of recursive algorithm to achieve the game tree search method, and solve the horns chess problem.