搜索资源列表
C语言游戏
- C语言游戏,很简单,而且很粗糙的感觉.但是代码很短,值得学习.-C language games, which is very simple, but very rough feeling. But code is very short, and worth learning.
GameC++
- C++简单游戏.可用方向键进行控件.适合于初学C++的人阅读.-C simple game. Available for key controls. Suitable for a novice C readers.
网络小游戏(S+C)
- 简单模拟客户端和服务器端 对入门人士很有忙住
C#打地鼠
- 自己做用C#做的小游戏,打地鼠,比较简单,但是还可以用啦。
生命游戏C#的实现
- LifeGame,经典的在C#下的实现;内涵一个简单版本和一个相对复杂版本的生命游戏
C++GAME.rar
- C++制作的简单的文字游戏,对于初学者可以起到很好的学习作用,用了大量C++的基础,C++ Produced simple word games, for beginners can play the role of good learning experience, using a large number of C++ The basis of
Snake-Xenzia-c-code
- 简单游戏全代码 传统的贪吃蛇游戏代码 勾起你的回忆-so easy
GuessNumbers
- C#,简单的猜数字游戏,和小时 文曲星 上的猜数字游戏 一样,怀念一下-C#, Simple猜数字games, and hours文曲星on猜数字game, miss you
C++flyshutgame
- c++简单的飞行射击游戏源码内含实验报告,运行程序 项目选题为做一个飞行射击游戏。游戏中有各总各样的敌机和武器,敌机按一定的几率出现,玩家消灭敌机后可得分数奖励,达到一定分数后会升级,游戏难度随着玩家级数的增加而增大。游戏有很多爆炸场面,增加了刺激性。 GameWorld类,控制整个游戏过程的类 -c++ simple flight shooting game test report containing the source, run the project selection p
show_bmp.tar
- 在用C语言编写的程序中显示bmp格式图像,这对于编写简单的C语言游戏或设计一些图形化C程序都是很有学习价值的。-Using C language program shown in bmp format images, which is easy to prepare the C language games or graphical design some C procedures are very valuable study.
MySnake
- 一个贪吃蛇的简单游戏代码,是用C#实现的!可以-A simple Snake game code is C# to achieve!
C
- 这是一个模拟的手机游戏,主要是弹球的一个简单的游戏。-This is a simulated mobile phone games, primarily as a simple pinball game.
A_Shooting1771667192004
- 一个简单的设计游戏, C++源码,可供自娱自乐(a simple c++ game source code)
C语言游戏源代码
- C语言游戏源代码:1、 简单的开机密码程序 2、彩色贪吃蛇 3、c语言实现移动电话系统4、 扑克牌游戏 5. C语言实现打字游戏(C language game source code: 1, simple startup password program 2, color snake 3, C language to achieve mobile phone system 4, poker game 5. C language to achieve typing game)
拼图游戏程序代码
- 基于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语言小游戏
- 简单的c语言游戏,适合c语言新手练习使用。(Simple C language game, suitable for the C language beginners practice.)
c#实例项目打飞机
- 适合新手了解并且可以很好的学习c#简单游戏实例打飞机,注释清楚直观。(Novice simple game example, clear and intuitive annotation)
游戏框架以及图形化库
- c++简单游戏的一个框架,可以很好地把每件事情分开处理,形成这样的思维(A framework of C + + simple game, which can well separate everything and form such thinking)
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。