CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - 链表的实现

搜索资源列表

  1. 同色球游戏

    0下载:
  2. 游戏开发,用到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),
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:823618
    • 提供者:石飞
  1. qqllky_dc

    0下载:
  2. 以前编写的一个支持最新多层qq连连看外挂 如果现在版本不支持,只需要更改几个关键地址。 可以用od很容易跟踪出这几个循环链表。 程序采用vb+api编写,用最简洁最优化的算发实现了模拟判断,点击的过程。 另外程序还有不少anti技巧可以学习。 关键代码旁边都有注释说明。 在于提高编程技巧。请勿用于商业目的-previously prepared a support for the latest multi-storey qq 1000 block of Terry Ave
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:463191
    • 提供者:胡俊杰
  1. java--game

    0下载:
  2. 《Java2游戏程序设计》随书源码 书后的编程题,用链表实现的职工管理软件-"Java2 game program design" With the book after book-source programming that with the union to achieve Chain Management Software
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:2212636
    • 提供者:macorl
  1. chainlist

    0下载:
  2. 程序利用链表实现约瑟夫环 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
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:5478
    • 提供者:linling
  1. 多功能五子棋源代码

    2下载:
  2. 为丰富人们的娱乐生活,越来越多的人喜爱棋类游戏.本程序为实现五子棋在不同难度等级的人机对弈,人人对弈.本程序的关键在于界面设计与五子棋算法的实现,以及用链表节点结构来存储棋盘信息,可供悔棋,最后判断是否存在五子,即判断程序结束与否.
  3. 所属分类:棋牌游戏

    • 发布日期:2009-09-19
    • 文件大小:2427714
    • 提供者:red_eyed_hare
  1. snail

    0下载:
  2. 贪吃蛇程序,用c语言中链表指针写了简单的代码程序,简单易懂,实现了基本的功能-Snake procedures, the use of c chain table pointer brief written code, easy to understand, realize the basic function
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:6671
    • 提供者:林文兴
  1. miaoshuqi

    0下载:
  2. 描述器,运用数组链表和结构体实现描述的功能,可以自动的进行描述-Descr iption, and the use of the array list and descr iption of the structure to achieve the function, you can describe the automatic
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:2503
    • 提供者:kk
  1. Maze

    0下载:
  2. 用链表实现的迷宫游戏,该链表TList是一个模板类链表-Achieved with the maze game list, the list is a template class TList list
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:2328
    • 提供者:胡斌
  1. java--SnakeGame

    0下载:
  2. 用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.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:8665
    • 提供者:
  1. tuixiangzi

    0下载:
  2. 需求分析 本游戏总共40关,由易到难,根据任务要求,可以通过相应函数实现读取地图,选关,按键操作,记录和修改玩家信息等功能。 (1) 通过文件操作读取地图文件并进行选关; (2) 按键操作包括移动小人和移动箱子,通过操作w,s,a,d键来控制小人的移动,从而推动箱子,以把箱子推到指定的目的地为过关。 (3) 每过一关玩家信息都会有所记录并自动更新。另外游戏进行过程中,按q键可以退回到主菜单,游戏会自动记录玩家所玩到得关数并在玩家信息中显示。 (4) 玩家姓名可以进行修改,但
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:554066
    • 提供者:minghao
  1. snake

    0下载:
  2. 在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.
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:24878
    • 提供者:翟守超
  1. DaZuanKuai

    0下载:
  2. 用链表实现的一个简单贪吃蛇游戏源代码,随机食物位置,蛇头每吃一个食物自身长度加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
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:221769
    • 提供者:
  1. dawang

    1下载:
  2. 基于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.
  3. 所属分类:Games

    • 发布日期:2017-04-16
    • 文件大小:141429
    • 提供者:刘欣荣
  1. code

    0下载:
  2. 实现了黑白棋的智能算法,主要是使用指针和链表来完成的,希望能给大家一些帮助-Othello implements intelligent algorithm, mainly linked to the use of pointers and finished, I hope to give you some help
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:4996
    • 提供者:wangjun
  1. snake_game

    0下载:
  2. 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.
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:2785261
    • 提供者:
  1. java--SnakeGame

    0下载:
  2. 用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.
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:8710
    • 提供者:dperform
  1. miaoshuqi

    0下载:
  2. 描述器,运用数组链表和结构体实现描述的功能,可以自动的进行描述-Descr iption, and the use of the array list and descr iption of the structure to achieve the function, you can describe the automatic
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2548
    • 提供者:omputUni
  1. PlaneGame(1)

    0下载:
  2. 目 录 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.
  3. 所属分类:Other Games

    • 发布日期:2017-12-12
    • 文件大小:51772416
    • 提供者:雷神
  1. DataStructureExe-Joseph

    0下载:
  2. 约瑟夫环的实现,使用无头结点的循环链表,接收数值并输出编号-A easy solution to Joseph question
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:628
    • 提供者:朱旭
  1. 新建文本文档 (2)

    0下载:
  2. 最近学习了一些数据结构的知识,然后试着用链表实现一个小游戏(贪吃蛇),在网上看了一些别人写的代码,然后自己重新改写(以前是一个主函数,现在分成了几个小函数方便查看功能,加了内存释放函数)了。在这里发表自己的 第一篇技术博客,希望大家一起讨论、学习,如果有错误,大家积极指出,这样才会有进步!(Recently learned some knowledge of data structures, and then try to achieve a small game list (snake), s
  3. 所属分类:游戏

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:吉吉大侠
搜珍网 www.dssz.com