搜索资源列表
迷宫算法的实现
- 用c语言实现迷宫算法,程序中含有详细的说明-Realize the maze algorithm in c language, contain the detailed explanation in the procedure
okmigong
- 走迷宫的演示程序.在C++环境中实现.图形演示的小程序.-Maze demonstration program. C environment to achieve. Graphic demonstration of small procedures.
huisu
- 回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯,首先需要为问题定义一个解空间( solution space),这个空间必须至少包含问题的一个解(可能是最优的)。在迷宫老鼠问题中,我们可以定义一个包含从入口到出口的所有路径的解空间;在具有n 个对象的0 / 1背包问题中(见1 . 4节和2 . 2节),解空间的一个合理选择是2n 个长度为n 的0 / 1向量的集合,这个集合表示了将0或1分配给x的所有可能方法。当n= 3时,解空间为{ ( 0
migong
- 用c++语言实现的迷宫算法 个人感觉不错仅供参考
migong
- 用visual c++语言实现迷宫的一些基本的功能-The maze features for basic
migong
- C语言程序 数据结构 用栈的方法实现迷宫算法-The data structure of the C language program stack maze algorithm
CHAP07_MAZE
- 迷宫游戏,c++编程,OpenGL 实现-Maze game
maze1
- 一个关于迷宫的回溯算法,用c语言实现,可直接编译运行-about maze