搜索资源列表
SnakeUseC
- 用C语言的贪吃蛇游戏,清晰演示游戏的结构,欢迎下载。-C language Snake games, a clear demonstration of the structure of the game are welcome to download.
labyrinth2
- 这是一个用c语言编成的关于数据结构中的迷宫问题的小游戏程序,内容详尽,已成功在c语言编译环境下通过测试。-This is a language used c into the data structure of the maze of small game procedures, as detailed have been successful in C language compiler environment to pass the test.
dhsfj
- 很多呀,呵呵案例一 贪吃蛇游戏案例二 计算器案例三 黑白棋游戏案例四 迷宫问题案例五 扫地雷游戏案例六 速算24案例七 数据结构CAI系统案例八 进程调度案例九 存储管理分区分配算法案例十 通讯录案例十一 学生成绩管理案例十二 工资管理案例十三 图书借阅管理案例十四 教师工作量计算-many ah, Oh cases a game Snake Case 2 Case 3 reversi calculator case four games maze problem cases five game
tankNew
- vc++下的坦克游戏,代码结构清晰,是游戏开发初学者不可多得的好材料-vc the tanks games, code structure and is the game developers beginners very good material
TC_fk
- TC下的俄罗斯方块原代码,使用环形链表构造方块-TC box Russia under the original code, the use of circular linked list structure box
ZCSK
- 自己编写的一个贪吃蛇游戏,用到队列数据结构。-themselves prepared a huge memory games, used queue data structure.
gameofgo
- 本系统是一款网络棋类游戏。采用MFC环境,使用C++语言编制。建立工程,使用文档结构,在客户区画出棋盘,棋子等。-system is one of the network chess game. Using MFC environment, the use of C language. Building works, use the file structure, the client painted checkerboard areas, such as a pawn.
VC坦克走迷宫源码
- 数据结构里的走迷宫实验,把它编成一个类似坦克游戏的程序-data structure, the Maze experiments it into a game similar to the procedures for tanks
PUSHBOX
- 经典的推箱子游戏,共100关,采用MFC 经典的Doc/View 结构设计。-Classic Sokoban Games, a total of 100 clearance, using MFC classic Doc/View structure design.
FiveChess
- 精心用VC编写的一个五子棋游戏,支持局域网连接起来游戏,可以让大家对加深理解局域网知识和游戏编写,同时理解数据结构在其中的应用-Carefully prepared with a Gobang VC games, connect LAN Supported Games, allowing everyone to deepen their understanding of the preparation of local area knowledge and Games, at the same
Box
- 数据结构中,用推箱子游戏,来体现二维数组的运用。-Data structure, with Sokoban game, to reflect the use of two-dimensional array.
c_txz_src
- 用纯C语言写的一个推箱子游戏,运行于CMD环境(DOS)下,通过这个游戏你可以学到很多汇编底层的东西,涉及到软中断、二维数组、键盘操作以及图形化函数等方面的知识,还可以掌握显示器中断寄存器的设置、二维数组及结构体的定义、键盘键值的获娶图形下光标的显示与定位等,不要小看它哦! -Pure C language used to write a Sokoban game, running on the CMD environment (DOS), through the game you can le
Sodoku
- 数独游戏的通用算法。摘要: 1 数独是一种数学智力拼图游戏,玩法逻辑简单,但解法千变万化。 2 数独解法全是由规则衍生出来的,基本解法分为两类思路,一类为排除法,一类为唯一法。更复杂的解法,最终也会归结到这两大类中。 3 算法的数据结构,基本思想及成果演示 成功计算出了数独题目的结果,并保持了很快的速度.该算法可以解决所有的数独游戏题目,为一种高效率的通用算法. 4 算法有更广阔的改进空间 -Sudoku generic algorithm. Abstract: a nu
snake
- 自己用VC++写的贪吃蛇,结构最为简单,思路注解清晰,欢迎下载学习-Their own written with VC++ Snake, the structure is most simple, clear thinking comments, please download the learning
Russia_new_2011
- Java游戏俄罗斯方块源码,貌似很全的源代码,包括图像资源、源代码以及项目工程文件,请在Eclipse下运行,因测试机运行环境有限,这里就不具体花时间查看运行效果了,源码结构如上图,喜欢写Java游戏的朋友可不要错过哦。 -Java Tetris game source code, source code looks like it all, including images of resources, source code and project files, run in Eclips
WpfGameTetris
- 学习俄罗斯方块的一个Csharp小程序Wpf结构-Learning Tetris Wpf a small program structure Csharp
tetris
- 在VC6.0的IDE下完成的经典的俄罗斯方块游戏,使用了C++的类特性给七种方块定义了七个类,且它们继承自同一个父类。使用了C++的类特性后,感觉代码结构更加清晰,非常易于调试!-The IDE in VC6.0 completed under the classic Tetris game, using the C++ class features to the seven kinds of box defines seven classes, and they inherit from th
snake
- 利用队列结构实现贪食蛇游戏,动态压入队列,弹出队列来模拟蛇的运动。-Snake game using the queue structure to achieve. Dynamicly press elements into the queue, or pop them from the queue to simulate the movement of the snake.
RussiaGame
- Java游戏俄罗斯方块源码,貌似很全的源代码,包括图像资源、源代码以及项目工程文件,请在Eclipse下运行,因测试机运行环境有限,这里就不具体花时间查看运行效果了,源码结构如上图,喜欢写Java游戏的朋友可不要错过哦。-Java Games Tetris source code, looks like a very complete source code, including images of resources, source code and project engineering d
Game-against
- 一个双人对抗的小游戏,对面向结构和面向对象的学习都有帮助。-A double against little game, to the face structure and object oriented learning all help.