搜索资源列表
MAZE
- 迷宫生成和探索程序。DOS,PASCAL-generation and explore the maze procedure. DOS, PASCAL
maze_OGL
- 用opengl编写的随机生成和破解迷宫的代码,简洁易懂,且可移植性强,是学习opengl很好的例程。-use opengl prepared by the random maze generation and crack the code, easy to read and portability strong, learning opengl good routines.
vc_maze
- maze目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法,分别编译其中的.dsw文件即可获得相应的应用程序。-maze directory contains four maze of source code : a simple maze generation algorithm, complex maze generation algorithm, a simple search algorithm maze, the labyr
applet.迷宫生成及搜索算法
- 迷宫生成及搜索算法,一些好的算法,分享给大家-maze generation and search algorithm, some good algorithm, we share
maze-gen@path
- WIN32 APPLICATION; opengl; 随机生成迷宫; 并运算出路径-opengl maze generation and computing the path
Maze
- 神奇的迷宫小游戏,包含有迷宫自动生成的算法,实现了“左手摸墙”算法,深度优先,广度优先搜索算法,以自动寻路。-Magic maze game maze includes automatic generation algorithm, to achieve a " left hand touching the wall" algorithm, depth first, breadth-first search algorithm to automatically find its
maze
- 迷宫小游戏,迷宫生成算法是自己写的,可以确保不产生无解迷宫-Maze game, maze generation algorithm is to write your own, you can have no solution to ensure that no maze
645648
- 迷宫的生成和算法,可有一点问题请大家帮忙修改一下 -Maze generation and algorithms, can have a little problem, please help everyone make some corrections
Maze
- 迷宫自动生成程序,并且可以将生成的迷宫以BMP文件格式保存下来。需要输入的参数为迷宫的长度、宽度和长宽格数。-Automatic generation of the maze procedure, and the maze can be generated in BMP file format saved. Parameters need to enter the maze of the length, width and length and width of the cells.
maze_gen3
- 基于matlab编写的迷宫生成程序!可以用于生成迷宫,并求解路径。-Prepared based on matlab maze generation program! Can be used to generate the maze, and solution paths.
maze
- 自动生成迷宫,以及动态演示寻路算法,寓教于乐-Maze and dynamic display generation algorithm find its way, entertaining
maze
- 4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法,分别编译其中的.dsw文件即可获得相应的应用程序。-4 maze-related source code: a simple maze generation algorithm, a complex maze generation algorithm, a simple maze search algorithm, a complex maze search algorithm, which w
Maze
- 迷宫生成算法,使用applet显示,可以修改循环的次数的大小来改变迷宫的大小-Maze generation algorithm
Maze-generation
- Maze generation algorithm
Maze
- 基于不相交集合的迷宫生成及生成迷宫的求解-Disjoint sets use in maze generation and solving the generated maze
Maze
- 自己编制的迷宫生成算法和寻路算法,寻路算法比较简单,主要是生成算法比较有意思-Preparation of their own maze generation algorithm and pathfinding algorithm, pathfinding algorithm is relatively simple, the generation algorithm is more interesting
OpenCV-Maze-generation
- 用OpenCV库中的窗口创建函数和图像处理函数编写的迷宫的生成与行走小游戏-Window created in the OpenCV library functions and image processing functions written in the maze generation and walk of game
maze
- 一个VC++编写的迷宫游戏,目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法-A maze game based on VC++. the directory contains four the labyrinth associated source code generation algorithm: a simple maze generation algorithm, a complex maze, a simple maze
Maze.tar
- 一个简单的随机迷宫生成java程序, 适合初学者-A simple random maze generation java program for beginners
maze
- 一种随机迷宫生成的递归分割算法的实现,以及基于DFS算法的自动寻路(Implementation of a recursive algorithm for random maze generation)