CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 象棋,代码

搜索资源列表

  1. xiangqi

    0下载:
  2. 用MFC编写的小游戏,中国象棋。可实现多人联机。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源!-Using MFC to prepare small games, Chinese chess. More than can be achieved online. They are all code written in Chinese Notes of the beginning of contact with learners MFC is a very good re
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:464195
    • 提供者:仙儿
  1. chess

    0下载:
  2. 象棋游戏,c语言版,vc6.0 gunc++ 都可以编译成功,文本模式。值得学习, 申明此代码不是我写的,是pfan里的一个版主写的昵称叫雨中飞燕。 虽说是DOS环境的,可以很容易转换到其他操作系统下。-Chess game, c language, vc6.0 gunc++ can be successfully compiled, the text mode. Worthy of study, affirms that I did not write this code,it is
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4682
    • 提供者:尧思齐
  1. chess

    0下载:
  2. 简单的象棋代码,容易理解,开发环境为visual c++ 6.0 通过测试-Chess simple code, easy to understand the development environment for visual c++ 6.0 to pass the test
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2197473
    • 提供者:王梓
  1. xiangqi

    0下载:
  2. 象棋的vb代码(转载),实现与电脑的巅峰对战-this is a chess program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:374428
    • 提供者:李强
  1. 03FC066CD74D4A24

    0下载:
  2. 一个象棋制作程序,功能完善,界面精良,代码简练,绝对超值。-Create a chess program, functional, interface, excellent, code concise, absolute value.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:400952
    • 提供者:lsjiflkjfsdk
  1. DTTest

    0下载:
  2. 这是一款用C#开发的局域网对战中国象棋游戏,本游戏支持无限次悔棋,实现了求和、认输等功能,代码用了2天开发出来的,因此比较简单,适合刚开始研究C#的朋友学习、娱乐。-This is a development of local area network using C# Versus Chinese chess game, this game supports unlimited undo and realized summation, admit defeat and other functi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:499578
    • 提供者:268
  1. wangluoXiangqi

    0下载:
  2. 网络版中国象棋源码 描述出系统的操作流程 1、 绘制棋盘,当棋盘加载时,自动将棋盘加载到窗体; 2、 绘制棋子,编写代码实现对应棋子的相应规则; 3、 当开始新游戏时,将棋子加载到窗体对应的网格中。 4、 当单击棋子时,满足该棋子的规则。则移动该棋子到目标位置。若不满足,则不执行任何操作。 5、 在满足规则的情况下,如果有相应被吃掉的棋子,则将目标位置上原来的棋子移除,将新的棋子(选中的棋子)移动到该目标位置.若不满足规则,则不执行什么操作。-Online Chin
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:497311
    • 提供者:lin
  1. Chess

    0下载:
  2. 很好的象棋代码,供初学者使用。高手回避,只是简单的代码-good software
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:112155
    • 提供者:huangjiacheng
  1. 1Cp2Bp2BMFCzhongguoxiangqi

    0下载:
  2. 中国象棋,windows下编译成功,代码可读-Chinese Chess, compiled under Windows, code-readable
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1208837
    • 提供者:默铭
  1. TPerfectchessh

    0下载:
  2. 这是用Visual C精心开发的实现中国国象棋的代码,总体来说写的比较精巧,值的学习 -China' s national chess is well-developed with Visual C code, the whole written in more compact, the value of learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:90788
    • 提供者:xiajiang
  1. XiangQi

    0下载:
  2. 中国象棋打谱软件提供给用户的一个能将对弈过程保存成文件 并可以重新演示对弈过程 即复盘。 主要功能有: 1. 制作棋谱, 2. 保存棋谱, 3. 演示棋谱. Chess类,190行代码。这个类主要功能是对整个窗体功能的实现,包括菜单、菜单的事件、把JPanel加到窗体的内容面板上,以及窗体属性的设置。 ChessBoard类,457行代码。这个类是主要的类,包含paint()方法用来画整个面板,以及鼠标的事件监听。 ChessPiece类,68行代码。这个类是棋子的类,包含棋
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:8567
    • 提供者:苏南生
  1. ChineseChess

    0下载:
  2. 单击版中国象棋源码的操作流程: 1、 绘制棋盘,当棋盘加载时,自动将棋盘加载到窗体; 2、 绘制棋子,编写代码实现对应棋子的相应规则; 3、 当开始新游戏时,将棋子加载到窗体对应的网格中。 4、 当单击棋子时,满足该棋子的规则。则移动该棋子到目标位置。若不满足,则不执行任何操作。 5、 在满足规则的情况下,如果有相应被吃掉的棋子,则将目标位置上原来的棋子移除,将新的棋子(选中的棋子)移动到该目标位置.若不满足规则,则不执行什么操作。-Click version of Chin
  3. 所属分类:.net

    • 发布日期:2017-11-26
    • 文件大小:142565
    • 提供者:fdgfdsdo
  1. 2013xiangqi-dai-ma

    0下载:
  2. 这是一个关于中国象棋源代码的文件,代码蕴含的编程思想高超,可以作为参考-This is a Chinese chess source code file, the code behind the superb programming ideas, can be used as reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:409612
    • 提供者:杨子蓝
  1. chess

    0下载:
  2. 实现中国象棋的人机对战的代码,非常好的,代码很详细-Chinese chess man-machine war to achieve the code, very good, very detailed code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:108458
    • 提供者:pudnchen
  1. mantischess_s

    0下载:
  2. 基于VC++的象棋实现,包括详细的代码实现-VC++ based chess code VC++ based chess code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:503505
    • 提供者:yeyu
  1. Chinese-chess-game

    0下载:
  2. 本代码是基于C++的中国象棋游戏,多次检验执行是没有问题的,代码是打包过的,有详细的源码说明-The code is based on a Chinese chess game C++ repeatedly test execution is not the problem, the code is too packed, a detailed descr iption of the source
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:211906
    • 提供者:李泓韬
  1. Chinese_chess_bat

    0下载:
  2. 批处理编写的中国象棋,不足之处:跃子操作! 绊马腿和 别相眼都未做限制!老将出城是也未做限制!代码太多诚肯高手简化! -Batch write Chinese chess, shortcomings: jump sub-operations and other stumbling horse leg with eyes neither do limit veteran out of the city is also not done much to limit the code expert K
  3. 所属分类:Other windows programs

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

    0下载:
  2. 象棋对弈,实现人机对战,可以让玩家与电脑进行一对一对战的代码。(Chess, realizes the man-machine against)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:64512
    • 提供者:张四123321
  1. 73e1e218d141605ad5c8cbda53395f0a09402e4b

    0下载:
  2. 中国象棋代码,可以实现人机对战。语言可以自己调试(Human-computer interaction can be achieved, the development language is Java, but the use of other programs I do not quite clear)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:28064768
    • 提供者:皮皮昌
  1. 中国象棋 QTC

    0下载:
  2. 象棋代码,由于只是QT学习,没有考虑更多复杂功能,比如人机对战(Chess code, because it is only QT learning, does not consider more complex functions, such as man-machine versus.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:14336
    • 提供者:huangyi16
« 12 »
搜珍网 www.dssz.com