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

搜索资源列表

  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. Chess

    0下载:
  2. 用c++语言编的象棋软件 Chess.cpp This the main application source file. Chess.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-13
    • 文件大小:3318241
    • 提供者:zzd
  1. BW-chess

    0下载:
  2. bw.dsp 这个文件(项目文件)包含在项目级别的信息和 用于建立一个单一的项目或子项目。其他用户可以共享 项目(。DSP)文件,但他们应该在本地出口的makefile。 bw.h 这是应用程序的主头文件。它包括其他 项目特定的头文件(包括Resource.h)并声明 CBwApp应用程序类。 bw.cpp 这是主要的应用程序的源文件包含应用程序 类CBwApp。 bw.rc 这是对微软W
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:427189
    • 提供者:star
  1. flying-chess

    0下载:
  2. 模拟飞行棋游戏的cpp文件以及头文件。模拟内容包括棋盘的构造,根据给定算法模拟游戏进程。无GUI界面。-Flight Simulator chess game cpp file and header files. Simulation includes the construction of the board, according to a given algorithm simulation game process. No GUI interface.
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-03-27
    • 文件大小:7497
    • 提供者:刘丹
  1. CPP-game

    0下载:
  2. C++编写的小游戏。包括象棋、俄罗斯方块、超级玛丽等。适合于初学者。-Written in C++ game. Including chess, Tetris, Super Mario and other. Suitable for beginners.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-07
    • 文件大小:1977953
    • 提供者:dhtlsse
  1. Visual-CPP-MFCfeixingqi

    0下载:
  2. 飞行棋类的笑游戏,是自己写的,喜欢的人 可以现在玩下-Laughter flight chess game, is to write their own, like people can now play the next
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-25
    • 文件大小:8967481
    • 提供者:ssddw
  1. cPP

    0下载:
  2. 五子棋不仅能增强思维能力,提高智力,而且富含哲理,有助于修身养性。五子棋既有现代休闲的明显特征“短、平、快”,又有古典哲学的高深学问“阴阳易理”;它既有简单易学的特性,为人民群众所喜闻乐见,又有深奥的技巧和高水平的国际性比赛;它的棋文化源渊流长,具有东方的神秘和西方的直观;既有“场”的概念,亦有“点”的连接。它是中西文化的交流点,是古今哲理的结晶。-Backgammon can not only enhance the thinking ability and improve intellige
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-11
    • 文件大小:2976580
    • 提供者:飞儿
  1. China-Chess(CPP)

    0下载:
  2. 中国象棋的MFC程序,开发工具为Visual C++6.0-the game of China Chess
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-20
    • 文件大小:6132561
    • 提供者:秦传宝
  1. renju(CPP)

    0下载:
  2. 本代码为五子棋程序源代码,含人人对弈、人机对弈两部分,界面简单、精炼,无需重新添加头文件,普通VC版本就可运行,适合初学者学习-The source code of the code for backgammon program with everyone chess, man-machine chess in two parts, a simple interface, refining, no need to re-add the header file, ordinary VC versi
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:5615
    • 提供者:
  1. cPP-chess

    0下载:
  2. 此文本是用C++语言写的象棋小游戏,里面代码简单,实现容易-The text write C++ language chess game inside the code is simple, easy to implement
  3. 所属分类:Other Games

    • 发布日期:2017-12-01
    • 文件大小:4096
    • 提供者:朱巢运
  1. [CPP]Chess-machine

    0下载:
  2. 象棋人机对战,很好基础编程源码,直接在vc下就可以运行,不需要安装别的东西。很好的学习材料对初学者来说。-The chess machine, a good basis for programming source code can run directly under the vc do not need to install something else. Good learning material for beginners.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-14
    • 文件大小:4824
    • 提供者:dnalfiend
  1. Chinese-chess-CPP-source-code

    0下载:
  2. 中国象棋C++源码,用Visual Studio 6.0编写的C++程序-Chinese chess C++ source code
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:125545
    • 提供者:赵金鹏
  1. AI_fiveChess_1_0-CPP

    0下载:
  2. 五子棋智能对战 五子棋智能对战 五子棋智能对战-AI five chess play AI five chess play AI five chess play AI five chess play
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:164458
    • 提供者:lxz
  1. cPP-chess

    0下载:
  2. 此文本是用C++语言写的象棋小游戏,里面代码简单,实现容易-The text write C++ language chess game inside the code is simple, easy to implement
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:4024
    • 提供者:针对
  1. cPP-chess

    0下载:
  2. 此文本是用C++语言写的象棋小游戏,里面代码简单,实现容易-The text write C++ language chess game inside the code is simple, easy to implement
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:4140
    • 提供者:atwilla
  1. Six-sub-chess-(CPP-and-MFC)

    2下载:
  2. 用C++实现六子棋的人机对战,并带有MFC图形界面-C++ achieve with six children chess man-machine war, and with MFC graphical interface
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-20
    • 文件大小:5695616
    • 提供者:廖小尘
搜珍网 www.dssz.com