搜索资源列表
Java编写的求解迷宫问题的小程序
- Java编写的求解迷宫问题的小程序-Java solution prepared by the maze of small programs
search
- 基于Java的A*智能搜索算法,针对迷宫问题。
migong
- 迷宫问题即如何走出一个迷宫的问题。此程序可以完成此功能,并显示所走路径
L
- JAVA做的一个迷宫问题~多种算法及布图方式-JAVA problem doing a maze ~ a wide range of algorithm and the way the layout of
8_puzzle_solver_2009_10
- AI(人工智能)课程的作业,要求用java语言 随即生成8迷宫问题,然后用dfs解决,请大家参考-AI (Artificial Intelligence) program demands of their workers using java language then generate the eight maze problems, and then use dfs resolved, please refer to the
autoMAZE
- 自动生成迷宫地图,用c语言,主要是算法的问题 -Auto-generated
Bob
- 用遗传算法解迷宫问题,让Bob从迷宫的起点走到迷宫的终点,绕开迷宫中的障碍物,找到一体条通往目的地的路径。-Genetic Algorithm for the maze problem, so Bob walked from the starting point of the maze maze in the end, bypassing the maze of obstacles, to find one route to the destination path.
maze
- 迷宫问题,随机生成迷宫,若有出口,则走出迷宫,若没有出口,则重新生成迷宫。-Maze, randomly generated maze, if exported, out of the maze, if there is no exit, then re-generated maze.
Maze
- 迷宫问题 [问题描述] 以一个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 m
Maze
- Maze-java源代码(迷宫问题求解)-Maze-javaSource CodeOpen Source;Source available;Open Source Culture
maze
- Java中栈.回溯.迷宫问题求解。非递归实现。初学者适用-Java stack. Backtracking maze problem solving