搜索资源列表
blackwhitechess
- 这是一个简单的黑白棋程序,可以下载用于简单的参考-This is a simple procedure reversi, can be downloaded for easy reference
BWChess
- 黑白棋程序,下载后可以直接通过VC程序运行
solver.1-4
- 黑白棋终局解算程序,深度很深,内有详细的文档。
长整数四则运算
- 偶这个程序是用c语言编写的黑白棋游戏
BlackWhiteChess
- 黑白棋程序。可以自己设置难度。难度分为1,2,3
heibaiqi
- 用VC++实现的黑白棋程序,基于MFC类库 希望大家在此基础上改进
Algorithm_analysis_and_programme_design
- 实用算法分析与程序设计 目录: 第一章基础算法 第二章 顺序统计算法和中位数 第三章 有关数论的算法 第四章 计算几何学 第五章 显式固的基本算法 第六章 隐式图的基本算法 第七章 网络流的算法 第八章 动态程序设计 第九章 题库 一、神秘的大陆 二、迷宫车间 三、Hamilton机器人 四、魔方工具包 五、Tom、Jerry和奶酪 六、债务 七、Sinistra 的城市 八、游戏 九、加法链 十、黑白棋 十一、
bandw
- 经典的黑白棋完成程序,VC++实现,无错误可直接学习使用。-Reversi classic complete the process, VC++ to achieve, can be error-free learning.
final
- 一个黑白棋程序的算法,程序输出一方棋子在8*8棋盘上的坐标,使用了alpha-beta剪枝和估值等方法实现。-1 Knightmare program algorithm, the program output of one piece of 8* 8 chessboard coordinates, using the alpha-beta pruning and valuation methods to achieve.
heibaiqi.c
- 用C实现的黑白棋源程序,有人工智能的人机对战,用算法树深度搜索,原始的C图形界面,turboC或TC编译器运行。网络上实现黑白棋大多选择VC++,并没有用C实现并且有人工智能的程序。-Implementation of Othello with C source code, there is artificial intelligence, human-machine gaming, with the depth of search tree algorithm, the original C-
bwchess
- 基于博弈算法,Alpha-beta剪枝算法以及估值函数的黑白棋程序实现-Game-based algorithm, Alpha-beta pruning algorithm and the valuation function of Othello program implementation
323521
- 黑白棋实例研究,基于人工智能的黑白棋程序设计,()