搜索资源列表
pente
- 五子棋程序,采用智能算法,可以实现人机博弈,以及两人对战,以及智能提示,还可以保留残局等-Gobang procedures, the use of intelligent algorithms, human-computer game can be achieved, as well as the two battle, and smart tips, you can retain the mess, etc.
wuziqiCode
- 这个是用了简单的MFC功能写成的五子棋源代码,用户可以选用黑色或者白色棋子,包含三个功能类,算法精炼,易懂。-This is a simple function written in the backgammon MFC source code, users can choose black or white pieces, contains three functional classes, the algorithm refined, easy to understand.
wuziqi
- 西工大算法作业,五子棋大作业。能实现人机对弈-The NPU algorithm job, backgammon job. Can realize man-machine chess
FIVECHESS
- 一个简单的五子棋小程序,简单的实现了人工智能算法。包含所有的头文件以及CPP文件-A simple backgammon applet, simple artificial intelligence algorithms. Contains all the header files and the CPP file. .
Gobang-master
- c++实现五子棋算法,可用,电脑难度适中!-C++ implementation Gobang algorithm, available computer, moderate difficulty!
Backgammon-game-source-code
- 实现五子棋人际对战的代码,包含画棋盘,下棋AI算法实现以及悔棋功能-Backgammon game source code
chess
- 单人下五子棋,剪枝算法实现计算机下棋,没有图形界面,比较简单,适合初学者学习-Under single backgammon, chess computers pruning algorithm, no graphical interface, relatively simple, suitable for beginners to learn
gobang
- 五子棋算法,基于C++,实现了能够人人和人机对战的五子棋小游戏-Gobang algorithm, based on C++, and everyone can realize the Battle of the game
cturiealgorithmthe
- java开发的五子棋游戏,为课程作业,其中关于判断输赢的算法可以研究-Java development gobang game, as the course assignments, including judging about winning or losing the algorithm can study
stury-study-game
- java开发的五子棋游戏,为课程作业,其中关于判断输赢的算法可以研究-Java development gobang game, as the course assignments, including judging about winning or losing the algorithm can study
end
- java开发的五子棋游戏,为课程作业,其中关于判断输赢的算法可以研究()
chess -v1.1.0
- 五子棋系统 2017.8.30 一、开发环境 五子棋系统是由Eclipse IDE for C/C++ Developers(Version: Kepler Service Release 2)在Windows系统下创建而成。源代码储存地址为D:\workspace\chess\main.c。 二、算法 搜索类型是采取“米”字型搜索,搜索顺序为横竖斜左斜右,A为横,B为竖,C为总左往右斜,D为从右往左斜,最后为按照顺序选择可下位置;在搜索个数上是优先搜索连续成4的再搜索
103603
- 一个很强的五子棋哦,希望大家能够喜欢,里面有具体的算法,主要用于人机对战使用的()