搜索资源列表
Maze1.
- 用C编写的迷宫最短路径。另有一用VC编写的-C maze prepared by the shortest path. Another one prepared by the VC
迷宫最短路径VC
- 用VC编写的迷宫最短路径求解。-VC prepared by the shortest path to solve the maze.
求解迷宫问题
- 运用C语言实现寻找输入的“迷宫”矩阵中的可选路径,并将找到的最短路径显示出来。-use C language to find that the "maze" matrix optional path and find the shortest path displayed.
漫步迷宫
- 本程序采用C开发,寝室迷宫算法的最短路径求解。-the procedures used C development, dormitory maze of the shortest path algorithm to solve.
Win32Maze
- Win32下立体迷宫程序,含自动求解,可求迷宫最短路径和所有路径,分别用广度优先搜索和深度优先搜索两种方法实现,欢迎讨论。-Win32 three-dimensional maze procedure, including automatic solution Stepping maze shortest path and all trails. priorities were used to search breadth and depth-first search in two ways,
AStar.用A形算法寻找迷宫的最短路径,VC实现
- 用A形算法寻找迷宫的最短路径,VC实现,非常值得一看,A fractal algorithm used to find the shortest path maze, VC achieve, very worth a visit
src
- 电子鼠走迷宫比赛程序(16*16),包括寻找最短路径算法,有记忆返回终点。
guangduyouxiansousuomigong
- 用广度优先搜索实现的搜索走迷宫最短路径,可以帮助理解广度优先搜索-Breadth-first search using the search Maze to achieve the shortest path that can help understand the breadth-first search
migong
- 电脑鼠走迷宫的程序,包括坐定位、制作等高图、选择最短路径、走弧形弯。-Computer Mouse Maze procedures, including taking curved bend.
maze
- 我们数据结构课的课程设计,是一个迷宫问题的实验,用了A*算法求解迷宫的最短路径-Data structure of our course curriculum design, the problem is a maze experiment, using the A* algorithm to solve the maze of the shortest path
MathShortestPath
- 数据结构,求迷宫最短路径问题,C++写的-Data structure, a maze for the shortest path problem, using C++
mazebestpath
- 迷宫最短路径问题,采用递归算法实现,C语言学习者的经典题目-Maze shortest path problem, the use of recursive algorithm
search
- 迷宫搜索 ,A*算法 ,自动生成迷宫矩阵,查找最短路径-Maze search, A* algorithm, automatic generation of matrix maze to find the shortest path
maze
- 用队列实现迷宫问题:寻找并记录通过迷宫的最短路径。-Queue with the realization of the maze problem: to find and record the shortest path through the maze.
MazeGame
- 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。要求:1)老鼠形象可辨认,可用键盘操纵老鼠上下左右移动;2)迷宫的墙足够结实,老鼠不能穿墙而过;3)正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败;4)添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙;5)找出走出迷宫的所有路径,以及最短路径。利用序列化功能实现迷宫地图文件的存盘和读出等功能-The beginning of t
sjjgsjjg
- 数据结构小程序,用于迷宫路径查找,及迷宫最短路径查找-Applet data structure for the maze to find the path, and the maze to find the shortest path
TheProgramofDataStructure
- 数据结构实验:包括基本实验代码,霍夫曼书,最短路径,排序算法,计算器,迷宫算法等经典算法的完整代码实现。所有代码均已完成上机实验调试成功。-Experiment data structure: the basic experiment code, Hoffman book, the shortest path, sorting algorithms, calculators, and other classical algorithm maze algorithm to achieve the
找到一个给定的迷宫最短路径
- 在matlab虚拟环境,找到迷宫的最短路径(In matlab virtual environment, find the shortest path of the maze.)