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

搜索资源列表

  1. Rus1231sia12344123

    0下载:
  2. 此程序是一个模拟俄罗斯方块的程序.... cell.cpp MainFrm.cpp Russia.cpp RussiaDoc.cpp RussiaView.cpp SETdlg.c-this program is a simulation of the Russian squares procedures .... cell.cpp MainFrm. cpp Russia.cpp RussiaDoc.cpp RussiaView.cpp SETdlg.c
  3. 所属分类:棋牌游戏

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

    0下载:
  2. 用dsp写的一个俄罗斯方块经典游戏 内有可执行文件 以及 gamebox.cpp (.h) 游戏框架,游戏主要逻辑 mybitmap.cpp (.h) 位图处理,按钮处理 myclock.h 时钟处理 mykey.h 工具包 square.cpp (.h) windows主程序 -AppWizard has created this square application for you This file contains a summary of wh
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:311386
    • 提供者:刘浪
  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. 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. five-in-a-row-game-CPP

    0下载:
  2. 一个采用C++程序编写的五子棋程序,生成了可执行文件,可以在任何机器运行。-A c++ program written by the renju program, generated the executable file, can be in any machine operation.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-27
    • 文件大小:966540
    • 提供者:
  1. Bet-on-a-race-game-source-code

    0下载:
  2. CPP押注赛跑游戏的源代码,供学习之用.-Bet on a race game source code
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-23
    • 文件大小:287742
    • 提供者:余先荣
  1. CPP

    0下载:
  2. 本题目做一个N x M的扫雷游戏,每个方格包含两种状态:关闭(closed)和打开(opened),初始化时每个方格都是关闭的,一个打开的方格也会包含两种状态:一个数字(clue)和一个雷(bomb)。你可以打开(open)一个方格,如果你打开的是 一个bomb,那么就失败;否则就会打开一个数字,该数字是位于[0,8]的一个整数,该数字表示其所有邻居方格(neighboring squares)所包含的雷数,应用该信息可以帮助你扫雷。-This subject, to do an N x M m
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:320739
    • 提供者:飞儿
  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. blackjack.cpp

    0下载:
  2. 一个简单的纯命令行21点游戏,那啥11,12,13都算0.5-a simple blackjack
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-11
    • 文件大小:1526
    • 提供者:李春叙
  1. gobang(cPP)

    0下载:
  2. 一个简单的C++五子棋 用来学习类的概念-a simple C++ Gobang.it used for learning C++
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-26
    • 文件大小:5829586
    • 提供者:星魂
  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-15
    • 文件大小:4824
    • 提供者:dnalfiend
  1. FiveChess

    0下载:
  2. 五子棋游戏的visual c++源代码,是较为经典的学习代码。-ppWizard has created this FiveChess application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-08
    • 文件大小:1790208
    • 提供者:汪晓飞
  1. Backgammon

    1下载:
  2. 一个五子棋游戏含有图形界面 用C++写的,还有说明文档和压缩包-a cpp code of backgammon which has graph UI
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-08
    • 文件大小:1575499
    • 提供者:jinkai
  1. GetCardType_DouDiZhu

    0下载:
  2. 斗地主的获取牌型的算法,单张、对子、顺子、连对、飞机、炸弹、王炸;支持2副牌,牌的int设计在里面,就一个cpp,其他要自己添加-Landlords access card type of algorithm, leaflets, pair, straight, even right, aircraft, bombs, fried king support two cards, cards int design on the inside, on a cpp, others want to a
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-13
    • 文件大小:2164
    • 提供者:
  1. Network-gobang--cPP

    0下载:
  2. 这是一个网络五子棋的C++程序。程序是我老师读研的时候写的。-This is a network gobang c++ program.The program was written by my teacher graduate school.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-29
    • 文件大小:68824
    • 提供者:皓月
  1. CPP--DouDiZhu

    0下载:
  2. 项目名称:卡牌游戏 已经实现了大部分逻辑,和实现效果,双缓冲防闪动.抽牌,出牌的方法,可以修改成任何一种扑克游戏.-Item name: card game Has achieved most of the logic, and to achieve the effect, double buffering anti flashing. Draw a card, card method can revise any a poker game.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-14
    • 文件大小:3117169
    • 提供者:lzwqsj
搜珍网 www.dssz.com