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

搜索资源列表

  1. MyRussionBlock

    0下载:
  2. 自己使用C#编写的一个俄罗斯方块游戏。 完全使用面向对象思想,具有很强的可扩展性。支持多种游戏模式,可以自定义新种类的方块,可记录游戏积分并查看排行榜等。-its own use C# prepared a Tetris game. Full use of object-oriented thinking, and highly scalable. Support for multiple game modes, and can define new types of sheet, it c
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:667873
    • 提供者:隋毅
  1. game_Pushbox

    0下载:
  2. C++开发的推箱子游戏 1.类的划分 Cdraw类 绘画加载地图(包括围墙、人、箱子等等) Cman类 是否完成(过关) 即时更新地图 2.设计思想 从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap, 单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2,
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:80833
    • 提供者:杨振
  1. feijishanshec

    0下载:
  2. c语言版飞机闪射,有增加了很多新功能 ,一键加血,记录上次分数-c language version of the aircraft Shanyi, a lot of new features, plus a bond of blood, the previous record score
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:10628
    • 提供者:xmm
  1. BlackWhite

    0下载:
  2. 由c#实现的黑白棋游戏完整程序,还能记录下下棋的全部记录.-A reversi/othello game developed by C#, it could record all the user s movement during the game.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:21928
    • 提供者:学警雄心
  1. BWChess

    0下载:
  2. C++开发的BWChess黑白棋游戏,界面差不多,功能挺多的,可以与电脑下棋也可以人与人对战,可以提醒,记录对战排行榜。-C++ development BWChess Reversi game, the interface is similar to the挺多function, you can play chess with the computer can also be against people can be reminded to record against the list.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:291477
    • 提供者:809
  1. WenQuXingGame

    0下载:
  2. 这是文曲星里的小游戏,本人用C语言将其编出并添加破纪录功能。游戏规则:随机产生4个数字,由玩家输入4个不重复的数字(如:8 3 1 2)按回车后电脑给出提示,其形式为"?A?B".你所输入的四位数中,位置和数字都正确则为A,数字相同但位置不相同时为B,你只可以猜10次,若你所用的次数小于纪录保持者,则为破纪录。-This is Wen Quxing the little games, I used to compile the C language and add their record-br
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:1389
    • 提供者:hui
  1. project

    0下载:
  2. Card Game-Big & small. It is a mini-card game. The program will randomly select one card within the 52 cards. Users can guess the card is a big or small. The program can also record the marks of each game. It s a simple program to learn the C++ langu
  3. 所属分类:Other Games

    • 发布日期:2017-05-13
    • 文件大小:3461278
    • 提供者:vp
  1. caidanci

    0下载:
  2. 用C++实现简单的猜单词功能,具有单词管理,玩家记录,猜词过程,菜单设置的功能-C++ implementation with a simple guess the word function, with the word management, record players, guessing process, the function menu setting
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:1750
    • 提供者:安娜
  1. wuzhiqi_ZD

    0下载:
  2. C++ builder 五子棋源码, 包括记录保存,是一个比较完善但功能相当简单的游戏-C++ builder backgammon source code, including record keeping, is a more complete game is simple but functional
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:10617
    • 提供者:张东
  1. c-Gobang

    0下载:
  2. C语言 实现五子棋游戏两人互相对战,可以悔一步棋;可以记录对战总结果。TC2.0下编写-C language Gobang two play against each other, you can regret a move can record the total results of battle. TC2.0 prepared
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:9394
    • 提供者:liu
  1. Snake

    0下载:
  2. 基于Visual C#开发的贪吃蛇游戏,有关卡设置,能记录最好成绩,界面优美。-Based on Visual C# development of Snake game, the card set, to record the best score, the beautiful interface.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-03
    • 文件大小:1434559
    • 提供者:hcc
  1. game_wuziqi

    0下载:
  2. 五子棋小游戏(双人五子棋),C#双人五子棋小游戏源代码源程序(完整版),编译运行时需要wzqdatabase.dll文件,可以了解到这是一个五子棋的数据库文件,放在DEBUG目录下程序会自动调用。这款基于C#的五子棋游戏可进行双人对战,可记录游戏战绩,可提交意见建议,棋盘设计的也相当不错,阅读本源代码对提高C#小游戏编程还是有帮助的-Small game of backgammon (double the renju), C# double backgammon game source code
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:37635
    • 提供者:Triones
  1. c-Gobang

    0下载:
  2. C语言 实现五子棋游戏两人互相对战,可以悔一步棋;可以记录对战总结果。TC2.0下编写-C language Gobang two play against each other, you can regret a move can record the total results of battle. TC2.0 prepared
  3. 所属分类:Game Program

    • 发布日期:2017-04-26
    • 文件大小:9486
    • 提供者:legiti
  1. saolei

    0下载:
  2. C语言完成自定义扫雷,个性化扫雷。玩家可以选择游戏难度,分为初级,中级和高级,同时可以记录游戏分数,进入排行榜。-C language to complete demining custom, personalized demining. Players can the game difficulty, divided into beginner, intermediate and advanced, and can record game scores, enter the rankings
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-11
    • 文件大小:2241854
    • 提供者:苟苟
  1. 2048

    0下载:
  2. 2048游戏,基于c#平台开发,可以记录最高分,更新最高分记录(2048 game, based on c# platform development, you can record the highest score, update the highest score)
  3. 所属分类:其他游戏

    • 发布日期:2018-01-08
    • 文件大小:326656
    • 提供者:范晓可
搜珍网 www.dssz.com