搜索资源列表
JMazeApplet
- 一个很简单的java 迷宫的程序,做的不是很好,请大家指教!-a very simple java maze procedures do is not good, let us know!
labyrinth-java
- 数据结构中的迷宫算法,演示程序用java实现-data structure of the maze algorithm, demo program using java to achieve
Java编写的求解迷宫问题的小程序
- Java编写的求解迷宫问题的小程序-Java solution prepared by the maze of small programs
最简单的迷宫
- 用JAVA语言编写的最简单的迷宫-with Java language the most simple maze
jmaze
- 一个java迷宫游戏,和黑恶好哦挖剑履上殿积分拉萨
migong
- 用JAVA写的迷宫游戏~可以自己找路~也可以自动寻找路径 -Written using JAVA maze game can find a way ~ ~ also can automatically search for the path
java_arithmetic
- 用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour-Written by JAVA species algorithms: sorting, maze, Pascal (Pascal), ThreeColorFlags, Knight tour
maze
- Java Maze3D迷宫游戏源码,浏览器上只要安上JAVA解释器就能运行,三维显示迷宫,点击 "New" 按钮开始迷宫之旅, 找不到出口的时候点击"Solve" 按钮显示红色的出口线路,点击"Clear" 清除解答。按上、下、左、右光标键可以单步找出口。-Maze Game Java Maze3D source, as long as the browser installed on JAVA interpreter will be able to run a maze of three-di
Maze
- 用java写的迷宫代码,注重代码的简洁与易懂,通过算法的基本思想来编写代码-The maze used to write java code, pay attention to the simple and easy to understand code, through the algorithm the basic idea to write code
JAVA
- 两个简单的 JAVA走迷宫代码,希望对广大学习者有所帮助。-Maze two simple JAVA code, want to help the majority of learners.
L
- JAVA做的一个迷宫问题~多种算法及布图方式-JAVA problem doing a maze ~ a wide range of algorithm and the way the layout of
Maze3D
- 3d迷宫游戏射击与实现的源码下载,想学习3d游戏制作吗?赶快下载吧-3d maze game shooting and implementation of the source code download, 3d game production do want to learn? Quickly download the bar
mazegames
- 一款java设计的游戏,走迷宫,用于初学者理解java语言-Design of a java game, Maze, for beginners to understand java language
GridWorldCode
- 一个简单的虫子自动找路走出迷宫的java程序-A simple java program that a bug gets out of a maze by itself
(java)
- 走迷宫游戏!计算机解迷宫通常用的是“穷举求解”方法,即从入口出发,顺着某一个方向进行探索,若能走通,则继续往前进;否则沿着原路退回,换一个方向继续探索,直至出口位置,求得一条通路。假如所有可能的通路都探索到则未能到达出口,则所设定的迷宫没有通睡。可以二维数组存储迷宫数据,通常设定入口点的下标为(1,1),出口点的下标为(n,n)。为处理方便起见,可以迷宫的四周加一圈障碍。对于迷宫任一位置,均可约定有东、南、西、北四个方向可通。 -Maze game! Computer Solutions maz
java-number-puzzle
- 数字迷宫游戏java实现,运用可视化编程,初学者可以参考学习-Digital maze game java implementation
labyrinth-java
- 走迷宫游戏java实现源代码,有具体的界面和详细的程序说明。-Labyrinth game Java source code, and implement a specific interface and detailed application instructions.
java迷宫求解
- Java迷宫:运用工作栈,遍历迷宫,找出一条正确的通路
MAZE_TEST
- 一个用java写的迷宫小程序,能自动生成迷宫,并使用深度优先和广度优先算法解迷宫(A small program written in java maze, can automatically generate mazes, and the use of depth first and breadth first algorithm to solve the maze)
迷宫寻宝
- java游戏,使用图片覆盖方式,完成java迷宫游戏(Java game, using image coverage method, complete the java maze game.)