搜索资源列表
迷宫搜索
- 这是一个实现自动生成随机迷宫,并且自动实现从迷宫的入口到出口的路径搜索的一个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
- 本程序实现某一已知迷宫的路径搜索,简单实用。经过修改可以做为栈的一个典型应用示例。
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
MazeGames
- **迷宫游戏生成及最佳路径** 迷宫原理:把平面中的每个奇数坐标如:(1,3),(5,5)...设为节点,深度搜索每个节点并打通所有的路径行成随机迷宫. 最佳路径:从迷宫的入口点开始广度优先搜索每一个通道求得到达终点的最佳路径. -** Maze games maze generation and the best path** Principle: the plane coordinates of each odd-numbered, such as: (1,3), (5,5) .
Maze
- 走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
puzzle
- 数据结构走迷宫的经典实用程序,使用堆栈操做,自动搜索路径-Maze of the classic data structure utility to do with the stack operation, automatic search path
CPP-Maze
- 迷宫实时演示程序,对给定迷宫实现路径的实时搜索。-Maze of real-time demo, for a given path of the maze to achieve real-time search.
maze.c
- 迷宫是一个二维矩阵,其中1为墙,0为路,3为入口,4为出口.要求从入口开始,从出口结束,按照 下,左,上,右 的顺序来搜索路径.-a maze
duilie
- 队列的应用,迷宫搜索及查找最优路径处理。队列的应用,迷宫搜索及查找最优路径处理。-failed to translate
Maze
- 实现迷宫搜索程序。迷宫数据从文件输入。输出迷宫路径。 a) 实现从入口到出口的输出顺序; b) 能否打印行走方向(向左、向右、向前), 如: 1 先前 2 向右 6 向左 7; -Maze searching
path
- 迷宫是一个二维矩阵,其中1为墙,0为路,3为入口,4为出口.要求从入口开始,从出口结束,按照 下,左,上,右 的顺序来搜索路径-The maze is a two-dimensional matrix, including one for the wall, 0 for the road, 3 for the entrance, four of them for export requirements from the entrance from the export end of the se
Msearchha
- 迷宫搜索 ,A*算法 ,自动生成成迷宫矩阵,查找最短路径可直接使用。 -Maze search, A* algorithm, and automatically generated into a maze matrix, find the shortest path can be used directly.
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 for themultipath 5. Discriminat
迷宫
- 运用矩阵来表示迷宫。能根据用户指定的维数自动生成迷宫,并打印迷宫中各个位置的状态。在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 each location in maze can be pr
找到一个给定的迷宫最短路径
- 在matlab虚拟环境,找到迷宫的最短路径(In matlab virtual environment, find the shortest path of the maze.)