文件名称:(java)
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3.71mb
- 下载次数:
- 0次
- 提 供 者:
- dai****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
走迷宫游戏!计算机解迷宫通常用的是“穷举求解”方法,即从入口出发,顺着某一个方向进行探索,若能走通,则继续往前进;否则沿着原路退回,换一个方向继续探索,直至出口位置,求得一条通路。假如所有可能的通路都探索到则未能到达出口,则所设定的迷宫没有通睡。可以二维数组存储迷宫数据,通常设定入口点的下标为(1,1),出口点的下标为(n,n)。为处理方便起见,可以迷宫的四周加一圈障碍。对于迷宫任一位置,均可约定有东、南、西、北四个方向可通。 -Maze game! Computer Solutions maze usually is " exhaustive solving" approach, starting from the entrance, along a certain direction to explore, if we go through, then continue to move forward or back along the same route, for a direction to continue to explore, until the exit position, and seek a path. If all possible paths are explored to the failure to reach the exit, then the set through the maze without sleep. Two-dimensional array of data can be stored in the maze, set the entry point is usually the subscr ipt is (1,1), the export point is labeled (n, n). To address convenience, you can add a circle around the maze of obstacles. For the maze any location, can be agreed with the east, south, west and north direction can pass.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
迷宫(java)\.classpath
..........\.metadata\.lock
..........\.........\.plugins\org.eclipse.core.resources\.root\.indexes\history.version
..........\.........\........\..........................\.....\........\properties.index
..........\.........\........\..........................\.....\........\properties.version
..........\.........\........\..........................\.....\1.tree
..........\.........\........\..........................\.safetable\org.eclipse.core.resources
..........\.........\........\..................untime\.settings\org.eclipse.core.resources.prefs
..........\.........\........\........................\.........\org.eclipse.jdt.ui.prefs
..........\.........\........\........................\.........\org.eclipse.ui.ide.prefs
..........\.........\........\........................\.........\org.eclipse.ui.prefs
..........\.........\........\............jdt.core\variablesAndContainers.dat
..........\.........\........\................ui\dialog_settings.xml
..........\.........\........\..................\OpenTypeHistory.xml
..........\.........\........\..................\QualifiedTypeNameHistory.xml
..........\.........\........\............ui.ide\dialog_settings.xml
..........\.........\........\................ntro\dialog_settings.xml
..........\.........\........\...............workbench\dialog_settings.xml
..........\.........\........\........................\workbench.xml
..........\.........\........\........................\workingsets.xml
..........\.........\version.ini
..........\.project
..........\0.bmp
..........\1.bmp
..........\2.bmp
..........\3.bmp
..........\4.bmp
..........\5.bmp
..........\6.bmp
..........\7.bmp
..........\8.bmp
..........\8c9.gif
..........\9.bmp
..........\a1099486.jpg
..........\GUI$1.class
..........\GUI$2.class
..........\GUI$3.class
..........\GUI.class
..........\GUI.jar
..........\GUI.java
..........\maps.class
..........\maps.java
..........\mouse.bmp
..........\mouse.class
..........\mouse.java
..........\mouse.jpg
..........\mouseAI.class
..........\mouseAI.java
..........\Mytime.class
..........\newQiang15.bmp
..........\Pedometer.class
..........\Pedometer.java
..........\Queue.class
..........\Queue.java
..........\save.txt
..........\Start_end.bmp
..........\Thumbs.db
..........\Time$1.class
..........\Time.class
..........\Time.java
..........\timer.java
..........\youwin.bmp
..........\保存.bmp
..........\保存down.bmp
..........\出路.bmp
..........\分.bmp
..........\开始画面.bmp
..........\秒.bmp
..........\背景.bmp
..........\计步器0.bmp
..........\计步器1.bmp
..........\计步器2.bmp
..........\计步器3.bmp
..........\计步器4.bmp
..........\计步器5.bmp
..........\计步器6.bmp
..........\计步器7.bmp
..........\计步器8.bmp
..........\计步器9.bmp
..........\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes
..........\.........\........\..........................\.history
..........\.........\........\..........................\.root
..........\.........\........\..........................\.safetable
..........\.........\........\..................untime\.settings
..........\.........\........\org.eclipse.core.resources
..........\.........\........\org.eclipse.core.runtime
..........\.........\........\org.eclipse.debug.core
..........\.........\........\org.eclipse.debug.ui
..........\.........\........\org.eclipse.jdt.core
..........\.........\........\org.eclipse.jdt.ui
..........\.........\........\org.eclipse.ui.ide
..........\.........\........\org.eclipse.ui.intro
..........\.........\........\org.eclipse.ui.workbench
..........\.........\.plugins
..........\.metadata
迷宫(java)
..........\.metadata\.lock
..........\.........\.plugins\org.eclipse.core.resources\.root\.indexes\history.version
..........\.........\........\..........................\.....\........\properties.index
..........\.........\........\..........................\.....\........\properties.version
..........\.........\........\..........................\.....\1.tree
..........\.........\........\..........................\.safetable\org.eclipse.core.resources
..........\.........\........\..................untime\.settings\org.eclipse.core.resources.prefs
..........\.........\........\........................\.........\org.eclipse.jdt.ui.prefs
..........\.........\........\........................\.........\org.eclipse.ui.ide.prefs
..........\.........\........\........................\.........\org.eclipse.ui.prefs
..........\.........\........\............jdt.core\variablesAndContainers.dat
..........\.........\........\................ui\dialog_settings.xml
..........\.........\........\..................\OpenTypeHistory.xml
..........\.........\........\..................\QualifiedTypeNameHistory.xml
..........\.........\........\............ui.ide\dialog_settings.xml
..........\.........\........\................ntro\dialog_settings.xml
..........\.........\........\...............workbench\dialog_settings.xml
..........\.........\........\........................\workbench.xml
..........\.........\........\........................\workingsets.xml
..........\.........\version.ini
..........\.project
..........\0.bmp
..........\1.bmp
..........\2.bmp
..........\3.bmp
..........\4.bmp
..........\5.bmp
..........\6.bmp
..........\7.bmp
..........\8.bmp
..........\8c9.gif
..........\9.bmp
..........\a1099486.jpg
..........\GUI$1.class
..........\GUI$2.class
..........\GUI$3.class
..........\GUI.class
..........\GUI.jar
..........\GUI.java
..........\maps.class
..........\maps.java
..........\mouse.bmp
..........\mouse.class
..........\mouse.java
..........\mouse.jpg
..........\mouseAI.class
..........\mouseAI.java
..........\Mytime.class
..........\newQiang15.bmp
..........\Pedometer.class
..........\Pedometer.java
..........\Queue.class
..........\Queue.java
..........\save.txt
..........\Start_end.bmp
..........\Thumbs.db
..........\Time$1.class
..........\Time.class
..........\Time.java
..........\timer.java
..........\youwin.bmp
..........\保存.bmp
..........\保存down.bmp
..........\出路.bmp
..........\分.bmp
..........\开始画面.bmp
..........\秒.bmp
..........\背景.bmp
..........\计步器0.bmp
..........\计步器1.bmp
..........\计步器2.bmp
..........\计步器3.bmp
..........\计步器4.bmp
..........\计步器5.bmp
..........\计步器6.bmp
..........\计步器7.bmp
..........\计步器8.bmp
..........\计步器9.bmp
..........\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes
..........\.........\........\..........................\.history
..........\.........\........\..........................\.root
..........\.........\........\..........................\.safetable
..........\.........\........\..................untime\.settings
..........\.........\........\org.eclipse.core.resources
..........\.........\........\org.eclipse.core.runtime
..........\.........\........\org.eclipse.debug.core
..........\.........\........\org.eclipse.debug.ui
..........\.........\........\org.eclipse.jdt.core
..........\.........\........\org.eclipse.jdt.ui
..........\.........\........\org.eclipse.ui.ide
..........\.........\........\org.eclipse.ui.intro
..........\.........\........\org.eclipse.ui.workbench
..........\.........\.plugins
..........\.metadata
迷宫(java)