搜索资源列表
控制台象棋程序
- vc++ Builder写的中国象棋控制台程序;思路清晰,实现人机对战功能。-vc Builder written by Chinese chess console; Clear ideas and realizing human-computer screen function.
SourceCode_Engine
- 该程序为中国象棋智能下棋引擎.该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。
chessevluation
- 该模块能完成输入棋局的棋局异常或走棋违规判断.使用方法:把引擎头文件和智 能对弈程序IntelligentChess.h一起拷到所建文件目录下,通过“工程”菜单把引擎头文件和智能对弈程序IntelligentChess.h一起加入工程, 用#include \"IntelligentChess.h\"语句把智能对弈程序IntelligentChess.h加入该工程.cpp文件。然后调用各功能函数完成异常、违规判断该项目系在Visual Studio.net 2003下所建的Win32控制
WordRover
- a little game with mix of poker and chess. it displays in dos console.-game with a little mix of poker and chess. It displays in dos console.
console
- 象棋马的哈密顿回路算法代码,分治递归的方法。当m n<24时结果正确。这是重新上传,上一次工程中疏漏没有包含源码。-Hamilton horse chess circuit algorithm code, recursive partition method. When mn < 24 hours was correct. This is a re-upload, the last project oversight does not include source code.
ins123
- 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时 需要修改图片的路径。 制作思路: 用按钮做棋子,用图片填充每个按钮。 设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且 添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess 对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表 示无棋子,点击棋子时设置棋子的图标setOnChessI
simplifiedChess
- 一个见到的象棋游戏,没有见面,在控制台上用数字操作。-A chess game to see, not to meet with a number of operations on the console.
Chess
- 围棋程序,用最基础的C语言编辑,在控制台界面中显示。尽管没做GUI,但便于理解算法,对初学者非常有帮助-Go program, the C language with the most basic editing, appear in the console interface. Although not done GUI, but the algorithm is easy to understand, very helpful for beginners
chess-C
- 该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二
chess
- 这是一份国际象棋的源程序,实现了两个玩家在联网的状态下进行对战的功能,使用控制台的方式实现,十分适合C++初学者学习数据结构,套接字等,采用VS2010环境开发-This is the source of an international chess, two players in the state of networked multiplayer capability, use the console to achieve very For C beginners to learn da
win32-xiangqi
- c++实现,应用控制台象棋,有注释,面向对象设计必备训练。-c++ del console chess, notes, object-oriented design necessary training.
TicTacToeBoard2010
- 井字棋小程序,使用控制台开发,VS2010下开发,C++代码。该程序有一定智能。程序能够在你不经意的时候出奇制胜。井字棋的基本规则和容错机制都已实现。-Tic-tac-toe chess program, use the console development, developed under the VS2010 C++ code. The program has a certain intelligence. Program when you inadvertently surprise a
chinachess
- 用C语言控制台写的中国象棋程序,思路清晰,尚未发现BUG-Chinese chess program written in C language console, clear thinking, not yet found the BUG
Fun-flight-chess.rar
- 趣味飞行棋,基于控制台程序。入门学习时自己编写的,趣味横生,Fun flight chess, console-based program. Write your own learning portal, amusing
CSharp--Knight-flight-chess
- 控制台版骑士飞行棋...非原创,但代码是自己写的.-The console version of the knight the flight chess ... non-original, but the code is written.
flight-chess
- 这是一个在C#环境下创建的控制台程序。实现的是在控制台上的飞行棋游戏-This is a the console program created in C# environment. Realization of flight chess game console
flying-chess
- 骑士飞行棋,是一个控制台游戏,使用C#编程实现。-Knight FeiHangQi, is a console game, using c# programming
chess
- 黑白棋简单的控制台应用,初学者作品,支持鼠标操作-Othello simple console application, beginners work, support for mouse operation
five-chess
- (1)首先调用Chessboard 类型的chessboard 属性中的initBoard()与printBoard()方法去初始 化与打印棋盘。 (2)从控制台获取用户的输入。 (3)再调用本类的isValid()方法去验证玩家输入的合法性,如果输入不合法,返回第2 步继续, 否则到第4 步。 (4)把玩家下的棋子位置赋值为 ● 。 (5)调用isWon( int posX , int posY , Str
chess
- 中国象棋的控制台版本,在C4droid下编译成功(使用conio.h).参考《中国象棋程序入门与提高》-蒋鹏等著.-Console version of Chinese chess, in C4droid compiled successfully (using conio.h) References Chinese chess program entry and improve. - By Jiang Peng etc.