文件名称:Maze
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 13kb
- 下载次数:
- 0次
- 提 供 者:
- ha***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
迷宫问题
[问题描述]
以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论
-Maze [Problem Descr iption] to a long-m* n matrix that maze, 0 and 1, respectively, in the maze of paths and obstacles. Design a program, for any set of the maze, find a pathway from the entrance to the exit, or come to the conclusion there is no path
[问题描述]
以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论
-Maze [Problem Descr iption] to a long-m* n matrix that maze, 0 and 1, respectively, in the maze of paths and obstacles. Design a program, for any set of the maze, find a pathway from the entrance to the exit, or come to the conclusion there is no path
相关搜索: 迷宫问题
(系统自动生成,下载前可以参看下载内容)
下载文件列表
迷宫\build\classes\MiGong$Point.class
....\.....\.......\MiGong.class
....\build.xml
....\manifest.mf
....\nbproject\build-impl.xml
....\.........\genfiles.properties
....\.........\private\private.properties
....\.........\.......\private.xml
....\.........\project.properties
....\.........\project.xml
....\src\MiGong.java
....\build\classes
....\.....\empty
....\nbproject\private
....\build
....\nbproject
....\src
....\test
迷宫
....\.....\.......\MiGong.class
....\build.xml
....\manifest.mf
....\nbproject\build-impl.xml
....\.........\genfiles.properties
....\.........\private\private.properties
....\.........\.......\private.xml
....\.........\project.properties
....\.........\project.xml
....\src\MiGong.java
....\build\classes
....\.....\empty
....\nbproject\private
....\build
....\nbproject
....\src
....\test
迷宫