搜索资源列表
myvcLabyrinth
- 谭浩强C语言书中的一个走迷宫的例子,此程序是其算法实现,用VC编译运行-Hao C-language book of a Maze example of this process is its algorithm, compiled with VC operation
applet.迷宫生成及搜索算法
- 迷宫生成及搜索算法,一些好的算法,分享给大家-maze generation and search algorithm, some good algorithm, we share
Mizmaze
- 一个最基本的迷宫算法,利用堆栈实现,首先先自动生成一个迷宫,如果迷宫存在唯一路径,则程序自动求出路径-A basic maze algorithm, using the stack to achieve, first, the automatic generation of a maze, if the maze is the only path, the program automatically find the path
algorithm
- 一些常用的算法, 包括 汉诺塔、走迷宫等-Some commonly used algorithms, including the Tower of Hanoi, Maze, etc.
maze
- A turtle is moving in a maze. You can manipulate it, using buttons a,d,w,s,R and q. Pretty simple algorithm but it shows some skills of student.
Wheelbarrow
- 独轮车 独轮车的轮子上有5种颜色,每走一格颜色变化一次,独轮车只能往前推,也可以在原地旋转,每走一格,需要一个单位的时间,每转90度需要一个单位的时间,转180度需要两个单位的时间。现给定一个20×20的迷宫、一个起点、一个终点和到达终点的颜色,问独轮车最少需要多少时间到达。 状态:独轮车所在的行、列、当前颜色、方向。 另外为了方便在结点中加上到达该点的最小步数。 - Wheelbarrow wheelbarrow wheels have five kinds of colors
Maze
- 自己编制的迷宫生成算法和寻路算法,寻路算法比较简单,主要是生成算法比较有意思-Preparation of their own maze generation algorithm and pathfinding algorithm, pathfinding algorithm is relatively simple, the generation algorithm is more interesting
MazeFindPath
- 用矩阵表示的迷宫,用队列实现最短路径发现-Queue implementation matrix representation of the maze, the shortest path found
laoshumigong
- 老鼠走迷宫是递回求解的基本题型,我们在二维阵列中使用2表示迷宫墙壁,使用1来表示老鼠的行走路径,试以程式求出由入口至出口的路径。-The Mouse Maze recursive solving basic questions, we used in the two-dimensional array 2 represents a labyrinth walls, 1 indicates the traveling path of the mice, try to program a path
Classical-algorithm
- 经典算法大全,包含有八皇后问题、老鼠走迷宫等经典算法,附带有程序-Classical algorithm Guinness, includes eight queens problem, Mouse Maze other classic algorithms, with a program
pathfinding
- Flooding pathfinding maze
maze.cpp
- 迷宫游戏有多种。有的迷宫只要你能走出来就算成功;有的是要求不但能走出来,而且走的步数越少得分越高。为了能得到高分,你肯定在路线的选择上下功夫,尽量用最少的步数走出迷宫。任务是,计算出走出迷宫需要的最少步数是多少?-There are a variety of maze game. Some maze as long as you can come out even if successful some requirements will not only come out, but the f
maze
- a program for a maze solver robot
Maze
- 这是一个简单的算法运算,通过迭代实现了迷宫的出路寻找。和九宫格-a simple algorithm, implemente the exit looked up by iteration。And the Nine Patch
gMaze001
- maze project with A*