CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:chinesechess

介绍说明--下载内容来自于网络,使用问题请自行百度

本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明:

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搜索引擎.

本程序具有悔棋,还原功能,可以记录走法,还可以进行布局.-I machine game program using a variety of search algorithm. The following are the major types of procedures Descr iption:

  1.CEveluation categories: valuation category, given the valuation of the chessboard.



  2.CMoveGenerator categories: Generator moves on the chessboard of the given situation in search of all possible moves.



  3.CSearchEngine categories: search engine base class.

  4.CNegaMaxEngine categories: negative maxima method search engine.

  5.CAlphaBetaEngine categories: the use of the Alpha-Beta pruning technology search engine.

  6.CFAlphaBetaEngine category: fail-softalpha-beta search engine.

  7.CHistoryHeuristic categories: history inspired category.

  8.CAlphabeta_HHEngine categories: history inspired with Alpha-Beta search engine.

  9.CAspirationSearch categories: desire to search engine.

  10.CIDAlphabetaEngine categories: iterative deepening search engine.

  11.CMTD_fEngine category: MTD (f) search engine.

  12.CTr
(系统自动生成,下载前可以参看下载内容)

下载文件列表

中国象棋/Source Code/AlphaBetaEngine.cpp
中国象棋/Source Code/AlphaBetaEngine.h
中国象棋/Source Code/Alphabeta_HH.cpp
中国象棋/Source Code/Alphabeta_HH.h
中国象棋/Source Code/AlphaBeta_TTEngine.cpp
中国象棋/Source Code/AlphaBeta_TTEngine.h
中国象棋/Source Code/AspirationSearch.cpp
中国象棋/Source Code/AspirationSearch.h
中国象棋/Source Code/Chess.aps
中国象棋/Source Code/Chess.cpp
中国象棋/Source Code/Chess.dsp
中国象棋/Source Code/Chess.dsw
中国象棋/Source Code/Chess.exe
中国象棋/Source Code/Chess.GID
中国象棋/Source Code/Chess.h
中国象棋/Source Code/Chess.opt
中国象棋/Source Code/Chess.rc
中国象棋/Source Code/ChessDlg.cpp
中国象棋/Source Code/ChessDlg.h
中国象棋/Source Code/CoolButton.cpp
中国象棋/Source Code/CoolButton.h
中国象棋/Source Code/Define.h
中国象棋/Source Code/Eveluation.cpp
中国象棋/Source Code/Eveluation.h
中国象棋/Source Code/FAlphaBetaEngine.cpp
中国象棋/Source Code/FAlphaBetaEngine.h
中国象棋/Source Code/GradientProgressCtrl.cpp
中国象棋/Source Code/GradientProgressCtrl.h
中国象棋/Source Code/HelpDlg.cpp
中国象棋/Source Code/HelpDlg.h
中国象棋/Source Code/HistoryHeuristic.cpp
中国象棋/Source Code/HistoryHeuristic.h
中国象棋/Source Code/HyperLink.cpp
中国象棋/Source Code/HyperLink.h
中国象棋/Source Code/IDAlphabetaEngine.cpp
中国象棋/Source Code/IDAlphabetaEngine.h
中国象棋/Source Code/MemDC.cpp
中国象棋/Source Code/MemDC.h
中国象棋/Source Code/MoveGenerator.cpp
中国象棋/Source Code/MoveGenerator.h
中国象棋/Source Code/MTD_fEngine.cpp
中国象棋/Source Code/MTD_fEngine.h
中国象棋/Source Code/NegaMaxEngine.cpp
中国象棋/Source Code/NegaMaxEngine.h
中国象棋/Source Code/NegaScout_TT_HH.cpp
中国象棋/Source Code/NegaScout_TT_HH.h
中国象棋/Source Code/PVS_Engine.cpp
中国象棋/Source Code/PVS_Engine.h
中国象棋/Source Code/ReadMe.txt
中国象棋/Source Code/res/bitmap1.bmp
中国象棋/Source Code/res/bmp00001.bmp
中国象棋/Source Code/res/box1.ico
中国象棋/Source Code/res/BOX2.ico
中国象棋/Source Code/res/cancle.bmp
中国象棋/Source Code/res/cantgo.cur
中国象棋/Source Code/res/Chess.ico
中国象棋/Source Code/res/Chess.rc2
中国象棋/Source Code/res/cut.ico
中国象棋/Source Code/res/hand.cur
中国象棋/Source Code/res/Help GID.ico
中国象棋/Source Code/res/ico00001.ico
中国象棋/Source Code/res/icon1.ico
中国象棋/Source Code/res/icon2.ico
中国象棋/Source Code/res/icon3.ico
中国象棋/Source Code/res/ok.bmp
中国象棋/Source Code/res/新建图标(2).ico
中国象棋/Source Code/resource.h
中国象棋/Source Code/SearchEngine.cpp
中国象棋/Source Code/SearchEngine.h
中国象棋/Source Code/SetDlg.cpp
中国象棋/Source Code/SetDlg.h
中国象棋/Source Code/StdAfx.cpp
中国象棋/Source Code/StdAfx.h
中国象棋/Source Code/TranspositionTable.cpp
中国象棋/Source Code/TranspositionTable.h
中国象棋/Source Code/XPButton.cpp
中国象棋/Source Code/XPButton.h
中国象棋/Source Code/快捷方式 到 Chess.exe.lnk
中国象棋/Source Code/棋盘倒.bmp
中国象棋/Source Code/棋盘正.bmp
中国象棋/Source Code/残局/乌龙摆尾.cm
中国象棋/Source Code/残局/八阵图.cm
中国象棋/Source Code/调试.txt
中国象棋/源码说明.txt
中国象棋/Source Code/res
中国象棋/Source Code/残局
中国象棋/Source Code
中国象棋

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com