搜索资源列表
同色球游戏
- 游戏开发,用到direct等.Ball 球类,包含球的颜色(0,1,2),球的状态(int),球的外部标识。 MapNode 网结类,定义了一个专用的二维链表类的节点,包含该节点的挂球位,该节点的组号,节点的外部标识。 SameBallMap 包含二维链表(由15*10个节点组成),实现对游戏的球对象的完全管理. -game developers, such as direct use. Ball sports, including the color of the ball (0,1,2),
qqllky_dc
- 以前编写的一个支持最新多层qq连连看外挂 如果现在版本不支持,只需要更改几个关键地址。 可以用od很容易跟踪出这几个循环链表。 程序采用vb+api编写,用最简洁最优化的算发实现了模拟判断,点击的过程。 另外程序还有不少anti技巧可以学习。 关键代码旁边都有注释说明。 在于提高编程技巧。请勿用于商业目的-previously prepared a support for the latest multi-storey qq 1000 block of Terry Ave
java--game
- 《Java2游戏程序设计》随书源码 书后的编程题,用链表实现的职工管理软件-"Java2 game program design" With the book after book-source programming that with the union to achieve Chain Management Software
chainlist
- 程序利用链表实现约瑟夫环 1. 可以输入游戏人数,初始密码,还可以输入每个人持有的密码。 2. 输入的游戏人数和初始密码还有每个人持有的密码都不可以为0,若为0则重新输入。 3. 测试数据为 游戏人数:0,5 初始密码;0,5 每个人持有的密码依次为:1,2,3,5,4 -procedures used to achieve a Josephus. The game can be imported to the number of initial passw
多功能五子棋源代码
- 为丰富人们的娱乐生活,越来越多的人喜爱棋类游戏.本程序为实现五子棋在不同难度等级的人机对弈,人人对弈.本程序的关键在于界面设计与五子棋算法的实现,以及用链表节点结构来存储棋盘信息,可供悔棋,最后判断是否存在五子,即判断程序结束与否.
snail
- 贪吃蛇程序,用c语言中链表指针写了简单的代码程序,简单易懂,实现了基本的功能-Snake procedures, the use of c chain table pointer brief written code, easy to understand, realize the basic function
miaoshuqi
- 描述器,运用数组链表和结构体实现描述的功能,可以自动的进行描述-Descr iption, and the use of the array list and descr iption of the structure to achieve the function, you can describe the automatic
Maze
- 用链表实现的迷宫游戏,该链表TList是一个模板类链表-Achieved with the maze game list, the list is a template class TList list
java--SnakeGame
- 用java写的贪吃蛇的游戏,使用了链表和进程有关的知识,可以改变蛇的速度。基本功能都已实现。-Snake written by java game, use the list and process-related knowledge, can change the speed of the snake. Basic functions have been achieved.
tuixiangzi
- 需求分析 本游戏总共40关,由易到难,根据任务要求,可以通过相应函数实现读取地图,选关,按键操作,记录和修改玩家信息等功能。 (1) 通过文件操作读取地图文件并进行选关; (2) 按键操作包括移动小人和移动箱子,通过操作w,s,a,d键来控制小人的移动,从而推动箱子,以把箱子推到指定的目的地为过关。 (3) 每过一关玩家信息都会有所记录并自动更新。另外游戏进行过程中,按q键可以退回到主菜单,游戏会自动记录玩家所玩到得关数并在玩家信息中显示。 (4) 玩家姓名可以进行修改,但
snake
- 在win32控制台下用C语言实现简单贪吃蛇小程序,程序涉及链表的使用、在小黑框上如何实现光标定位和接受键盘输入。-In the win32 console Snake in C language simple small program, the program involves the use of the list, in a small black box on how to achieve the cursor position and accept keyboard input.
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
dawang
- 基于java数据结构——链表写的猴子选大王,没能实现动态显示,不过有界面。当输入1、1时会出错,次bug未修正。-Java-based data structures- linked lists written by monkeys selected the King, failed to achieve the dynamic display, but the interface. When the input 1,1 to be wrong, times bugs uncorrected.
code
- 实现了黑白棋的智能算法,主要是使用指针和链表来完成的,希望能给大家一些帮助-Othello implements intelligent algorithm, mainly linked to the use of pointers and finished, I hope to give you some help
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.
java--SnakeGame
- 用java写的贪吃蛇的游戏,使用了链表和进程有关的知识,可以改变蛇的速度。基本功能都已实现。-Snake written by java game, use the list and process-related knowledge, can change the speed of the snake. Basic functions have been achieved.
miaoshuqi
- 描述器,运用数组链表和结构体实现描述的功能,可以自动的进行描述-Descr iption, and the use of the array list and descr iption of the structure to achieve the function, you can describe the automatic
PlaneGame(1)
- 目 录 1. 概述 3 1.1 实训项目简介 3 1.2 实训功能说明 3 1.2.1 基本功能 3 1.2.2 附加功能 3 2. 相关技术 4 2.1 Windows定时器技术 4 2.2 透明贴图实现技术 4 2.3 CObList链表 5 2.4获取矩形区域 6 2.5使用AfxMessageBox显示游戏过程中的提示信息 6 2.6内存释放 6 2.7 CImageList处理爆炸效果 6 2.8对话框的应用 6 3.
DataStructureExe-Joseph
- 约瑟夫环的实现,使用无头结点的循环链表,接收数值并输出编号-A easy solution to Joseph question
新建文本文档 (2)
- 最近学习了一些数据结构的知识,然后试着用链表实现一个小游戏(贪吃蛇),在网上看了一些别人写的代码,然后自己重新改写(以前是一个主函数,现在分成了几个小函数方便查看功能,加了内存释放函数)了。在这里发表自己的 第一篇技术博客,希望大家一起讨论、学习,如果有错误,大家积极指出,这样才会有进步!(Recently learned some knowledge of data structures, and then try to achieve a small game list (snake), s