搜索资源列表
(1)
- 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。 2、 通过堆栈及判断实现迷宫的自动寻找路径功能 -1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the f
WIREfinal
- AUTOCAD的二次开发。该软件有一个主要功能是利用计算机堆栈技术和迷宫算法在CAD中自动求出最短路径长度(其中还利用了CAD的扩展数据技术,自定义了单链表类和自定义栈类,ADO数据库连接)-AUTOCAD secondary development. The software is a main function is to use computer technology stack and the maze of CAD algorithm automatically calculated
ExampleOfStack
- 迷宫算法(数据结构的一个大作业)。 堆栈的使用及路径的搜索。另外包括一些菜单的添加,怎样使用自定义运用程序的图标。-maze algorithm (data structure of a large operations). Stack and the use of the search path. Also include the addition of some menu, and how to use the definition of the procedures for use o
Tansuo
- 数据结构---堆栈的使用。蓝色小方块在一个自己添加的红色迷宫中找到一个出口。利用数据结构堆栈的特性来。-data structure --- stack use. Blue small chunks themselves in a maze of red added to find an export. Stack data structure used to the characteristics.
puzzle_dev_c
- 经典迷宫算法,效率高。适合初学者熟悉数据结构的堆栈。-classic maze algorithm, high efficiency. For beginners familiar with the data structure of the stack.
NodeList
- 用于迷宫探路,人工堆栈。输出一条路径,但不能输出最短路径,并能判断米共是否有解-maze for the Pathfinder, artificial stack. An output path, but not the shortest path output, and the ability to determine whether a solution has meters
mylaoshu
- 用C++写的老鼠迷宫,运用堆栈原理,可以从文件中读取迷宫图案-use C + + to write a mouse maze, using stack principle, can be read from the paper maze logo
mazemfc
- 走迷宫算法 采用了回溯算法加堆栈实现
maze
- 利用堆栈实现老鼠迷宫问题,寻找出迷宫的路径
Maze
- 这事传统的老鼠迷宫的源代码,利用了堆栈的原理,可以记录走出迷宫的路径,有助于更好的理解堆栈知识。
migongsuanfa
- 迷宫算法,一个利用堆栈和回溯算法实现的自动寻路程序
2migong
- VC++实现迷宫,属于数据结构习题,利用堆栈操作
migong554432
- 此程序是求迷宫中从入口 到出口的所有路径。在搜索中还要建立一个堆栈,将所走过的路记录下来,后退时将退出的路从堆栈中弹出。这样保证了最终保存的是迷宫的一条出路。栈底元素为入口坐标,栈顶元素为迷宫的出口坐标
MiGong
- java写的一个用堆栈进行迷宫求解的算法演示,可以动态显示迷宫的状态和堆栈的状态。
maze
- 能够将迷宫具体化,运用堆栈功能完成%%%%%
可以单线链表,迷宫,堆栈
- 可以单线链表,迷宫,堆栈
myMouse
- 数据结构中,老鼠迷宫程序源码,练习堆栈的操作。-Data structure, the rat maze procedure source, practice stack operation.
maze
- 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
miyu
- 3D场景2D贴图的迷宫游戏,采用了堆栈存储迷宫数据。-3D map of the maze scene 2D games, using a stack maze data storage.
走迷宫
- 基于labview的走迷宫demo,堆栈的处理和智能车的应用(labview robotics demo)