搜索资源列表
c++俄罗斯方块程序
- 俄罗斯方块源代码* 文 件 名: ToyBricks.c * 完成时间: 2001年9月 * 完成地点: 华东地质学院综合楼507机房 * 开发模式: SDK程序 * 开发环境: MS VC++ 6.0 * 作 者: 王岭 * 工作单位: 中国建设银行三水市(广东省)支行 * E - Mail: Mao_jzh@163.com */ /* 备注: * 这是一个简单的俄罗斯方块游戏程序,写程序时没有注释, * 这是我写程序时的一个坏习惯。毕业有半
LIKE
- C语言版的劲舞团,大家有兴趣的下,程序很简单-C language version of the Dance Mission, we are interested in, the procedure is very simple
竞赛程序
- 一个用C编的程序 代码极简单 但效果出人意料-a series of C code a very simple but surprising results
shudu2
- 一个可以计算数独游戏的C++程序,内容简单易懂
five_stone
- 一个简单的五子棋C程序,代码附有详细的解释,适合C初学者参考。
yaohao
- 简单的模拟中奖摇号的游戏产生随机数,产生1000到10000之间的随机数,简单的c++程序,仅供完成作业者参考
用c语言演绎“生命游戏”
- c写的,程序很简单,不过蛮有意思的,应该可以看看吧~~~~~~~~~~~~~~!-c written in the process is very simple, but very interesting, and should be able to see it ~~~~~~~~~~~~~~!
hannuoi
- 这个c程序是一个简单的汉诺塔小游戏。它可以直接运行,查看界面
guess_number.c
- 程序很简单,玩法也很简单。能对玩家游戏时间进行统计以决出胜负-procedure is very simple to play and is also very simple. Game players can be right time for a winner and loser Statistics
用VC制作小程序
- 简单的扫雷游戏 本文从分析Windows扫雷游戏的功能特点开始,应用面向对象的可视化编程语言Visual C++给出了个功能模块的具体实现方法,并提供了编写小游戏程序的一般方法和Visual C++的一些使用技巧。 -simple game of mine is mine from the analysis of Windows features games, the application of object-oriented visual programming language Visua
VC++6.0useful
- 介绍C程设计的一典型案例:例如编写一些小游戏,一些简单的程序-C-way designed to introduce a typical case: for example the preparation of some small games, some simple procedures
rand.c
- 继续还是放弃的超级简单无聊游戏, 没有图形界面.......还没有学怎么写~~ 刚刚开始学不久的程序-deal or not deal game
text
- 猜数字游戏,简单C程序,汇编启动代码部分-game
Tetris-C-source-code
- 俄罗斯方块的C程序,简单易懂,适合初学者-Tetris C program, easy to understand for beginners
c++ 华容道
- 简单的华容道大作业,可以实现多个关卡。。。用户可以选择自己操作游戏或者向电脑求助,程序可以自动运行
贪吃蛇
- 简单的c++程序,贪吃蛇运行的有些卡。也没什么好说的,大家自己下载运行体验即可。(Simple c++ program, snake running is not easy.)
拼图游戏程序代码
- 基于Windows下,利用Visual Studio作为开发工具,以C++ 面向对象语言的MFC框架的拼图游戏。(Based on Windows, using the Visual Studio as the development tool, the jigsaw puzzle game of the MFC framework of the object oriented language of C++.)
C游戏编程
- 本书从c语言游戏编程入手,对图形绘制,中文显示,动画实现,文件调用,内存使用,声卡调用,中断,内存驻留技术,接口技术,数据库实现,简单病毒,界面技术等进行了详尽的介绍,并且配以大量的源程序以及程序分析对所涉及的理论进行充分的讲解和支撑。(This book from the start of the C programming language games, graphics rendering, animation, Chinese display, file, memory card, ca
C语言小游戏源代码_贪吃蛇
- 可以实现的,简单的小程序设计,很常用的小游戏。(Possible,Simple small program design, very common small games.)
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。