CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - console chess

搜索资源列表

  1. 控制台象棋程序

    0下载:
  2. vc++ Builder写的中国象棋控制台程序;思路清晰,实现人机对战功能。-vc Builder written by Chinese chess console; Clear ideas and realizing human-computer screen function.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:39468
    • 提供者:邵岩开
  1. SourceCode_Engine

    0下载:
  2. 该程序为中国象棋智能下棋引擎.该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:25048
    • 提供者:dzy
  1. chessevluation

    0下载:
  2. 该模块能完成输入棋局的棋局异常或走棋违规判断.使用方法:把引擎头文件和智 能对弈程序IntelligentChess.h一起拷到所建文件目录下,通过“工程”菜单把引擎头文件和智能对弈程序IntelligentChess.h一起加入工程, 用#include \"IntelligentChess.h\"语句把智能对弈程序IntelligentChess.h加入该工程.cpp文件。然后调用各功能函数完成异常、违规判断该项目系在Visual Studio.net 2003下所建的Win32控制
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:21416
    • 提供者:dzy
  1. WordRover

    0下载:
  2. 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.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:543472
    • 提供者:nick huang
  1. console

    0下载:
  2. 象棋马的哈密顿回路算法代码,分治递归的方法。当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.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-15
    • 文件大小:3694336
    • 提供者:王丽玮
  1. ins123

    0下载:
  2. 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时 需要修改图片的路径。   制作思路:   用按钮做棋子,用图片填充每个按钮。   设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且 添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess 对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表 示无棋子,点击棋子时设置棋子的图标setOnChessI
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:345984
    • 提供者:齐高
  1. simplifiedChess

    0下载:
  2. 一个见到的象棋游戏,没有见面,在控制台上用数字操作。-A chess game to see, not to meet with a number of operations on the console.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:4094
    • 提供者:王维
  1. Chess

    1下载:
  2. 围棋程序,用最基础的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
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:229480
    • 提供者:黄建宇
  1. chess-C

    0下载:
  2. 该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。 例如: 用户第一步走:炮二
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4863234
    • 提供者:haohao
  1. chess

    0下载:
  2. 这是一份国际象棋的源程序,实现了两个玩家在联网的状态下进行对战的功能,使用控制台的方式实现,十分适合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
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:968092
    • 提供者:buaa_sheng
  1. win32-xiangqi

    0下载:
  2. c++实现,应用控制台象棋,有注释,面向对象设计必备训练。-c++ del console chess, notes, object-oriented design necessary training.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-18
    • 文件大小:5094811
    • 提供者:默铭
  1. TicTacToeBoard2010

    0下载:
  2. 井字棋小程序,使用控制台开发,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
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:861104
    • 提供者:buaa_sheng
  1. chinachess

    0下载:
  2. 用C语言控制台写的中国象棋程序,思路清晰,尚未发现BUG-Chinese chess program written in C language console, clear thinking, not yet found the BUG
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-08
    • 文件大小:1977153
    • 提供者:夏增明
  1. Fun-flight-chess.rar

    0下载:
  2. 趣味飞行棋,基于控制台程序。入门学习时自己编写的,趣味横生,Fun flight chess, console-based program. Write your own learning portal, amusing
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:31260
    • 提供者:zheng
  1. CSharp--Knight-flight-chess

    0下载:
  2. 控制台版骑士飞行棋...非原创,但代码是自己写的.-The console version of the knight the flight chess ... non-original, but the code is written.
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:32046
    • 提供者:毛子
  1. flight-chess

    0下载:
  2. 这是一个在C#环境下创建的控制台程序。实现的是在控制台上的飞行棋游戏-This is a the console program created in C# environment. Realization of flight chess game console
  3. 所属分类:CSharp

    • 发布日期:2018-04-18
    • 文件大小:35840
    • 提供者:duanjinghua
  1. flying-chess

    0下载:
  2. 骑士飞行棋,是一个控制台游戏,使用C#编程实现。-Knight FeiHangQi, is a console game, using c# programming
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:55968
    • 提供者:zouxiuming
  1. chess

    0下载:
  2. 黑白棋简单的控制台应用,初学者作品,支持鼠标操作-Othello simple console application, beginners work, support for mouse operation
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:7708
    • 提供者:sjl
  1. five-chess

    1下载:
  2. (1)首先调用Chessboard 类型的chessboard 属性中的initBoard()与printBoard()方法去初始 化与打印棋盘。  (2)从控制台获取用户的输入。  (3)再调用本类的isValid()方法去验证玩家输入的合法性,如果输入不合法,返回第2 步继续, 否则到第4 步。  (4)把玩家下的棋子位置赋值为 ● 。  (5)调用isWon( int posX , int posY , Str
  3. 所属分类:Games

    • 发布日期:2015-04-08
    • 文件大小:12288
    • 提供者:冰山一角
  1. chess

    0下载:
  2. 中国象棋的控制台版本,在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.
  3. 所属分类:Other Games

    • 发布日期:2017-04-28
    • 文件大小:7836
    • 提供者:王天宇
« 12 3 »
搜珍网 www.dssz.com