文件名称:SourceCode_Engine
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 544kb
- 下载次数:
- 0次
- 提 供 者:
- ouy***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
中国象棋。该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。
下棋方式:
用户按输入起点坐标、终点坐标的方式下棋;
(棋盘左下角计作(0,0),右上角计作(8,9))
同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。
例如:
用户第一步走:炮二平五
则输入7242,回车
计算机回应:马8进7
则屏幕输出79 67
-Chinese chess. The project is in Visual Studio.net 2003 built under Win32 console project (using the other version of the compiler simply create a new Win32 console project, and then adding one by one all. Cpp files and. H file can be), its The purpose of simply testing the engine. Thus the program does not provide users with the legitimacy of law detection, and treatment, such as the end game. Play chess the way: the user input according to the starting point coordinates, end coordinates of the way a game of chess (lower left-hand corner of the chessboard for the (0,0), the upper right corner of dollars for (8,9)) Similarly, the starting point coordinates of the feedback process, the end of the coordinates as a computer side acts moves. For example: the user first step: 5 artillery Erping enter 7242, enter the computer in response to: Mr MA 8 into 7-screen output 79 67
下棋方式:
用户按输入起点坐标、终点坐标的方式下棋;
(棋盘左下角计作(0,0),右上角计作(8,9))
同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。
例如:
用户第一步走:炮二平五
则输入7242,回车
计算机回应:马8进7
则屏幕输出79 67
-Chinese chess. The project is in Visual Studio.net 2003 built under Win32 console project (using the other version of the compiler simply create a new Win32 console project, and then adding one by one all. Cpp files and. H file can be), its The purpose of simply testing the engine. Thus the program does not provide users with the legitimacy of law detection, and treatment, such as the end game. Play chess the way: the user input according to the starting point coordinates, end coordinates of the way a game of chess (lower left-hand corner of the chessboard for the (0,0), the upper right corner of dollars for (8,9)) Similarly, the starting point coordinates of the feedback process, the end of the coordinates as a computer side acts moves. For example: the user first step: 5 artillery Erping enter 7242, enter the computer in response to: Mr MA 8 into 7-screen output 79 67
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SourceCode_Engine
.................\CChessDef.h
.................\CChessEvaluate.h
.................\CChessMove.h
.................\CChessSearch.h
.................\Debug
.................\HistoryHeuristic.h
.................\Readme.txt
.................\scCChess.cpp
.................\scCChess.h
.................\scCChess.ncb
.................\scCChess.sln
.................\scCChess.vcproj
.................\SortMove.h
说明.txt
.................\CChessDef.h
.................\CChessEvaluate.h
.................\CChessMove.h
.................\CChessSearch.h
.................\Debug
.................\HistoryHeuristic.h
.................\Readme.txt
.................\scCChess.cpp
.................\scCChess.h
.................\scCChess.ncb
.................\scCChess.sln
.................\scCChess.vcproj
.................\SortMove.h
说明.txt