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

搜索资源列表

  1. ChineseChess

    0下载:
  2. 对象棋设计的朋友有帮助,希望大家支持,对初学习的人有帮助
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4259361
    • 提供者:chen
  1. ChineseChess

    0下载:
  2. 一款简单的象棋游戏。包含电脑走棋功能。 (电脑有些弱智,我初级水平都能赢)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:101140
    • 提供者:苗壮
  1. ChineseChess

    0下载:
  2. 智能象棋游戏,C#源代码实现,外加注释说明
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1550996
    • 提供者:kevin abagnale
  1. chinesechess

    0下载:
  2. 象棋源码
  3. 所属分类:Windows编程

    • 发布日期:2011-05-17
    • 文件大小:1766169
    • 提供者:brave1024
  1. chinesechess

    0下载:
  2. 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:172415
    • 提供者:朱雪松
  1. ChineseChess

    0下载:
  2. 用户可使用鼠标左键选择要移动的棋子以及移到何处。不能将棋子移到已有己方棋子的位置,或移出棋盘。一方移动棋子后自动提示该对方行棋。-Users can choose to use the left mouse button and move to where the piece. Can not be one s own chess pieces have been moved to the location, or out of the board. One mobile piece autom
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14735
    • 提供者:xiliting
  1. ChineseChess

    0下载:
  2. 中国象棋棋盘C#实现,主要用于学习面向对象相关知识-Chinese chess board C# to achieve, mainly for learning object-oriented knowledge
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1459924
    • 提供者:李宏
  1. Chinesechess

    0下载:
  2. a chinechess progaram writed by C#.human vs human
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:27056163
    • 提供者:dai
  1. chinesechess

    0下载:
  2. 麻雀虽小,但五脏俱全,曾帮助我入门,希望对他人有帮助-Sparrow may be small, but fully-equipped, who have helped me get started, want to help others
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:402544
    • 提供者:huang
  1. chinesechess

    0下载:
  2. This a chinese chess software.-This is a chinese chess software.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3242404
    • 提供者:xiaomuyuan
  1. ChineseChess

    0下载:
  2. 一个C++实现的中国象棋程序,画面还可以。自己可以拿来修改下。-A C++ implementation of the Chinese chess program, the screen can be. Changes can be brought under their own.
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:133805
    • 提供者:tianshizuo
  1. ChinaChess

    0下载:
  2. 关于中国象棋的算法,包含了头文件等,实现象棋功能-about ChineseChess
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:409272
    • 提供者:
  1. ChineseChess

    0下载:
  2. 中国象棋游戏源代码,包括了全部注释和源代码-vc++ chinese chess
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:138130
    • 提供者:刘畅
  1. xq1

    0下载:
  2. 中国象棋,写着玩的,还有不少bug,但是正常使用没问题-ChineseChess
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:58565
    • 提供者:durianfu
  1. ChineseChess

    0下载:
  2. 本程序是用C#写的,在一台电脑上也可以进行游戏,必须把数据库附加在你的电脑上。-This program is a c#, in a computer can also game, the database must be attached to your computer.
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:4329830
    • 提供者:blm
  1. ChineseChess

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

    • 发布日期:2017-11-27
    • 文件大小:142565
    • 提供者:fdgfdsdo
  1. ChineseChess

    0下载:
  2. 这是一个基于MFC的中国象棋项目,包括了简单的人工智能-MFC-based Chinese Chess Project
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:104343
    • 提供者:marine
  1. ChineseChess

    0下载:
  2. 用MFC实现的中国象棋,有完整的GUI界面,支持不同难度AI的选择,还具有其他一些功能-Chinese Chess MFC achieve complete GUI interface to support the choice of different difficulty AI also has some other features
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-27
    • 文件大小:1781430
    • 提供者:Jonny
  1. ChineseChess

    0下载:
  2. 一款笨拙的没有优化的中国象棋程序,但是可以正常运行,以及正确的人工智能思路,有兴趣的初学者可以-A clumsy Chinese chess program is not optimized, but can operate normally, and the correct idea of artificial intelligence, interested beginners can see
  3. 所属分类:.net

    • 发布日期:2017-04-28
    • 文件大小:495905
    • 提供者:李斐
  1. ChineseChess

    0下载:
  2. QT实现的中国象棋源码,简单练手实战小项目,可供参考学习研究-QT ChineseChess
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-15
    • 文件大小:282624
    • 提供者:dpsying
« 12 »
搜珍网 www.dssz.com