搜索资源列表
TC_fk
- TC下的俄罗斯方块原代码,使用环形链表构造方块-TC box Russia under the original code, the use of circular linked list structure box
snail
- 贪吃蛇程序,用c语言中链表指针写了简单的代码程序,简单易懂,实现了基本的功能-Snake procedures, the use of c chain table pointer brief written code, easy to understand, realize the basic function
vclistgame
- 自己收藏的,游戏可玩性一般,但是代码质量很高,可以很好的学习链表的使用,希望对大家有帮助。-My own collection, the gameplay in general, but the code is of high quality, can be good learning experience for the use of the list and hope to everyone helpful.
eluosfangkuai
- 用C语言写的俄罗斯方块,用到了指针链表和C语言下的GUI-Using C language, the use of the pointer tetris linked lists and C language of GUI
Russia
- 自己编的一个贪吃蛇游戏,界面比较简单,但对于学习和加深对数组和链表的理解有很大帮助。-Own a series of the Snake game, the interface is relatively simple, but for learning and deepen understanding of the array and the list of great help.
TCgame
- /*TC下的俄罗斯方块原代码 */ /* 使用环形链表构造方块,编译前将turboc目录下的egavga.bgi考到源程序所在目录下。*/ -<Russia Diamonds Ver 1.0> Copyright by forever_chang forever_chang@china.com 2001.11.1
tuixiangzi
- 需求分析 本游戏总共40关,由易到难,根据任务要求,可以通过相应函数实现读取地图,选关,按键操作,记录和修改玩家信息等功能。 (1) 通过文件操作读取地图文件并进行选关; (2) 按键操作包括移动小人和移动箱子,通过操作w,s,a,d键来控制小人的移动,从而推动箱子,以把箱子推到指定的目的地为过关。 (3) 每过一关玩家信息都会有所记录并自动更新。另外游戏进行过程中,按q键可以退回到主菜单,游戏会自动记录玩家所玩到得关数并在玩家信息中显示。 (4) 玩家姓名可以进行修改,但
DaZuanKuai
- 用链表实现的一个简单贪吃蛇游戏源代码,随机食物位置,蛇头每吃一个食物自身长度加1,可无限加下去-With the list of the realization of a simple snake game the source code, and the random food position, every eat a food--their length add 1, can be unlimited add it
ConsoleApplication1
- 约瑟夫环问题,c#环境开发,使用循环线性双向链表,欢迎大家下载评测。-Jesoph qustion,which was developed by c#.
Maze-code
- 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m × n the long square maze, 0 an