[企业管理] 中G象棋源代码

[复制链接]
发表于 2022-9-22 10:10:44
本人机对弈程序采纳了多种搜索算法.以下是本程序首要的类说明:
1.CEveluation类:估值类,对给定的棋盘进行估值.
2.CMoveGenerator类:走法产生器,对给定的棋盘局势搜索出所有可能的走法.
3.CSearchEngine类:搜索引擎基类.
4.CNegaMaxEngine类:负极大值法搜索引擎.
5.CAlphaBetaEngine类:采纳了Alpha-Beta剪枝技术的搜索引擎.
6.CFAlphaBetaEngine类:fail-softalpha-beta搜索引擎.
7.CHistoryHeuristic类:前史启示类.
8.CAlphabeta_HHEngine类:带前史启示的Alpha-Beta搜索引擎.
9.CAspirationSearch类:巴望搜索引擎.
10.CIDAlphabetaEngine类:迭代深入搜索引擎.
11.CMTD_fEngine类:MTD(f)搜索引擎.
12.CTranspositionTable类:置换表.
13.CAlphaBeta_TTEngine类:加置换表的Alpha-Beta搜索引擎.
14.CPVS_Engine类:极小窗口搜索引擎.
15.CNegaScout_TT_HH类:使用了置换表和前史启示的NegaScout搜索引擎.
本程序还具有悔棋,复原功能,还可以记录走法.

(My computer game program adopts a variety of search algorithms. The following is the main class description of this program:
1. CEveluation class: Valuation class, which evaluates a given chessboard.
2. CMoveGenerator class: move generator, search for all possible moves for a given chessboard situation.
3.CSearchEngine class: Search engine base class.
4. CNegaMaxEngine class: negative large value method search engine.
5.CAlphaBetaEngine class: a search engine that adopts Alpha-Beta pruning technology.
6. CFAlphaBetaEngine class: fail-softalpha-beta search engine.
7. CHistoryHeuristic class: historical revelation class.
8.CAlphabeta_HHEngine class: Alpha-Beta search engine with historical inspiration.
9.CAspirationSearch class: eager search engine.
10.CIDAlphabetaEngine class: Iterate deep into the search engine.
11.CMTD_fEngine class: MTD(f) search engine.
12.CTranspositionTable class: replacement table.
13.CAlphaBeta_TTEngine class: Alpha-Beta search engine with substitution table.
14. CPVS_Engine class: very small window search engine.
15. CNegaScout_TT_HH class: NegaScout search engine using permutation table and historical revelation.
This program also has the function of repentance and recovery, and can also record the moves.)

[下载]10104514315.rar




上一篇:车牌识别代码
下一篇:G.728 ldcelp音频编解码器

使用道具 举报

Archiver|手机版|小黑屋|吾爱开源 |网站地图

Copyright 2011 - 2012 Lnqq.NET.All Rights Reserved( ICP备案粤ICP备14042591号-1粤ICP14042591号 )

关于本站 - 版权申明 - 侵删联系 - Ln Studio! - 广告联系

本站资源来自互联网,仅供用户测试使用,相关版权归原作者所有

快速回复 返回顶部 返回列表