搜索资源列表
TC_fk
- TC下的俄罗斯方块原代码,使用环形链表构造方块-TC box Russia under the original code, the use of circular linked list structure box
55886-55886
- Play blackjack against the dealer. Aces count for 11 only. for students: linked list implementation for players deck is array -Play blackjack against the dealer.Aces count for 11 only.for students: linked list implementation for playersdeck
tanchishe
- 贪吃蛇的小游戏,界面自认为还算不错,主要是用了一个双向链表做的-Snake' s game, the interface from bad think, is mainly used to do a two-way linked list of
GameLobby
- 模拟一个游戏大厅,可以增加玩家,或者删除玩家,用类来实现了一个链表-Simulate a game lobby, players can increase or remove the player, use the class to implement a linked list
circlegame
- 出圈游戏 C++实现,链表实现,采用静态类成员实现, 也称为报数游戏-The circle game C++ implementation, linked list implementation, using static class members to achieve, also known as reported a few games
scrolling
- Linked list program which gives the linked ness of ur ass in the hole kind of game .. bahen chod mather chod .. a-Linked list program which gives the linked ness of ur ass in the hole kind of game .. bahen chod mather chod .. app
Monkeys-Select-King
- 编程C语言:猴子选大王(关于链表的创建删除粘贴破坏等操作等等)-C programming language: the monkeys selected King to create a linked list (on delete paste the destruction operation, etc.)
GameFrame
- 摘要:VC/C++源码,游戏编程,贪吃蛇源码,数组标记 MFC贪吃蛇源码--非链表--采用数组标记方式实现,将绘图与逻辑实现独立。CSnake为标准C++代码,可单独提取出来对界面进行更换。-Abstract: VC/C++ source, game programming, Snake source array mark MFC Snake source- the non linked list- array tag implementation, the graphics and l
Joseph
- 约瑟夫(Joseph)编号为1,2,…,n的n个人按顺时针方向围坐一圈, 每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。 [基本要求] 利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。 -Joseph (Joseph) No. 1
Moblie-text-scrolling
- Moblie phone text scrolling system using C++ with linked list
danlianbiao-
- 数据结构单链表程序 vc6.0 基本操作-The basic operation of a single linked list program vc6.0
BOMBMAN
- WINDOS FUNCTION LINKED LIST
Snake
- 自己使用EasyX写的一个简单的贪吃蛇小游戏,用到了单向链表的知识,程序写的比较简单,具有一定的学习意义,注释完整-Own use EasyX write a simple Snake game, using knowledge of a singly linked list, the program written relatively simple study has certain significance, complete notes
add-sort-linked-list
- list:add elemevt in sortig listlist:add elemevt in sortig list-list:add elemevt in sortig list
linked-list
- linked list to perform various function1.Insertion at Begning2.Insertion at Locatio3.Insertion at End4.Deletion at start5.Deletion at Location6.Deletion at End7.Display List8.Load Default List9.Reverse the listlinked list to perform various function1
p22
- linked list program that allows to execute all thae poosible functionslinked list program that allows to execute all thae poosible functions-linked list program that allows to execute all thae poosible functions..
Snack
- java版贪吃蛇。贪吃蛇是经典小游戏,采用链表存储贪吃蛇节点,有详尽的注释,易于学习。-java version of Snake. Snake is a classic game Snake using linked list storage node, there are detailed notes, easy to learn.
renshilianbiaojiegouSYSdeng
- A、链表结构 B、链表的初始化 C、在链表中插入数据(结点) D、链表的遍历 -A, the list structure B, list of initialization C, in the list to insert data (node) D, linked list traversal
Maze-code
- 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m × n the long square maze, 0 an
snake_game
- C语言实现贪吃蛇小游戏无需graphic.h头文件,通过链表的简单知识实现。有兴趣的可以下载看看。-C language implementation Snake game without graphic.h header files, through a simple knowledge linked list implementation. Are interested can download and see.