搜索资源列表
TWOAlgorithm
- 包括两个有趣的算法:老鼠走迷宫和运算式中序式转后序式的C和JAVA实现的两个版本-including two interesting algorithm : Mouse Maze and the computation of the order after the order-to-C and JAVA two versions
gfdgfgr
- 用JAVA编写的走迷宫小游戏,3D界面.-with JAVA prepared by the Maze small games, 3D interface.
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
Maze
- 小人走迷宫的小Java游戏,在此基础添加声音等,基本框架已完善成型,可供在校学生参考。-Curs Maze little Java games, on this basis, adding sounds, the basic framework has been perfect shape, for in-school students for reference.
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
zmg
- 该游戏为走迷宫,让初学者从一些简单的java游戏开始学习。-The game for the Maze, so beginners some simple java game from start to learn.
Maze
- 自己用Java写的一个随机生成迷宫程序,采用深度优先算法生成迷宫,模拟小老鼠走迷宫。-A randomly generated maze procedure written in Java, using depth-first algorithm to generate a maze to simulate the maze of little mice.
zoumigong_game
- 一款利用Java语法编写的走迷宫游戏程序,程序有点多,需要初学者多多看看,本游戏经测试可行。-A maze game program written in Java syntax, the program is a bit more, need to beginners a lot to look at, the game has been tested and feasible.
migong--
- 课程设计老鼠走迷宫游戏 java版 图形界面-The Mouse Maze java version of the graphical interface
labyrinth-java
- 走迷宫游戏java实现源代码,有具体的界面和详细的程序说明。-Labyrinth game Java source code, and implement a specific interface and detailed application instructions.
基于网络通信&多路径&死胡同的java迷宫
- 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search for themultipath 5. Discriminat