搜索资源列表
迷宫求解
- 迷宫求解的算法,可用于数据结构的教学-maze solving algorithms, data structures can be used for teaching
网络社团--技术文档--迷宫求解的过程演示
- 迷宫求解的过程演示.rar-maze solving the demonstration. Rar
数据结构实习 迷宫求解
- 数据结构实习 迷宫求解-data structure internship Maze Solving
迷宫求解程序
- 迷宫求解程序,附源代码.
迷宫求解
- 迷宫求解的算法,可用于数据结构的教学-maze solving algorithms, data structures can be used for teaching
迷宫求解5
- 用于数据结构教学的例子-data structure for the teaching examples
迷宫求解2
- 一个迷宫求解的小程序-solving a maze of small programs
网络社团--技术文档--迷宫求解的过程演示
- 迷宫求解的过程演示.rar-maze solving the demonstration. Rar
数据结构实习 迷宫求解
- 数据结构实习 迷宫求解-data structure internship Maze Solving
migong
- 迷宫求解,求得很多条路径。有详细的文挡,从文件读入迷宫形式-maze solving, and seek many of the trails. A detailed text block, read from the paper forms maze
迷宫_xiaohui
- 迷宫求解经典游戏,采用TC制作,算法简单,功能简单,-classic games, TC produced using a simple algorithm, and features simple, thank you
迷宫求解问题
- 一次软件作业,迷宫的求解问题,有需要的可以直接下载,(c语言版)-a software operations, maze solving the problem, we need can be directly downloaded (c language version)
迷宫求解(wjluo)
- 三种算法实现的迷宫出路求解,枚举、递归、还有栈。-three Algorithm way to solve the maze, enumeration, recursive, there are stacks.
MazeWalkerMaze
- 用有限状态机实现的迷宫求解。本程序用于画图的是OpenGL.-finite state machine to achieve the maze solving. The procedure for drawing the OpenGL.
migonqiujie
- 迷宫求解程序,可以打开一个迷宫文件,求出它的最短路径-maze solvers, can open a maze, it obtained the shortest path
migongqiujie
- 内容是关于迷宫求解的,主要是联系有关的算法。-is on solving the maze, contact the relevant algorithms.
migongqiujiea
- 一个迷宫求解程序。自己编着玩的,希望有人需要。编程序时一件乐事。-a maze solving procedures. Developed playing with the hope that someone needs. Programmed an enjoyable time.
maze
- 迷宫求解(全部解) 共有三个文件maze.h mclass.cpp t3.cpp 希望大家多提意见-Maze Solving (all solutions) there are three documents maze.h mclass.cpp t3.cpp do so hope that everyone
迷宫求解
- 迷宫已经定义好,程序会计算输出迷宫的路径(output the path of the maze)
迷宫求解
- 迷宫问题是取自心理学的一个古典实验。在该实验中,把一只老鼠从一个无顶大盒子的门放入,在盒子中设置了许多墙,对行进方向形成了多处阻挡。盒子仅有一个出口,在出口处放置一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。对同一只老鼠重复进行上述实验,一直到老鼠从入口走到出口,而不走错一步。老鼠经过多次试验最终学会走通迷宫的路线。设计一个计算机程序对任意设定的矩形迷宫如下图A所示,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze