搜索资源列表
SourceCode
- 中国象棋 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEn
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
SourceCode
- 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. -Games on my machine pr
AI_Search
- 黑白棋AI算法 比较智能,能下赢别人的黑白棋算法,alpha beta搜索和估值函数做的不错-Othello AI algorithms compare smart, Othello algorithm under win someone else' s, the alpha-beta search and valuation function well
Chinese-Chess
- 人机博弈程序. 本项目主要采用了博弈树中的极大极小值搜索算法.采用估值的技术让电脑评估当前局面的利弊.选择走法.-Human-computer game program. The project is mainly using the minimax game tree search algorithm using valuation technology allows computers to assess the pros and cons of the current situat
Chess
- 中国象棋游戏,有常见的搜索算法和估值算法,也有我自己的一些想法在里面-Chinese chess game, there is a common search algorithms and valuation algorithms, there are also some of my own thoughts on the inside
NET_AIchess
- 中国象棋:实现了网络对战、人机博弈、保存棋局和播放棋局的功能。网络对战使用异步Socket进行通信,在人机博弈中采用加权估值算法和负极大值搜索引擎。利用双栈使得在播放棋局过程中能灵活地退到上一步或前进到下一步,在走棋同时输出招法列表。-Chinese Chess: implements online play, man-machine game, save and play chess chess game features. Online play using asynchronous Soc
crafty2.0
- crafty2.0修改了估值函数和算法.棋力有很大提高.-Crafty2.0 changed the value function and algorithm. qili have greate provead.
VC++ 中国象棋程序源代码
- 本人机对弈程序采用了多种搜索算法.CEveluation类:估值类,对给定的棋盘进行估值.(machine chess program, using a variety of search algorithms. Valuation function, the valuation of a given chessboard.)
中国象棋
- 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:fail-so