搜索资源列表
L
- JAVA做的一个迷宫问题~多种算法及布图方式-JAVA problem doing a maze ~ a wide range of algorithm and the way the layout of
maze_code
- it have the solution of maze problem
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.
data-struct-program
- 一元稀疏多项式计算器、迷宫问题、成绩分析问题、图的基本操作与实现以及背包问题的求解-One yuan sparse polynomial calculator, maze, performance analysis of the problem, graph realization of the basic operations and the knapsack problem and the solution
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
- Java中栈.回溯.迷宫问题求解。非递归实现。初学者适用-Java stack. Backtracking maze problem solving