搜索资源列表
vc五子棋
- 五子棋核心算法源程序-331 core algorithm source code
13_140923_model
- 斗地主的核心算法,给大家参考一下
five chess
- 五子棋的核心算法-renju the core algorithm
gobang
- C#开发的五子棋人机对弈程序,其中核心算法由C语言编写。内含开发文档,包括核心算法详细说明及功能函数解释。
五子棋的核心算法
- 五子棋核心算法,介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-331 core algorithm, introduced 331 procedures of the structure, score rules, methods and judgment of the outcome search algorithm process
五子棋的核心算法
- 五子棋的核心算法 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣 性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝 和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规 则、胜负判断方法和搜索算法过程。-331 of 331 core algorithm is a widely loved by the public of the game, its rules simple and changeable, ver
pente
- 五子棋核心算法,介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-Gobang the core algorithm, introduce the data structure Gobang procedures, scoring rules, the outcome of the methods and search algorithms to determine the course of
Gobang_the_core_algorithm
- 此乃五子棋的核心算法,采用C语言编程,希望可以帮助大家-This is the core of Gobang algorithm, the use of C language programming, I hope you can help
flychess
- 用MFC编写的飞行棋游戏,包括游戏界面、核心算法、走棋动画的实现。-Prepared using MFC flight chess games, including the game interface, the core algorithm, take the chess animation implementation.
FiveQi
- 我写的五子棋人机对弈程序,开发环境是Code::Block8.02,是用的Win32 SDK编程,没用任何框架,所以其它开发环境应该把源文件加入工程就OK了,但是我没试过。核心算法参考了Zhong_Zw的程序,特此感谢。本来还想实现博弈树的算法,可是没有调试通过,就放弃了。使用的算法是贪心算法,还有随机算法。-I wrote the man-machine chess backgammon program development environment Code:: Block8.02, is
algorithm.document
- 五子棋的核心算法高级文档The core algorithm Gobang advanced document -The core algorithm Gobang advanced document
finally
- 自己写的五子棋游戏,实现了人机对弈,可以悔棋到任何一步。采用博弈树搜索,核心算法为极大极小值算法。-Write their own backgammon game, chess machine realized, you can undo any step. Game tree search using the core algorithm for the minimax algorithm.
wuzhiqi
- 五子棋游戏的核心算法与实现, 界面与通信开发-Gobang the core algorithm and implementation, interface and communication development
FiveChess
- java 五子棋程序的核心算法 适合初学者查看-java backgammon program' s core algorithm is suitable for beginners to view
doudizhu
- 斗地主源代码,绝对能通过的源码,有可执行文件 根据斗地主出牌规则.对玩家出的牌进行检验.判断是否符合出牌规则. (关于斗地主的出牌规则网上有很多) 思路:将玩家的牌按升序排序.然后将牌进行拆分,分存在4个数组中.拆分规则如下: 假设有牌:333\444\555\789 则拆分后数组中的数据如下 arr[0]:345789 arr[1]:345 arr[2]:345 arr[3]:null 可以看出拆分规则是:如果遇到相同数字的牌则存
wuziqi-code
- 介绍五子棋的核心算法以及一些代码的基本讲解。-Introduce the core algorithm backgammon and some basic code to explain.
wuzi
- 使用C语言编写的五子棋游戏,提供最核心算法,上层可添加图形界面。-gobang game write by C.
VBChess
- 一个VB写的中国象棋源码,提供人机对战和双人下棋2种模式,算法核心采用 自动递归层次提升技术 以提高自动走棋的智能与常规棋式参考结合。提供载入棋局,保存棋局功能;可以悔棋。功能还是比较完善的。此源码由Dingcrown Soft免费发布,http://www.dingcrown.com/soft-Chinese chess source code written in VB, man-machine war and Double chess modes, the algorithm core u