搜索资源列表
Maze
- 这事传统的老鼠迷宫的源代码,利用了堆栈的原理,可以记录走出迷宫的路径,有助于更好的理解堆栈知识。
labyrinth
- 深度优先算法老鼠走迷宫游戏。 其中包括了使用不同算法编写的多个源代码
maze
- 老鼠走迷宫的程序,C语言完成。用到了队列数据结构
MOUSEFINDWAY.rar
- 传统的老鼠走迷宫程序 通过堆栈来实现的 C++ 程序,little mouse find the right way in a maze
compmouse
- 老鼠走迷宫程序实际示例 可以寻找所有路径以及找出所有路径当中的最短路径。-Mouse Maze procedure can find all the practical example of the path and find the shortest path among all paths.
2
- 有一只电子老鼠被困在如下图所示的迷宫中。这是一个12*12单元的正方形迷宫,蓝色部分表示建筑物,白色部分是路。电子老鼠可以在路上向上、下、左、右行走,每一步走一个格子。现给定一个起点S和一个终点T,求出电子老鼠最少要几步从起点走到终点-Have an electronic mouse trapped in the maze as shown below. This is a square of 12* 12 unit maze, the blue part of that building, t
migong
- 老鼠走迷 宫宫老鼠走迷 宫老鼠走迷宫-老鼠走迷宫老鼠走迷宫老鼠走迷宫老鼠走迷宫
laoshumigong
- 老鼠走迷宫 老鼠走迷宫 老鼠走迷宫-Mouse Maze Mouse Maze Mouse Maze Mouse Maze Mouse Maze
migong2
- 老鼠走迷宫 老鼠走迷宫 老鼠走迷宫-Mouse Maze Mouse Maze Mouse Maze Mouse Maze Mouse Maze
CYBER-MICE-PARTY-
- 电子老鼠走迷宫的模拟过程 包括友好的展示界面-Electronic Mouse Maze of the simulation process including the friendly display interface
123
- 电子老鼠创迷宫问题,主要用递归的方法求解得到最终走出迷宫的最小步数-E rat maze created problems, mainly with the recursive method for solving the minimum to get the final out of the maze the number of steps
zoumigong
- 走迷宫 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。 要求: 1老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 2迷宫的墙足够结实,老鼠不能穿墙而过; 3正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败; 4找出走出迷宫的所有路径,以及最短路径。 另希望能说明采用的设计方法、设计技术路线,包括采用的设计方法和步骤以及任务流程图,指定的功能模块说明、设计说明
412124
- 这是一个老鼠走迷宫的问题,这是我第一次上传,有问题请见谅。-This is a rat maze problem, this is my first upload, have questions, please forgive me.
diannaoshu
- 电老鼠走迷宫程序,可以完整的跑下来,大家可以试一试-Electric mouse maze procedure, a complete run down, we can try
maze.tar
- 回溯法求解老鼠走迷宫问题,使用C++语言的高内聚,低耦合的特点-Retrospective method of mouse maze problem
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
radwan
- 这个是老鼠走迷宫的代码,矩阵自动生成,老鼠撞到墙就退回,直到找到路为止!()
zgvqqtp
- 这个是老鼠走迷宫的代码,矩阵自动生成,老鼠撞到墙就退回,直到找到路为止!()