搜索资源列表
网络中国象棋
- 网络中国象棋的源码,界面不错,算法尚可-network source of Chinese chess, good interface, algorithms fair
中国象棋vc源代码
- 涉及线程的中国象棋源代码,包含人工智能算法-involves threading a Chinese chess source code, including artificial intelligence algorithms, etc.
VC]中国象棋vc源代码
- 中国象棋是大家经常玩的,编写这类程序最关键也是最难的地方就是算法的设计,看看别人的设计也许对你会有所帮助-Chinese chess we used to play, the preparation of such procedures is the most critical is the most difficult part of the algorithm design, others look at the design you may be helpful
Java版中国象棋项目设计论文.doc
- 中国象棋算法,非常好。
Java版中国象棋人机对战源代码
- Java版中国象棋人机对战源代码,作者将AI算法用得淋漓尽致,具有很高的学习研究价值。,Java version of Chinese chess against human-machine source code, the author will use AI algorithms thoroughly, study and research of high value.
chess.rar
- 中国象棋源码,VC,本人机对弈程序采用了多种搜索算法,Chinese chess source, VC, my machine using a variety of game procedures search algorithm
chesschina
- 我自己的毕业设计,中国象棋,界面加音乐播放都算可以,而且可以学习vc堆栈的使用,算法一般。-My graduation project, Chinese chess, plus music player interface can all count, but can also study the use of stack vc.
chinachess
- 运用人工智能算法,递归调用来编码的中国象棋-The use of artificial intelligence algorithms, recursive calls to encoded Chinese Chess
chinaxiangqi
- java编写的中国象棋游戏,界面和算法都很不错,值得看看。-java prepared Chinese chess game, the interface and algorithms are all very good, it is worth to see.
CnChess
- 经典游戏中国象棋VC++源代码。超强难度的搜索引擎和算法、估值函数以及开局库,还有大量的开局库资料都将为您展现出来。研究VC++游戏编程的朋友可绝不要错过哦!-Classical Chinese Chess game VC++ source code. Super-difficult search engines and algorithms, as well as the start value of the Treasury function, there are a large numbe
cchess
- Java版中国象棋人机对战源代码,将AI算法用得淋漓尽致,具有很高的学习研究价值。 -Chinese Chess Java version of Man-Machine Versus the source code, will AI algorithm is used most vividly, with a high research value of learning.
codefans.net
- Java版中国象棋项目设计源代码及论文,还附有成品可运行的文件。 20世纪60年代初,麦卡锡提出了alpha-beta修剪算法,把为决定下一个走步而需对棋盘状态空间的搜索量从指数级减少为指数的平方根,大大地提高了机器下棋的水平。IBM的超级计算机“Deep Blue”更是一个神话,让棋迷们神往。本文根据国际象棋程序设计的一些成功经验,提出中国象棋程序设计的一些思路和方法。-Chinese Chess Java version of the project design source c
cnxiangqi
- 中国象棋源码 蓝牙对战 手机变成,交叉算法,个人对以,人际对弈-Chinese Chess Battle Bluetooth phone into a source, cross algorithm, individuals with, interpersonal public debate
VC++ 中国象棋程序源代码
- 本人机对弈程序采用了多种搜索算法.CEveluation类:估值类,对给定的棋盘进行估值.(machine chess program, using a variety of search algorithms. Valuation function, the valuation of a given chessboard.)
安卓中国象棋
- 安卓中国象棋源码,eclipse项目,里面关键算法,感兴趣的同志可以看一下(Chinese chess source code)
中国象棋
- 仅做了基础的对战,没有AI以及其他算法,还有部分bug,后续解决(Just testing, base combat, no AI)
中国象棋vc源代码
- 中国象棋源码,包含自动下棋算法,高级功能可配置(Chinese chess source code, including automatic chess algorithm, advanced function can be configured)
中国象棋
- 一个非常完整的中国象棋C++源代码,里面提供了很多算法,是学习人工智能非常好的资料。(Chinese Chess source code,which is a very good example.)
中国象棋Cocos2dx源码
- 一个非常完整的中国象棋cocos2d源代码,里面提供了很多算法,是学习人工智能非常好的资料。(Chinese Chess cocos2d source code,which is a very good example)
中国象棋
- 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:fail-so