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

搜索资源列表

  1. C语言游戏

    0下载:
  2. C语言游戏,很简单,而且很粗糙的感觉.但是代码很短,值得学习.-C language games, which is very simple, but very rough feeling. But code is very short, and worth learning.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:71.75kb
    • 提供者:ll
  1. sjhmjx

    0下载:
  2. 手机号码吉凶查询,C#改写的一个小娱乐程序,代码很简单,仅供娱乐。 -phone numbers divination inquiries, C# rewrite a small entertainment procedures, code is very simple and is for entertainment.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:46.87kb
    • 提供者:cherry
  1. tel_test

    0下载:
  2. 用C#改写的一个小娱乐程序,代码很简单。 可以通过手机号码吉凶查询。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:49.44kb
    • 提供者:seaver1020
  1. blowup

    0下载:
  2. 一款简单的游戏代码,使用C语言写的 里面有详细的说明-A simple game code, written using the C language which has detailed instructions
  3. 所属分类:Other Games

    • 发布日期:2017-04-23
    • 文件大小:29.24kb
    • 提供者:Sbaggio
  1. MySnake

    0下载:
  2. 一个贪吃蛇的简单游戏代码,是用C#实现的!可以-A simple Snake game code is C# to achieve!
  3. 所属分类:Other Games

    • 发布日期:2017-05-02
    • 文件大小:637kb
    • 提供者:彷徨者
  1. LuaInC

    0下载:
  2. 一个lua结合C的例子,代码很简单,但是很使用,对初学者有帮助-A combination of lua examples of C code is very simple, it is the use of help for beginners
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:16.35kb
    • 提供者:yongchang
  1. manjpg

    0下载:
  2. 简单的动画控制,用方向键控制的,用c++做的,蛮有意思
  3. 所属分类:Other Games

    • 发布日期:2017-05-15
    • 文件大小:3.6mb
    • 提供者:王刚
  1. Tetris

    0下载:
  2. 俄罗斯方块,经典游戏。 其中的主要逻辑有:   (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。   (2)得分越高,方块下降速度越快(每200分为单位)。   (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。   游戏控制:   up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。   特点:  
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:4.01kb
    • 提供者:随风而去
  1. text

    0下载:
  2. 猜数字游戏,简单C程序,汇编启动代码部分-game
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:不健忘
  1. yuanma

    0下载:
  2. 一个关于C#开发的简单的小游戏代码,大家可以参考下用C#与DirectX 9.0c调用操作等。-about C# and DIRECTX games
  3. 所属分类:Other Games

    • 发布日期:2017-05-18
    • 文件大小:4.64mb
    • 提供者:luozibin
  1. WinApp

    0下载:
  2. 这一个游戏是通过Visual C++代码来编写的,程序的功能比较简单-This is a game by Visual C++ code to write, the process is relatively simple function
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:1.72kb
    • 提供者:ming
  1. SpriteManage

    0下载:
  2. 这一个游戏是通过Visual C++代码来编写的,程序的功能比较简单-This is a game by Visual C++ code to write, the process is relatively simple function
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:1kb
    • 提供者:ming
  1. C

    0下载:
  2. 这是一个不错的功能代码,可以供初学者或者有一定编程基础的学习开发人士参考,该游戏具有简单的平移和对打功能。-This is a nice feature code, for beginners or have some programming to reference-based learning development, the game has a simple function of the translation and rally.
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:317.3kb
    • 提供者:张辉
  1. xiaobawangxuexiji

    0下载:
  2. c语言编写的小霸王学习机界面,一个小车的游戏,给出简单加减运算,用户输入结果,正确并给出评判小车前进一步。(本代码是在win—tc写的,在visual c++里边运行要将getch()去掉。)-c language learning machine interface written Sundance Kid, a car game, give a simple addition and subtraction, the results of user input, and gives judg
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:4.68kb
    • 提供者:cpcwest
  1. net_tank

    0下载:
  2. 坦克游戏的局域网对战C++版,包括游戏代码和地图编辑器代码,游戏采用同步TCP通讯方式,封装directdraw绘制图形,简单的UI,类似魔兽争霸的局域网建主加入,地图编辑器采用MFC编写,代码尽量采用面向对象方式编程,但也有不足之处-Battle Tank LAN version of the game, using synchronous TCP communications, packaging directdraw to draw graphics, simple UI, similar
  3. 所属分类:Other Games

    • 发布日期:2017-05-15
    • 文件大小:3.79mb
    • 提供者:fanjiaqi
  1. Snake-source-code

    0下载:
  2. 本程序主要是通过C语言程序编写,完成了一个一个关于贪吃蛇小游戏的开发代码,简单可靠。-Snake source code
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:1.18kb
    • 提供者:张一
  1. snakeEasy

    0下载:
  2. c# 开发的贪吃蛇游戏 代码框架简单,注释详细,下载后直接能在ide环境下运行,无需修改。-c# developers Snake game Source framework, detailed annotations, downloaded directly to run in the ide environment, without modifying
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:53.9kb
    • 提供者:戴雪
  1. ChickRun

    0下载:
  2. ChickRun《小鸡快跑》游戏,用C#语言试着做了一些游戏的简单功能,模拟下坠,确实是挺简单的C#源码,代码拿去自己分析吧,希望大家一起研究提高。源码实例截图如上示。-Chicken Run " game ChickRun C# language, try to do some simple games, simulation of fall is indeed a very simple C# source code take my own analysis, I hope that
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:55.75kb
    • 提供者:李足意
  1. cPP-chess

    0下载:
  2. 此文本是用C++语言写的象棋小游戏,里面代码简单,实现容易-The text write C++ language chess game inside the code is simple, easy to implement
  3. 所属分类:Other Games

    • 发布日期:2017-12-01
    • 文件大小:4kb
    • 提供者:朱巢运
  1. 21point

    0下载:
  2. 一个用C++ 编写的简单的21点游戏。非常适合C++的初学者学习其中的简单的代码。-A simple code of a game called 21point。It is ready for new learner of C++。
  3. 所属分类:Other Games

    • 发布日期:2017-11-19
    • 文件大小:4.82mb
    • 提供者:yusuf
« 12 »
搜珍网 www.dssz.com