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

搜索资源列表

  1. 文曲星游戏

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

    • 发布日期:2008-10-13
    • 文件大小:1386
    • 提供者:高天一
  1. c++俄罗斯方块程序

    0下载:
  2. 俄罗斯方块源代码* 文 件 名: ToyBricks.c * 完成时间: 2001年9月 * 完成地点: 华东地质学院综合楼507机房 * 开发模式: SDK程序 * 开发环境: MS VC++ 6.0 * 作 者: 王岭 * 工作单位: 中国建设银行三水市(广东省)支行 * E - Mail: Mao_jzh@163.com */ /* 备注: * 这是一个简单的俄罗斯方块游戏程序,写程序时没有注释, * 这是我写程序时的一个坏习惯。毕业有半
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:5424
    • 提供者:胡洪光
  1. 坦克大战(c代码)

    0下载:
  2. 一个非常经典的游戏,里面的程序附有文档可以自己修改。-a very classic games, with the procedures they can file their own amendments.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:427081
    • 提供者:甘伟
  1. 连连看小游戏DONET版

    1下载:
  2. 用C#开发的连连看小游戏,内容涉及到GDI+等方面。-C# development of the 1000 block of Terry Avenue little game, covering such aspects of the GDI.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:616287
    • 提供者:张能臻
  1. 井字过三关小游戏

    0下载:
  2. C#写的一个通俗井字过三关游戏,即小时候所玩的对角棋,如果一方三个子连成一条线即赢。-C# to write a popular tic-tac-toe game, as a child playing chess right angle, if one of the three molecules into a line that is winning.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:10288
    • 提供者:张能臻
  1. 接火车游戏源码

    0下载:
  2. 这是用C#写的接火车游戏源码,利用扑克控件完成。程序很有效率的完成了接火车游戏的运行原理!-This is written in C# the game then train source, the use of poker complete control. The procedure is efficient completion of the game then to the train operating principle!
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:268482
    • 提供者:李扬
  1. 俄罗斯方块是一款经典的小游戏

    0下载:
  2. 一款非常经典的C源码小游戏编程,里面有详细的算法格式-one of the very classic game of small C source program, there are detailed algorithm format
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:9526
    • 提供者:张颖雪
  1. 新五子棋游戏源码

    0下载:
  2. 一个新制作的用C++制作的五子棋游戏源代码,可以参考一下-production of a new production of the C source code 331 games, reference
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:339231
    • 提供者:Mark
  1. 一个RPG游戏源代码

    2下载:
  2. 一款用C++编写的小型RPG游戏源代码,里面有两个压缩包,分别是游戏和源码-new C + + small RPG source code, there are two compressed, and the game is FOSS
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:700418
    • 提供者:刘威
  1. 一个简单的飞行射击游戏

    0下载:
  2. 一个用C++语言编写的简单的飞行射击游戏源代码-a C + + language to develop a simple flight shooter source code
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:339545
    • 提供者:刘威
  1. C实现的五子棋游戏

    0下载:
  2. 本程序用C实现,质量高,代码精彩,实现单机下的两人对战!-the procedures used to achieve C, high quality, excellent code to achieve the two single screen!
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:9660
    • 提供者:李小刚
  1. 与计算机玩24点游戏

    0下载:
  2. 本文用C语言编了24点游戏程序。与计算机玩24点还有个好处,解决了用扑克牌玩时的缺陷——有时候谁也无法确定四个数到底能不能算出24点。本程序的基本思路是:先由计算机产生四个随机数,然后将其中的两个数进行加减乘除四则运算,把计算结果分别再与第三个数进行四则运算,再把结果与第四个数进行四则运算,然后轮换四个数的顺序按以上步骤重复运算-Using C language compiled the 24 point game. Playing with the computer also has a 24
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:82309
    • 提供者:文风
  1. snake(c)

    0下载:
  2. 贪食蛇小游戏(利用TC开发(c语言))。希望大家多多指教。-embedding of small games (TC use development (c language)). We hope the exhibitions.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:1929
    • 提供者:富强
  1. MemoryMgr

    0下载:
  2. c++ 游戏编程中的内存管理源码示例,适合c++的学习者-game of memory management source examples, suitable for learners c
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:18186
    • 提供者:heliming
  1. chess(c++)

    0下载:
  2. PC游戏编程(人机博弈)中的象棋源码 仅仅提供给需要他的人-PC game programming (man-machine game), the chess source only to the person who needs
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:109671
    • 提供者:秦利滨
  1. renju(c++)

    0下载:
  2. PC游戏编程(人机博弈)中的五子棋源码 仅仅提供给需要他的人-PC game programming (man-machine game), the 331-source only to the person who needs
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:61690
    • 提供者:秦利滨
  1. symbiangame1

    0下载:
  2. Symbin C++ 游戏名:俄罗斯方块 在S60下运行-Symbin C games Name : Tetris running in S60
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:391395
    • 提供者:icemen
  1. C-24calculation

    0下载:
  2. C语言编写的24点扑克牌游戏源程序,利用了C语言本身的函数库。-C language prepared by the 24 point source poker game, using the C language itself the libraries.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2196
    • 提供者:harry
  1. 赛车游戏

    0下载:
  2. C做的赛车游戏也是不错的,-C do racing game is good, huh
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:28885
    • 提供者:迪迪派
  1. 太空船游戏例子

    0下载:
  2. 太空船游戏例子,C++小游戏-spacecraft games example, C small game
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:50730
    • 提供者:yyw
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com