搜索资源列表
老鼠走迷宫程序实例
- 老鼠走迷宫程序实例-rats Maze procedure examples
Mazeofgame
- 这是一个老鼠走迷宫的游戏,写的还不错唷!-This is a rat Maze of the game, also wrote a public good!
newLabyrinth
- 程序开始运行时显示一个迷宫地图,迷宫中央有一老鼠。迷宫的右下方有一粮仓。游戏任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。为了增加游戏的趣味性,在迷宫的路上设置若干门,一次通过后即锁上(变为墙)。 程序应使用SDI结构,有建立、修改和存储迷宫地图等功能。-started running shows a map of the maze, the labyrinth is a central rats. The lower right corner of the maze is a
MFCmaze
- 老鼠走迷宫程序,用vc编写,可以算出最短路径,用户自己设置围墙合入口出口-rats Maze procedure using vc preparation, you could calculate the shortest path, users set up their own import export a wall
Maze
- 老鼠爬迷宫, 迷宫地图可自己设置, 老鼠走的路线,每走一步,都会实时输出,走错了会倒退,直到走出迷宫。-Rats climbing maze, the maze map to their own settings, the mouse line, every step will be real-time output, is going the wrong way will lead to retrogression, until out of the maze.
MouseMaze
- 老鼠走迷宫是一个小游戏对初学的朋友有一定的帮助 -Mouse Maze is a small games to imitate the help of friends have a certain
MouseGame1.1
- 老鼠走迷宫,简单的游戏源代码,可以学习很多-Mouse Maze, a simple game source code, you can learn a lot
2010-Maze-Games-
- 2010电脑鼠走迷宫,老鼠通过不同的尝试最终找到正确的道路走出迷宫!-2010 the computer mouse mazes, mouse through the different try finally found the correct road out of the labyrinth.
Maze
- 自己用Java写的一个随机生成迷宫程序,采用深度优先算法生成迷宫,模拟小老鼠走迷宫。-A randomly generated maze procedure written in Java, using depth-first algorithm to generate a maze to simulate the maze of little mice.
migong--
- 课程设计老鼠走迷宫游戏 java版 图形界面-The Mouse Maze java version of the graphical interface
Mice-have-gone-astray-official
- 老鼠走迷宫是递回求解的基本题型,我们在二维阵列中使用2表示迷宫墙壁,使用1来表 示老鼠的行走路径,试以程式求出由入口至出口的路径。-Mouse Maze recursive solving fundamental questions, we used two maze walls in the two-dimensional array, using a mouse to indicate the walking path, try to programmatically determine
src
- 随机生成迷宫,老鼠在其中自动寻路径,也可以放猫抓老鼠,同时,可以查看老鼠走的路径- 试试带有自动翻译功能的新型浏览器。下载 Google Chrome 浏览器关闭 翻译 英语 中文 德语 检测语言 中文(简体) 英语 日语
Mazeofgame
- 这是一个老鼠走迷宫的游戏,写的还不错唷!-This is a rat Maze of the game, also wrote a public good!
migongshiyan
- 展现简易迷宫程序,程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。-Show simple maze procedures, showing a maze map program starts running, the center has a rat maze, maze bottom right there is a barn. Game task is to use the arrow keys o
Maze1
- 可直接运行。老鼠走迷宫游戏。可编辑迷宫。-Can be run directly. Mouse Maze game. Editable maze.
Escape-the-maze
- 游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处,老鼠在规定时间内走到粮仓处,提示成功,否则提示失败,添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙,出走出迷宫的所有路径,以及最短路径-Game task is to use the arrow keys on your keyboard to manipulate the mouse went granary at the specified time, the mice come within the specifi
maze
- 走迷宫游戏: 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处,老鼠只能按照上下左右四个方向行走。 1)图形化的界面,要求有计时、计数等方面的功能; 2)迷宫地图随机产生,地图布局用系统文件的形式保存,系统提供存盘和读出等功能; 3)走迷宫可以手工行走,按键与cs相同,也可以系统自动寻找。 4) 老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 5) 迷宫的墙足够结实,老鼠不能穿墙而过; 6) 正确检测结果,