搜索资源列表
C语言游戏
- C语言游戏,很简单,而且很粗糙的感觉.但是代码很短,值得学习.-C language games, which is very simple, but very rough feeling. But code is very short, and worth learning.
网络小游戏(S+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
MySnake
- 一个贪吃蛇的简单游戏代码,是用C#实现的!可以-A simple Snake game code is C# to achieve!
rand.c
- 继续还是放弃的超级简单无聊游戏, 没有图形界面.......还没有学怎么写~~ 刚刚开始学不久的程序-deal or not deal game
RPGGame
- Visual C++RPG游戏源代码简单实现一些功能-RPG source code of a simple game to achieve some of the features
C
- 这是一个模拟的手机游戏,主要是弹球的一个简单的游戏。-This is a simulated mobile phone games, primarily as a simple pinball game.
snake
- 经典的贪吃蛇游戏,开发语言:C语言,界面比较简单-The classic Snake game development language: C language, interface is relatively simple
Tank Game C++
- 简单的C++写的坦克游戏,特意经过vc6.0测试通过的
C-language-games--gobang-code
- C语言游戏——五子棋,文中详细描述了五子棋游戏的设计规则,如何操作,而且有注释,可以简单明了的看懂操作-C language games- backgammon, backgammon paper describes in detail the design rules of the game, how to operate, and there are notes, you can understand straightforward operation
tanchishe
- c++简单游戏贪吃蛇源代码 融合C++的一些简单知识-Some simple knowledge of c++ source code for a simple game Snake integration of C++
c++ 华容道
- 简单的华容道大作业,可以实现多个关卡。。。用户可以选择自己操作游戏或者向电脑求助,程序可以自动运行
c-game-eluosi
- 一个C语言游戏,俄罗斯方块,比较简单,自己收集的。-Yīgè C yǔyán yóuxì, èluósī fāngkuài, bǐjiào jiǎndān, zìjǐ shōují de.
afa
- 贪吃蛇,c语言编辑。简单的c语言小游戏。(Retro Snaker,which you can play in computer class.)
Visual+C++课程设计案例精编--24点游戏
- 利用C++制作的简单小游戏代码,可以进行学习!是很好的案例!(Use C + + simple game code, you can learn! It's a good case!)
拼图游戏程序代码
- 基于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++简单游戏的一个框架,可以很好地把每件事情分开处理,形成这样的思维(A framework of C + + simple game, which can well separate everything and form such thinking)
基于VS2010平台的C++五子棋游戏
- 一个简单的五子棋游戏小程序。本游戏程序,主要有开始、判断输赢、玩家自行认输、悔棋几个功能,并且具有清晰的用户操作区、区分明显的棋盘局、明确详细的游戏规则介绍,能正确实现目前游戏界面已有的功能,程序稳定。