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

搜索资源列表

  1. cclinux

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

    • 发布日期:2008-10-13
    • 文件大小:51137
    • 提供者:阿呆
  1. bitstronger_0.06-win32-i386-bin_src_docs

    0下载:
  2.   “理治棋壮”(BitStronger)是一个基于中国象棋通用引擎协议(UCCI)的中国象棋计算机博弈引擎。项目采用C++开发,遵循GPL许可,目前版本可运行于32位Windows平台。本引擎通过标准输入和标准输出与支持UCCI的中国象棋界面软件通讯,可实现跨平台及联网的人机、机机对战。   详细的使用说明与程序开发文档参见随程序一同发布的docs目录下的文件。-"Jimmy chess strong governance" (BitStronger) is ba
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1306167
    • 提供者:林健
  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. Gobang-alpha-beta

    0下载:
  2. 五子棋win32程序 采用α-β剪枝搜索 对学习搜索算法很有帮助-Gobang win32 program using α-β pruning ,which is helpful for learning searching algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:5560
    • 提供者:sun wen
  1. Renju

    0下载:
  2. 简单的汇编五子棋程序 只实现了人-人对战 完全调用win32 api实现 人工智能部分相当于没写-simple version of renju game, with the P1-P2 mode only. all by win32 api, and poor is the quality of intelligence
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:59384
    • 提供者:LiChao
  1. win32_five

    0下载:
  2. 纯win32框架, 加GDI作图, 无资源文件, 资源纯实时绘制, 全长307行的五子棋程序, 无AI,仅支持双人对战. 供初学者学习参考-Pure win32 framework, plus GDI mapping, non-resource file, resource pure real-time rendering a total length of 307 lines Gobang procedures, no AI, only supports double Versus. For
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:15865
    • 提供者:林祥
  1. Tetris

    0下载:
  2. 基于WIN32 GDI的俄罗斯方块对战版C++实现代码 包括源代码和执行程序-WIN32 GDI-based version of Tetris Battle C++ implementation code includes source code and enforcement procedures
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:13764
    • 提供者:raul
  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-03
    • 文件大小:199704
    • 提供者:自由民
  1. WIN32-SDKchessgame

    0下载:
  2. WIN32 SDK版本的象棋游戏源代码 windows程序设计API-WIN32 SDK version of the chess game programming API source code windows
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:7006
    • 提供者:liuyinhang
  1. Showhand

    0下载:
  2. C++写的梭哈程序 基本功能 并附带简单的AI 基于win32-a showhand program
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:21484
    • 提供者:linhan
  1. CPP-wuziqi

    0下载:
  2. 是基于Win32控制平台的C++五子棋程序 用到类(class) 有棋盘 有悔棋功能 能在visual c++ 6.0 上运行 -Win32-based control platform uses C++ class backgammon program (class) has a undo feature board in visual c++ 6.0 running on
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:51415
    • 提供者:徐明岗
  1. PointGame

    0下载:
  2. 这是一个简单的24点,小游戏程序,在win32运行,输入四个值,就可以等到相应的结果,编程思想很攒。-This is a simple 24-point game program, run in win32, enter the four values ​ ​ to the corresponding results can wait until the programming idea is save.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:1017187
    • 提供者:冷月
  1. mataqipan

    0下载:
  2. 马踏棋盘程序为标准的win32应用,在tc环境下编写完成,功能是在国际象棋棋盘上搜索马从一格不重复的跳遍所有格路径。-failed to translate
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:11014
    • 提供者:
  1. Tetris_Console

    0下载:
  2. 开发环境:vs2008.程序类型:win32 console程序。采用C++语言编写DOS版本的网络对战俄罗斯方块。-Development:vs2008.Type of program:win32 console.This is a Netplay Russian square,which is of DOS version.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:92515
    • 提供者:徐杰
  1. Chess

    0下载:
  2. Win32下使用Gdi完成的人人对弈象棋程序!-Everyone chess chess. Win32 uses gdi done!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:381120
    • 提供者:ZeaLot
  1. Five-in-a-Row

    0下载:
  2. 使用C + +写一个简单的五子棋程序,与Win32控制台编译。-Using C++ to write a simple 331 procedures, with Win32 console compilation.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:1387
    • 提供者:Phi
  1. cards

    0下载:
  2. 用C++写的纸牌游戏 win32程序 有需要的读者可以下载作为参考-Using C++ to write the card game Win32 program readers need can be downloaded for reference
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:10849
    • 提供者:liu
搜珍网 www.dssz.com