搜索资源列表
电脑鼠走迷宫最新算法
- 电脑鼠走迷宫最新算法电脑鼠走迷宫最新算法电脑鼠走迷宫最新算法电脑鼠走迷宫最新算法电脑鼠走迷宫最新算法
电脑鼠走迷宫算法
- 电脑鼠走迷宫程序 内含搜寻 建立等高表 冲刺
TWOAlgorithm
- 包括两个有趣的算法:老鼠走迷宫和运算式中序式转后序式的C和JAVA实现的两个版本-including two interesting algorithm : Mouse Maze and the computation of the order after the order-to-C and JAVA two versions
GAPathfinder
- 使用遗传算法的走迷宫程序。适合新手学习GA使用-use of genetic algorithms Maze procedure. Suitable for novice learning to use GA
migong
- 迷宫问题 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; [问题描述] 走迷宫是实验心理学中一个古典问题。用计算机解迷宫路径的程序,就是仿照人走迷宫而设计的,也是对盲人走路的一个机械模仿。 [实现提示] 假设迷宫是一个矩形,我
labyrinth
- 深度优先算法老鼠走迷宫游戏。 其中包括了使用不同算法编写的多个源代码-Depth-first algorithm mice Maze game. Including the use of different algorithms to prepare a number of source code
Astar
- 本代码用图示的方式完整的说明了A*算法的运行方式。 设置完起始,结束以及障碍点后,点击运行即可看到A*算法是怎样走迷宫的-This code with the way the icon shows a complete A* algorithm is run. Once you
mazecrossing
- 这是一个走迷宫算法的C++源程序,必须给出地图的宽度、高度,以及入口和出口坐标作为输入。-This is a Maze algorithm C++ Source must be given the map width, height, as well as import and export of coordinates as input.
zou_migong
- 超酷小鼠走迷宫问题,经典算法与数据结构问题-Cool mouse Maze problems, the classic algorithm and data structure issues
release
- 走迷宫的A*算法,用的是数组,个人的练习作品-Maze of the A* algorithm, using the array, the individual s practice work
algorithm
- 一些常用的算法, 包括 汉诺塔、走迷宫等-Some commonly used algorithms, including the Tower of Hanoi, Maze, etc.
zmg
- A* 算法实现走迷宫通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-A* algorithmthrough the preparation of the maze procedure to skillfully master A* algorithm.* A full understanding of algorithms and heuristic function of
maze_back
- 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
Maze
- 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
axing
- 利用a星算法来走迷宫的C++实例。console下运行,a星算法比较简洁明了,便于学习-The use of a satellite algorithm to Maze in C++ examples. console running, a star algorithm is relatively simple and clear, easy to learn
unknownpalace
- 一个小人走迷宫,描述了如何走出的迷宫的具体的走法与算法-A villain Maze, describes how to get out of the maze of concrete walk method and algorithm
SearchMaze
- 代码实现了电脑鼠走迷宫,利用“洪水”算法,快速并且准确-Code to achieve a computer mouse maze, using the " flooding" algorithm, fast and accurate
迷宫算法
- 到达每个点所走的步数都是最少的,多条路同时试着走,走到一个点,这个点就被占用了,不能再通过别的路走到这个点了()
迷宫算法
- 给定一个迷宫,输入入口出口,得到走出迷宫的正确路线(Given a maze, enter the entrance, exit, get the route)
数据结构——走迷宫
- 走迷宫算法的C++实现,可直接运行可执行文件 不需要重新编译(Maze algorithm C++ implementation, can run directly executable files do not need to re compile.)