搜索资源列表
mouse-migong
- 这个是老鼠走迷宫的代码,矩阵自动生成,老鼠撞到墙就退回,直到找到路为止!-this is the mouse Maze code automatically generated matrix, rats hit the wall on the back until they found the road so far!
老鼠走迷宫程序实例
- 老鼠走迷宫程序实例-rats Maze procedure examples
TWOAlgorithm
- 包括两个有趣的算法:老鼠走迷宫和运算式中序式转后序式的C和JAVA实现的两个版本-including two interesting algorithm : Mouse Maze and the computation of the order after the order-to-C and JAVA two versions
Mazeofgame
- 这是一个老鼠走迷宫的游戏,写的还不错唷!-This is a rat Maze of the game, also wrote a public good!
labyrinth
- 深度优先算法老鼠走迷宫游戏。 其中包括了使用不同算法编写的多个源代码
maze
- 老鼠走迷宫的程序,C语言完成。用到了队列数据结构
AlgorithmGossip
- 老鼠走迷宫是递回求解的基本题型,我们在二维阵列中使用2表示迷宫墙壁,使用1来表示老鼠的行走路径,试以程式求出由入口至出口的路径。
老鼠走迷宫程序实例
- 老鼠走迷宫程序实例-rats Maze procedure examples
MFCmaze
- 老鼠走迷宫程序,用vc编写,可以算出最短路径,用户自己设置围墙合入口出口-rats Maze procedure using vc preparation, you could calculate the shortest path, users set up their own import export a wall
mouse-migong
- 这个是老鼠走迷宫的代码,矩阵自动生成,老鼠撞到墙就退回,直到找到路为止!-this is the mouse Maze code automatically generated matrix, rats hit the wall on the back until they found the road so far!
TWOAlgorithm
- 包括两个有趣的算法:老鼠走迷宫和运算式中序式转后序式的C和JAVA实现的两个版本-including two interesting algorithm : Mouse Maze and the computation of the order after the order-to-C and JAVA two versions
Mazeofgame
- 这是一个老鼠走迷宫的游戏,写的还不错唷!-This is a rat Maze of the game, also wrote a public good!
labyrinth
- 深度优先算法老鼠走迷宫游戏。 其中包括了使用不同算法编写的多个源代码-Depth-first algorithm mice Maze game. Including the use of different algorithms to prepare a number of source code
maze
- 老鼠走迷宫的程序,C语言完成。用到了队列数据结构-Mouse Maze procedure, C language completed. Use a queue data structure
MOUSEFINDWAY
- 传统的老鼠走迷宫程序 通过堆栈来实现的 C++ 程序-little mouse find the right way in a maze
Maze
- 该程序是 我参加“国际IEEE智能老鼠走迷宫大赛”时获奖的一套程序,该程序针对的cpu是LM3S615-The program that I participated in " International IEEE Intelligent Mouse Maze Contest" the award-winning set of procedures, the program aimed at cpu is LM3S61
MouseGame1.1
- 老鼠走迷宫,简单的游戏源代码,可以学习很多-Mouse Maze, a simple game source code, you can learn a lot
migong
- 老鼠走迷 宫宫老鼠走迷 宫老鼠走迷宫-老鼠走迷宫老鼠走迷宫老鼠走迷宫老鼠走迷宫
迷宫求解
- 迷宫问题是取自心理学的一个古典实验。在该实验中,把一只老鼠从一个无顶大盒子的门放入,在盒子中设置了许多墙,对行进方向形成了多处阻挡。盒子仅有一个出口,在出口处放置一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。对同一只老鼠重复进行上述实验,一直到老鼠从入口走到出口,而不走错一步。老鼠经过多次试验最终学会走通迷宫的路线。设计一个计算机程序对任意设定的矩形迷宫如下图A所示,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze