搜索资源列表
TWOAlgorithm
- 包括两个有趣的算法:老鼠走迷宫和运算式中序式转后序式的C和JAVA实现的两个版本-including two interesting algorithm : Mouse Maze and the computation of the order after the order-to-C and JAVA two versions
laoshu
- 走迷宫的程序,用JAVA编写的-Maze procedure, prepared by using JAVA
JAVA_zoumigong
- 使用Java语言实现走迷宫功能,并具有选择墙和路的图像、英雄榜。-Use Java language the Maze functions, and select the image of the wall and the road Armory.
Mouse_puzzle
- 老鼠走迷宫的代码,用java编程完成,可供参考-mouse puzzle
JAVA
- 两个简单的 JAVA走迷宫代码,希望对广大学习者有所帮助。-Maze two simple JAVA code, want to help the majority of learners.
Maze
- 走迷宫小游戏。 用JAVA实现的小游戏。-java
Text78
- 走迷宫小游戏。 用JAVA语言实现的小程序。-java
mazegames
- 一款java设计的游戏,走迷宫,用于初学者理解java语言-Design of a java game, Maze, for beginners to understand java language
migong
- 用JAVA实现的电脑鼠走迷宫,对于学习JAVA很有帮助-Implemented with JAVA computer mouse maze, very helpful for learning JAVA
maze
- Java上的一个走迷宫程序,迷宫自动生成,根据每个格子的数字找出从起点到终点最短路径-Java on one Maze procedure, maze automatically generated, according to the number of each check to find the shortest path from start to finish
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
Maze
- 系统的设计目标是设计一个JAVA简易迷宫程序,功能是在出口固定的情况下,能够从键盘输入一个正确的坐标,通过判断棋子所走的路径是“★”还是“ ”,自动寻找最短路径为“☆”,从而实现从入口到出口的整个流程。 7) 添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙; 8) 找出走出迷宫的所有路径,以及最短路径。-System design goal is to design a simple JAVA maze procedure, function is fixed i
labyrinth-java
- 走迷宫游戏java实现源代码,有具体的界面和详细的程序说明。-Labyrinth game Java source code, and implement a specific interface and detailed application instructions.