搜索资源列表
俄罗斯方块是一款经典的小游戏
- 一款非常经典的C源码小游戏编程,里面有详细的算法格式-one of the very classic game of small C source program, there are detailed algorithm format
wadilei
- 该程序是挖地雷游戏的源码,思想明确,已经经过调试,可以直接运行,visual c++的算法-mines dug game source code, clear thinking, has already debugging, direct operation, visual c algorithm
five
- 一个简单的五子棋程序源码。 我用java编的五子棋游戏,AI不是很高.我有一好的思路,用递归算法来判断以后几步的形势,希望大家来完善它.
wuziqi
- 一款五子棋的小程序源码。适用于本科同学的课题设计,对算法设计的学习有深入的提高
five
- 一个经典的五子棋c++程序,非常不错,有算法有源码
AI
- 井字棋程序(源码)及设计文稿,还有井字棋算法演示程序
FiveChess
- 五子棋程序源码,可以自由实现人机对弈。程序中增加了人机优先次序的选择,而其实现了悔棋等功能。对于学习五子棋编写算法的读者有很大帮助。
Cfam
- 很经典的一个翻转棋源码,反正代码非常规范,值得学习,算法也很高明
program
- 麻将源码,自己设计了洗牌算法,没有加入人工智能,没时间不想加了,大家可以拿去自己加上即可.
Chess
- 这是中国象棋VC++源码,当然最关键是其中算法的实现。
zgxq
- C++ 中国像棋源码,人机对战,有棋谱算法
vc++编写的五子棋游戏源码
- vc++编写的五子棋游戏,支持人机对下,网络对下,算法精炼,限于本人五子棋水平有限,目前自动算法只能达到普通爱好者水平
chess.rar
- 中国象棋源码,VC,本人机对弈程序采用了多种搜索算法,Chinese chess source, VC, my machine using a variety of game procedures search algorithm
ddzsuanfa1
- 一款讲斗地主算法的源码,有测试程序!可以进行测试!-A source speaking斗地主algorithm, a test procedure! Can test!
xiangqi
- 中国象棋的游戏源码,使用了人工智能的Alpha-Beta搜索算法-Chinese chess game source code, the use of artificial intelligence Alpha-Beta Search Algorithm
N-QUEEN
- 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。 N皇后算法源码-N × N in a chess board in N months before Queen s, so that the N-Queen s was the other side can not eat each other. N Queen s algorithm source code
Gobang
- 五子棋游戏的源码及程序,基于VisualStudio2008,该程序主要是研究五子棋的算法,有一个美观的界面-Renju game source code and procedures, based on VisualStudio2008, the program is to study Gobang algorithm, there is a beautiful interface
ChineseChess
- 中国象棋源码,分电脑对弈或联网对弈。电脑对弈采用多种算法。-ChineseChess
alpha-beta
- 五子棋java源码采用alpha—beta剪枝算法具有悔棋,可选择禁手,支持人机对战,人人对战,先手选择等功能-Gobang java source code by alpha- beta pruning algorithm with undo, choose cut hand, support man-machine to war, everyone of warfare, offensive selection function
flash as3.0五子棋游戏(源码)
- 本软件为falsh as3.0代码编写的五子棋游戏,结构简单,算法不错。