搜索资源列表
maze
- 迷宫算法,找出较优的路径,找到出口.算法效率比较高-maze algorithm to find the optimum path, finding an exit. More efficient algorithm
uva705-Slash-Maze-
- uva705 Slash Maze 的代码,在UVaOJ上通过-uva705 Slash Maze of the code, adopted in UVaOJ
Maze
- 迷宫问题,算法是深度搜索,压缩包中有相应输入文件。-Solve a maze
maze
- 智能小车走迷宫,遍历迷宫,记录迷宫路径,选择一条最优路径。-Smart car Maze, maze traversal, record the maze path, choose an optimal path.
maze
- 数据结构试验报告—迷宫问题,有详细的需求分析和源码及测试结果,高质量!-Test report data structure- a maze problem, there is a detailed needs analysis and source code and test results
Maze-(1)
- 用mfc实现迷宫自动寻路代码,可以自己制作地图,也可以利用自身带的地图。-With the mfc code automatically find its way to achieve the maze, you can produce their own maps, you can also use their own zone map.
maze
- 迷宫问题,分别用深度和广度优先遍历解决。其中stack用链表实现,queue用数组实现。描述见pdf文件。-Maze problems, were the depth and breadth of priority traversal solution. Stack with the achievement of which list, queue to use the array to achieve. Descr iption see pdf file.
Maze
- 本代码在IAR编译环境下编译,实现电脑鼠走迷宫,能够准确的到达终点-This code compiled under IAR compiler to achieve the computer mouse maze, can accurately reach the end
maze
- 这是经典迷宫问题,本代码是用C语言实现的-This is the classic maze problem, the code is achieved using C language
maze
- 数据结构 课程设计 迷宫问题 欢迎下载-Data structure the curriculum design issues welcome maze download
migong
- 数据结构课程设计报告及代码 C语言环境 迷宫问题的设计 -Data structure curriculum design reports and code C language environment maze design issues
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
Maze
- 数据结构的迷宫求解,用C++编程,在VC编译通过-Data structure to solve the maze, using C++ programming, compiler in VC through
maze
- 形象演示《数据数据结构与算法(用C++语言描述)》书里面的一个迷宫算法-Image Demo " Data Data Structures and Algorithms (with C++ language descr iption)" the book inside a maze algorithm
maze
- 简单的迷宫程序,是基本的数据结构入门程序,适合初学者学习-A simple maze procedure, is the basic data structure entry procedures
maze
- 演示迷宫算法 利用栈 深度广度A*三种搜索算法 是个小程序-maze stack
Maze
- 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构。-Achieved with the C maze algorithm. Graphical interface, the process of solving the light of the depth-first search, maze generated by the matrix immediately, using the stack as the path to the st
Maze
- 电脑鼠走迷宫,实现快速转弯,无撞击,灵敏快速。-Computer Mouse Maze
Computer-rat-maze
- 电脑鼠迷宫运动模拟实验平台中文稿 关键词: 路径规划;模拟;智能算法;-Computer rat maze motion simulation experimental platform design KEYWORDS: route planning simulation Intelligence algorithm
Maze
- input the start point ,it will print a stepline to get out the maze