搜索资源列表
carton_Maze
- 动画迷宫,采用c语言实现,有自动和手动两种演示方式,有利于学习递归算法和图形编程
20081221
- 迷宫可用一个二维平面图形将迷宫左上角作为入口,右下角作为出口。该程序实现自动生成迷宫和走迷宫的算法设计。-Maze can be used a two-dimensional graphics to the upper left corner of the maze as the entrance to the lower right corner as an export. The program automatically generates Maze maze and the algori
migongwenti
- 数据结构课设,tc下图形界面迷宫,可自动生成迷宫,具有人工探索和自动探索,wintc下编译通过-Class-based data structure, tc maze under the graphical interface can be automatically generated maze with a manual and automatic exploration exploration, wintc adopted under the compiler
rat
- 迷宫老鼠 2、以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 迷宫根据一个迷宫数据文件建立。迷宫数据文件由一个包含0、1的矩阵组成。迷宫的通路可以使用通路上各点的坐标序列进行展示(使用图形展示最佳)。-Rat in a maze.
puzzleWayOut
- 一个图形界面的设置迷宫,自动走迷宫的算法程序…包含知识有走迷宫算法,图形绘制,文件操作等-failed to translate
Maze
- 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构。-Achieved with the C maze algorithm. Graphical interface, the process of solving the light of the depth-first search, maze generated by the matrix immediately, using the stack as the path to the st
maze3
- 用MFC做的走迷宫图形程序,自动选择优化的路径
Maze
- 数据结构课程设计,利用堆栈求解迷宫路径的演示程序.能够演示如何求解迷宫图形化程序,采用MFC编写.-Data structure course design, the use of the path stack demo program to solve the maze. To demonstrate graphically how to solve the maze procedure, the use of MFC to write.
maze
- 回溯法解决迷宫问题,用TuborC来实现图形界面-Backtracking to solve maze problems, using a graphical interface implemented TuborC
maze
- 主要运用迷宫算法,然后利用c#图形界面,展现算法过程-Mainly through the maze algorithm, then use the c# graphical interface, showing algorithm process
Maze
- 迷宫问题,有图形界面,很好的学习资料,实用与c++的初学者-maze problem,A graphic interface, very good learning material
maze
- 主函数中有存储迷宫的二维数组,可以构造出迷宫的图形,程序通过算法找到一条从入口到出口的路径并输出。-The main function in the maze of two-dimensional storage array can be constructed out of the maze of graphics, the program through the algorithm to find a path from the entrance to the exit and output
1
- 利用VC++6.0实现了迷宫问题,构成迷宫图形的数组由主函数中的二维数组决定,其他的操作可以按照界面提示进行-Using VC++6.0 to achieve a maze, maze graphics array form from the main function of the two-dimensional array of decisions, other operations can follow the screen prompts
astarqky
- a星算法迷宫问题,简单的图形界面.数据结构用的是数组,可能不太好吧,生成的迷宫有0。25成为障碍-a star algorithm maze, a simple graphical interface using an array data structure, may not be right, the resulting maze has 0.25 an obstacle
migong
- C++迷宫游戏源码,程序中,坐标点,如(1,1),在输入时不需要输括号,直接输1,1。该程序寻找的是最佳路径。该程序可以图形显示迷宫。 -C++ maze game code, the program, coordinate point, such as (1, 1), in the input don t need to lose parentheses, the direct lose 1, 1. The program is the best route for. The p
Maze
- C语言实现迷宫算法 ,书本上具体的实现,没有图形化界面的·~实现了栈应用-C language maze algorithm, specific books