Welcome![Sign In][Sign Up]
Location:
Search - mazePath

Search list

[OtherMAZEPATH

Description: 编制一个求解迷宫通路的程序。(2) 用户以文件的形式输入迷宫的数据:文件中迷宫保存在一个[ ]中,e表示入口,x表示出口,1表示障碍,0表示通路,每一行用逗号隔开。
Platform: | Size: 39873 | Author: 斓枫 | Hits:

[Other resourcemazepath

Description: 迷宫问题是一个经典的问题,也是我们数据结构实验中的第二个实验.主要用到的思想是回溯法
Platform: | Size: 97212 | Author: tangyi | Hits:

[Windows Developmazepath

Description: 利用栈写的一个走迷宫的程序。迷宫用二维数组表示。找到一条路后将走过的路经记录下来并显示。
Platform: | Size: 9524 | Author: nemo | Hits:

[Other resourcemazePath

Description: 本程序实现某一已知迷宫的路径搜索,简单实用。经过修改可以做为栈的一个典型应用示例。
Platform: | Size: 1393 | Author: youjing | Hits:

[OtherMAZEPATH

Description: 编制一个求解迷宫通路的程序。(2) 用户以文件的形式输入迷宫的数据:文件中迷宫保存在一个[ ]中,e表示入口,x表示出口,1表示障碍,0表示通路,每一行用逗号隔开。-The preparation of a pathway to solve the maze procedure. (2) the user to enter the maze in the form of data: documents saved in a maze [] in, e express entrance, x express export, express one obstacle, 0 express pathway, each line separated by commas.
Platform: | Size: 39936 | Author: 斓枫 | Hits:

[Data structsmazepath

Description: 迷宫问题是一个经典的问题,也是我们数据结构实验中的第二个实验.主要用到的思想是回溯法-Maze is a classic problem, but also the structure of our experimental data in the second experiment. The main idea is to use backtracking
Platform: | Size: 120832 | Author: tangyi | Hits:

[Windows Developmazepath

Description: 利用栈写的一个走迷宫的程序。迷宫用二维数组表示。找到一条路后将走过的路经记录下来并显示。-Use the stack to write a Maze procedure. Maze with two-dimensional array, said. Find a way through the pass will be recorded and displayed.
Platform: | Size: 529408 | Author: nemo | Hits:

[Data structsmazePath

Description: 本程序实现某一已知迷宫的路径搜索,简单实用。经过修改可以做为栈的一个典型应用示例。-This procedure is known to achieve a path maze searching, simple and practical. Modified stack can be used as a typical application example.
Platform: | Size: 1024 | Author: youjing | Hits:

[Data structshello

Description: 迷宫,本程序只求出一条成功的通路。然而,只需要对迷宫求解的函数作小量修改,便可得全部路径。-mazepath
Platform: | Size: 602112 | Author: baobao | Hits:

[Windows DevelopMazePath

Description: 本程序可以实现从既定的迷宫当中选择一条可行的通路,迷宫也可以自行设计-This procedure can be established maze from which to choose a feasible path, the labyrinth can also design their own
Platform: | Size: 1024 | Author: HouZhihua | Hits:

[JSP/JavaMazePath

Description: 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并显示在屏幕上。 -Procedure goal: inputs a random size the labyrinth, extracts one with the stack to go out the labyrinth the way, and demonstrates on the screen.
Platform: | Size: 11264 | Author: 潘鑫 | Hits:

[Windows DevelopMazePath

Description: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。-Enter a maze of any size, using the stack find a path out of the labyrinth, and displayed on the screen. Program implementation: You can achieve the load and save the maze maze, with the file path of the maze there are 4 test file test1 ~ 4.dd. Please copy these files to the TC, under the current directory, or specify the full path when loading.
Platform: | Size: 10240 | Author: | Hits:

[Data structsMazePath

Description: c语言 编辑的 数据结构的 迷宫问题 大学老师所作 精简 实用 欢迎初学者学习使用-c language data structure editor university teachers by streamlining the maze of problems for beginners learning to use practical Welcome
Platform: | Size: 2048 | Author: zhangdp | Hits:

[Data structssearch

Description: 找出迷宫所有路径,包含最短路径,经过改变还能生产路径。-search the mazepath
Platform: | Size: 1024 | Author: 郭彬 | Hits:

[OtherMazePath

Description: 迷宫求解,能快速找出路径。以从出口到入口的坐标表示。-it solves problem of mazepath
Platform: | Size: 35840 | Author: luomei | Hits:

[Data structsMazepath

Description: 一个求解迷宫通路的程序。以一个M*N的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。以链表作存储结构的栈类型非递归程序。-A path to solve the maze procedure. In an M* N' s long square maze, 0 and 1, respectively maze of paths and obstacles. For any set of the maze, find a path from the inlet to the outlet, or not come to the conclusion path. Linked list structure for storing a stack type non-recursive procedure.
Platform: | Size: 5675008 | Author: 安陌 | Hits:

[DocumentsMazePath

Description: 该程序是用C语言写的。功能为:打印迷宫的所有路径,并找到最短路径显示出来-This program is used to print all the path of the maze and fine the shortest path.
Platform: | Size: 148480 | Author: Rocket | Hits:

[Othermazepath

Description: 迷宫,关于递归算法和非递归算法求迷宫的源代码利用栈的原理来解释-Maze, about recursive and non-recursive algorithm maze algorithm for the use of the source code to explain the principles of the stack
Platform: | Size: 300032 | Author: 诚可贵 | Hits:

[VC/MFCMazePath

Description: 随机生成一个迷宫,按照一定的规则判断是否能够通过。-Generates a random maze, according to certain rules to determine whether to pass.
Platform: | Size: 1024 | Author: qiaohui | Hits:

[OtherMazePath

Description: 本代码是解决据结构中的迷宫问题,为大家提供参考,使用于初学者。-The code number is to solve the problem, according to the structure of the maze, to provide a reference for everyone to use for beginners.
Platform: | Size: 205824 | Author: sceleryhuang | Hits:
« 12 »

CodeBus www.codebus.net