搜索资源列表
迷宫搜索
- 这是一个实现自动生成随机迷宫,并且自动实现从迷宫的入口到出口的路径搜索的一个Applet程序-This is an automatically generated random maze, and automatically from the entrance to the maze of export path of a search procedures Applet
mymazes
- 一个MAZE程序,可以由VC实现迷宫显示。可以自动搜索路径。-a MAZE procedure, by the VC maze shows. Automatic search path.
Maze
- 由C语言编写的迷宫自动生成程序,需要将源代码中的graohic库指向正确的路径。该程序可以自动生成迷宫,并辅以走迷宫和演示迷宫搜索过程的函数。
mazePath
- 本程序实现某一已知迷宫的路径搜索,简单实用。经过修改可以做为栈的一个典型应用示例。
迷宫搜索
- 这是一个实现自动生成随机迷宫,并且自动实现从迷宫的入口到出口的路径搜索的一个Applet程序-This is an automatically generated random maze, and automatically from the entrance to the maze of export path of a search procedures Applet
Win32Maze
- Win32下立体迷宫程序,含自动求解,可求迷宫最短路径和所有路径,分别用广度优先搜索和深度优先搜索两种方法实现,欢迎讨论。-Win32 three-dimensional maze procedure, including automatic solution Stepping maze shortest path and all trails. priorities were used to search breadth and de
mymazes
- 一个MAZE程序,可以由VC实现迷宫显示。可以自动搜索路径。-a MAZE procedure, by the VC maze shows. Automatic search path.
maze
- 我收藏的python下的迷宫路径搜索,用的是回溯法。为方便起见,程序没有记录行走路径,只输出路径所经历过的方块。-I collected the maze under the python search path, using a retroactive law. For the sake of convenience, the program did not record walking path, only the output p
migongchengxu
- 设计一迷宫游戏,要求可生成不同类型的迷宫地图,并针对不同地图进行路径搜索,并给出可行路径。-Design a maze game, a claim may generate different types of maze maps, and maps for different path searching, and gives a viable path.
Maze
- 由C语言编写的迷宫自动生成程序,需要将源代码中的graohic库指向正确的路径。该程序可以自动生成迷宫,并辅以走迷宫和演示迷宫搜索过程的函数。-By the C language, automatic generation of the maze procedure, the need to source code in the library graohic point to the correct path. The program
mazePath
- 本程序实现某一已知迷宫的路径搜索,简单实用。经过修改可以做为栈的一个典型应用示例。-This procedure is known to achieve a path maze searching, simple and practical. Modified stack can be used as a typical application example.
4Maze
- c++程序实现迷宫问题,算法实现效率要求自动搜索迷宫路径。-c++ program maze problem, algorithm efficiency requirements automatically search the labyrinth path.
Maze
- 迷宫源程序,程序自动搜索路径,最后输出结果-Maze source
search
- 迷宫搜索 ,A*算法 ,自动生成迷宫矩阵,查找最短路径-Maze search, A* algorithm, automatic generation of matrix maze to find the shortest path
SearchMaze
- 迷宫搜索程序,搜索迷宫的最短路径,完成搜素功能-Maze search application, search the shortest path to the maze to complete the prime function of search
Maze
- 走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
maze
- 一种用于迷宫搜索路径的作业算法,帮助同学们理解堆栈-A maze of job search path algorithm, to help students understand the stack
基于网络通信&多路径&死胡同的java迷宫
- 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search fo
迷宫
- 运用矩阵来表示迷宫。能根据用户指定的维数自动生成迷宫,并打印迷宫中各个位置的状态。在A 的基础上实现迷宫的自动路径搜索,判断是否存在从起点到终点的通路。(The maze is represented by a matrix. The maze can be generated automatically according to the dimension specified by users, and the status of e
找到一个给定的迷宫最短路径
- 在matlab虚拟环境,找到迷宫的最短路径(In matlab virtual environment, find the shortest path of the maze.)