搜索资源列表
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
Maze
- Java Maze 计算机自动生成迷宫,起点和终点,并且自动找到出口
MazeGame
- 一个maze游戏,用java rmi编写,分布式课程作业-A maze game written with java rmi, distributed course project
migong
- 用JAVA写的迷宫游戏~可以自己找路~也可以自动寻找路径 -Written using JAVA maze game can find a way ~ ~ also can automatically search for the path
Maze_view
- 用JOGL Java 开发 的 多视角 迷宫程序。-It s a multiple view of Maze developed using JOGL.
java_arithmetic
- 用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour-Written by JAVA species algorithms: sorting, maze, Pascal (Pascal), ThreeColorFlags, Knight tour
maze
- 编写一个“密室寻宝”算法(以下简称算法),这个算法能够对给定的地图求得一个路径,使得通过该路径可以得到的物品总价值最大。 算法能够获取的信息有 地图的大小。 路径长度的最大值。 地图上每个坐标处的信息。
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
- A Maze created in Java. Great algorithms
Maze
- Maze solving using java
MazeGame
- Asimple maze game that you can create and run maze
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.
Maze
- all possible solution to Maze using backtracking algorithm in Java
Maze
- 系统的设计目标是设计一个JAVA简易迷宫程序,功能是在出口固定的情况下,能够从键盘输入一个正确的坐标,通过判断棋子所走的路径是“★”还是“ ”,自动寻找最短路径为“☆”,从而实现从入口到出口的整个流程。 7) 添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙; 8) 找出走出迷宫的所有路径,以及最短路径。-System design goal is to design a simple JAVA maze procedure, function is fixed i
java-Maze
- This a java base maze travailing algorithm, backtracking based. Recursively travels trough the maze and find the target in the maze. -This is a java base maze travailing algorithm, backtracking based. Recursively travels trough the maze and find the
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.)