文件名称:Maze
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-06-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 小*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
系统的设计目标是设计一个JAVA简易迷宫程序,功能是在出口固定的情况下,能够从键盘输入一个正确的坐标,通过判断棋子所走的路径是“★”还是“ ”,自动寻找最短路径为“☆”,从而实现从入口到出口的整个流程。
7) 添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙;
8) 找出走出迷宫的所有路径,以及最短路径。-System design goal is to design a simple JAVA maze procedure, function is fixed in the case of exports, can be entered from the keyboard a correct coordinates, by judging the pieces are moving in the path " ★" or " " to automatically find the shortest path " ☆" , from the inlet to the outlet in order to achieve the whole process. 7) Add edit maze, can modify the current maze of changes: wall becomes road, the road becomes the wall 8) to find all paths out of the maze, as well as the shortest path.
7) 添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙;
8) 找出走出迷宫的所有路径,以及最短路径。-System design goal is to design a simple JAVA maze procedure, function is fixed in the case of exports, can be entered from the keyboard a correct coordinates, by judging the pieces are moving in the path " ★" or " " to automatically find the shortest path " ☆" , from the inlet to the outlet in order to achieve the whole process. 7) Add edit maze, can modify the current maze of changes: wall becomes road, the road becomes the wall 8) to find all paths out of the maze, as well as the shortest path.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Maze\Mouse.class
....\Mouse.java
Maze