搜索资源列表
GobangGame
- 单机版五子棋,可以双人对奕,里面的算法很详尽,特别适合初学编程者看,希望大家多提意见-331 standalone version can double games inside the algorithm is very detailed, particularly suitable for beginner programmers, we hope to speak up
WIN32 SDK版本的象棋游戏源代码
- WIN32 SDK版本的象棋游戏源代码 用纯粹的windows sdk和C编写而成,学习游戏编程的好例子。 初学者可以看看实现过程,算法就不要详细研究了。 -WIN32 version of the SDK source code chess game with a purely windows sdk prepared and C from learning games programming a good example. Beginners can look at the i
俄罗斯方块是一款经典的小游戏
- 一款非常经典的C源码小游戏编程,里面有详细的算法格式-one of the very classic game of small C source program, there are detailed algorithm format
zwm
- 象棋搜索引擎,实现了一些博弈搜索算法,非常好的编程风格-chess search engine, has done something Game search algorithm, very good programming style
wuziqibyght
- Borland C++编程 五子棋的小游戏 里边有编译的结构 学习人工智能所作 使用了分枝算法-Borland C programming renju the game inside a small structure study compiled by the use of artificial intelligence algorithms Mycobacterium
FK
- 俄罗斯方块VC编程,不过算法比较简单,没有优化-Tetris VC programming algorithm is relatively simple, however, has not been optimized
wuziqi
- 一个五子棋算法游戏理解了前人编程的基础上加了一点东西而已希望大家不要见笑
Five
- 五子棋游戏,实现人机对战,可学习五子棋算法编程的实现
FiveChess-2
- 2. 五子棋源程序:一个很好的五子棋程序,对学习VC++编程和算法设计的朋友有帮助。
gobang
- Java五子棋人机对战版代码,利用java编程实现,其中的算法还有待提高,发帖仓促,请见谅!-Java gobang PC vs person
SourceCode
- 中国象棋 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEn
GAME
- 利用SIFT检测两图片的相同点,并获 ·北京大学数字图象处理课件,封举富 ·主要内容彩色256色转灰度图,hough变 ·OPENCV手册!opencv用具很实用,广 ·功能强大的图像处理软件可以打开,关 ·ICP是用来匹配两组未知点,可以用于 ·利用opencv完成的汽车牌号识别,支 ·細線化程式,本程式源 ·图像处理算法方面编程代码汇总,请 -Detect SIFT picture using the same two points, and digita
Gobang_the_core_algorithm
- 此乃五子棋的核心算法,采用C语言编程,希望可以帮助大家-This is the core of Gobang algorithm, the use of C language programming, I hope you can help
FiveQi
- 我写的五子棋人机对弈程序,开发环境是Code::Block8.02,是用的Win32 SDK编程,没用任何框架,所以其它开发环境应该把源文件加入工程就OK了,但是我没试过。核心算法参考了Zhong_Zw的程序,特此感谢。本来还想实现博弈树的算法,可是没有调试通过,就放弃了。使用的算法是贪心算法,还有随机算法。-I wrote the man-machine chess backgammon program development environment Code:: Block8.02, is
Rule
- 五子棋的算法 用c编程 希望对大家有所帮助。-The artificial intelligence is one of very active research areas in recent years. The machine learning and game playing are important branches of the artificial intelligence research. The research of game playing is alread
5
- 关于二十四点游戏的编程思路与基本算法(计算有括号的简单表达式。)-Programming on the second two p.m. game ideas and basic algorithms (calculated with a simple expression in parentheses.)
testsplash
- 五子棋程序,此程序比较简单;算法较容易,搜索路径很复杂,基本是全局比较;智能性不高;适合刚学习编程的人员。-fivechess
javaFiveChess
- 描述了五子棋索要用到的算法,笔者经过几天的摸索, 终于在 Nea tB ea ns 环境中用Jav a 语言实现该游戏。现在把整个实现过 程写出来, 供广大编程爱好者参考。 二、设计思路 “-Describes the algorithm used in backgammon request
VC---FIVEGame
- 利用vc6.0编程做的一个五子棋游戏,实现了人工智能的算法,是一个比较成功的五子棋游戏代码。-Programming done by vc6.0 a backgammon game, to achieve artificial intelligence algorithms, the more successful is a backgammon game code.
五子棋人工智能搜索算法源代码
- 人工智能搜索算法五子棋采用α-β搜索算法,其力强,算法速度快,是目前公开源代码最强的五子棋程序,含VCF算法,编程语言VC。