搜索资源列表
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
migongwenti.cpp
- 计算迷宫问题, 在c窗口中输出并画出所走的路线
migong
- 这是用c语言编写的一段程序,用于小游戏迷宫的设计-This is a section of c language program for the design of the maze game
MazeProgram
- 一个用C++编写的迷宫小程序,适合初学者学习.-A maze applet. Suitable for beginners to learn
migongwenti
- 迷宫问题 的求解,运用在vc6.0德尔c++编译程序中-mogongwenti
migong
- 用visual c++语言实现迷宫的一些基本的功能-The maze features for basic
migong
- 一个可连通迷宫的程序!具有很强的随机性!-Keywords: Maze,Connected,The C language, Exhaustively solving
migong
- C语言程序 数据结构 用栈的方法实现迷宫算法-The data structure of the C language program stack maze algorithm
maze
- 一个迷宫的小程序,利用简单的数组完成的迷宫程序,供C++初学者学习-A maze of small procedures done using simple array maze procedures for beginners to learn C++