搜索资源列表
SourceCode
- 中国象棋 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEn
tangxiao
- 基于VC6的中国象棋源码,使用了大量算法,包括搜索引擎基类.负极大值法搜索擎.Alpha-Beta剪枝技术的搜索引擎.fail-softalpha-beta搜索引擎.带历史启发的Alpha-Beta搜索引擎.渴望搜索引擎. -Based the VC6 Chinese chess source code, the use of a large number of algorithms, including search engines base class. Negative maxima