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

搜索资源列表

  1. cclinux

    0下载:
  2. 用SDL写的中国象棋程序,人工智能算法来源于陈成涛先生的mantisChess。 昨天中午在cosoft上偶然发现了陈成涛先生的中国象棋程序,Down下来以后发现只有Windows版,打开源代码,发现是用Win32 SDK写的(呵呵,以前学这东西可花了我不少时间,现在终于派上用场了),于是我决定把它移植到Linux下来,花了一个下午和一个早上终于搞定了。 不过程序退出的时候会出现一个错误,现在还没找到问题所在,而且程序的界面也比较难看,大家先凑合着用吧!等我以后有时间了再改。昨天已经被我们项目组
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:51137
    • 提供者:阿呆
  1. SourceCode_Engine

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

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

    0下载:
  2. 该程序为中国象棋智能人机对弈实现完成程序.该项目系在Visual Studio.net 2003下所建的MFC应用程序项目。使用更低版本的编译器将无法正常使用该源程序。-the procedures for the Chinese intelligent man-machine chess players to achieve completion procedures. The project ties in the Visual Stud io.net 2,003 under constru
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1756822
    • 提供者: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. chesschina

    0下载:
  2. 我自己的毕业设计,中国象棋,界面加音乐播放都算可以,而且可以学习vc堆栈的使用,算法一般。-My graduation project, Chinese chess, plus music player interface can all count, but can also study the use of stack vc.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:449653
    • 提供者:wyowvfp
  1. C

    0下载:
  2. 利用C++做出的项目源代码:只有象棋、扫雷、俄罗斯方块、FixYou、简易计算器、三微绘图。 请用开发C++的工具打开,在用VS2005及以上版本打开时会出现些问题,请用其他的工具打开! -The use of C++ to make the project source code: only the chess, mine clearance, the Russian box, FixYou, simple calculator, three micro-graphics. Please
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-14
    • 文件大小:3234137
    • 提供者:grave
  1. cvery_3905839

    0下载:
  2. 对弈程序是个系统工程,它是以下四个系统的有机结合:(1) 棋盘结构,(2) 局面评价,(3) 搜索技术,(4) 其他。-Chess program is a systematic project, which is an organic combination of the following four systems: (1) board structure, (2) situation assessment, (3) search technology, (4) other.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-17
    • 文件大小:4097715
    • 提供者:xif
  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. FiveQi

    0下载:
  2. 我写的五子棋人机对弈程序,开发环境是Code::Block8.02,是用的Win32 SDK编程,没用任何框架,所以其它开发环境应该把源文件加入工程就OK了,但是我没试过。核心算法参考了Zhong_Zw的程序,特此感谢。本来还想实现博弈树的算法,可是没有调试通过,就放弃了。使用的算法是贪心算法,还有随机算法。-I wrote the man-machine chess backgammon program development environment Code:: Block8.02, is
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:199704
    • 提供者:自由民
  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. cclinux-chess

    0下载:
  2. 一个 windows 的 中国象棋 程序 是个开源项目,但源码只有2004年的-A Chinese chess program windows is open-source project, but only the 2004 source
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:77187
    • 提供者:lxjt
  1. Java.Project.classical.Chinese.Chess.

    0下载:
  2. Java编程设计中国象棋项目经典代码Java Programming Project classical Chinese Chess code -Java Programming Project classical Chinese Chess code
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-23
    • 文件大小:261552
    • 提供者:67
  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-29
    • 文件大小:427189
    • 提供者:star
  1. chess-5.07-src

    0下载:
  2. GNU Chess Project See INSTALL for installation instructions. See doc directory for documentation.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:921950
    • 提供者:LiuZP
  1. Video-Chess-project

    0下载:
  2. 视 频 中国象棋 游 戏 的 项目 文件-Video Chinese Chess project files
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:2510
    • 提供者:cyc
  1. Knight-flight-chess

    0下载:
  2. 一个骑士飞行棋的游戏项目、喜欢的朋友可以下载-Knight flight chess project
  3. 所属分类:Other Games

    • 发布日期:2017-04-09
    • 文件大小:1394577
    • 提供者:陈陈
  1. CS121-Project

    0下载:
  2. Chess style board game
  3. 所属分类:Other Games

    • 发布日期:2017-12-03
    • 文件大小:257965
    • 提供者:joe
  1. Chinese-Chess

    0下载:
  2. 人机博弈程序. 本项目主要采用了博弈树中的极大极小值搜索算法.采用估值的技术让电脑评估当前局面的利弊.选择走法.-Human-computer game program. The project is mainly using the minimax game tree search algorithm using valuation technology allows computers to assess the pros and cons of the current situat
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-28
    • 文件大小:12674699
    • 提供者:GinMadrid
  1. TOUCH-SCREEN-CHESS

    1下载:
  2. With the increasing popularity of smartphones and tablet computers, touchscreen has become one of the most common user interfaces encountered today. The idea of this project came from some apps on the smart phone. It is very interesting to play a vir
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:74072
    • 提供者:rakesh
  1. Chess_project

    1下载:
  2. 最终的可执行文件及相关图片资源与dll文件存放在release文件夹中,用户可至release文件夹中点击chess.exe即可进行游戏。 源代码在src文件中,但是与最终project中的代码的存放方式有区别,project中kerenl文件夹中无子文件夹 kernel为AI部分源代码,用户若想了解AI的组织,可阅读其中的代码. project文件夹中Qt project文件夹,里面包含Qt 工程文件,也包含最终形成工程的源代码。其AI源代码可能与src中的代码有区别。因
  3. 所属分类:棋牌游戏

    • 发布日期:2017-12-25
    • 文件大小:21438464
    • 提供者:怦然心动
« 12 »
搜珍网 www.dssz.com