搜索资源列表
TWOAlgorithm
- 包括两个有趣的算法:老鼠走迷宫和运算式中序式转后序式的C和JAVA实现的两个版本-including two interesting algorithm : Mouse Maze and the computation of the order after the order-to-C and JAVA two versions
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
mylaoshu
- 用C++写的老鼠迷宫,运用堆栈原理,可以从文件中读取迷宫图案-use C + + to write a mouse maze, using stack principle, can be read from the paper maze logo
maze
- 老鼠走迷宫的程序,C语言完成。用到了队列数据结构
C1
- 以钟表的形式实时显示系统时间;EMS在C中的应用;改进型漂亮时钟;老鼠走迷宫程序实例;迷宫探路;二叉树的操作;HANOI塔问题的非递归解;HANOI塔问题的递归解;一个银行帐目管理程序;一个产品管理系统
RatInMaze
- 用C++做的小游戏 迷宫老鼠,仅供大家参考!
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
rat_in_maze
- 基于栈数据结构的迷宫老鼠问题C语言求解,在VS2010下编写并测试通过-C language to solve maze mouse problem based on a stack data structure
MOUSEFINDWAY.rar
- 传统的老鼠走迷宫程序 通过堆栈来实现的 C++ 程序,little mouse find the right way in a maze
migong
- 利用栈结构实现迷宫求解问题。迷宫求解问题如下: 心理学家把一只老鼠从一个无顶盖的大盒子的入口赶进迷宫,迷宫中设置很多隔壁, 对前进方向形成了多处障碍,心理学家在迷宫的唯一出口放置了一块奶酪,吸引老鼠在迷宫中寻找通路以到达出口。-Achieved using a stack maze to solve the problem structure. Maze solving the problem as follows: psychologist to a mouse from a big b
Maze
- 老鼠爬迷宫, 迷宫地图可自己设置, 老鼠走的路线,每走一步,都会实时输出,走错了会倒退,直到走出迷宫。-Rats climbing maze, the maze map to their own settings, the mouse line, every step will be real-time output, is going the wrong way will lead to retrogression, until out of the maze.
2009082229lianbaio
- 迷宫游戏猫捉老鼠 C++语言实现 幽源码 可执行 开发智力 适合C初学者-The maze game of cat and mouse C++ language quiet source executable develop intelligence for C beginners
arm7game
- 基于ARM7的一个老鼠闯迷宫游戏,编程语言为C语言,环境为Linux系统-Chuang ARM7-based mouse maze game, the programming language is C language environment for Linux
maze.tar
- 回溯法求解老鼠走迷宫问题,使用C++语言的高内聚,低耦合的特点-Retrospective method of mouse maze problem
laoshuzoumigong
- c语言经典算法之老鼠走迷宫,所用环境为visual c-c language classic algorithms rats Maze, the use of the environment as a visual c++
MAZE
- 一个老鼠走迷宫的程序,用C++编写,用到了堆栈和数组,方便实用,VC++6.0编写-A Mouse Maze procedure using C++ write, use the stack and arrays, convenient and practical, VC++6.0 write
migong
- 老鼠走迷宫程序,C++编写,用到了堆栈和数组,地图可更改,非常方便学过数据结构的同学学习-Mouse Maze procedure, C++ write, use the stack and arrays, maps can be changed, very easy to learn the students learned data structures
mouse
- 老鼠迷宫用c#实现可以自己编辑也可以直接随机-the mouse‘s maze
mylaoshu
- 用C++写的老鼠迷宫,运用堆栈原理,可以从文件中读取迷宫图案-use C++ to write a mouse maze, using stack principle, can be read from the paper maze logo
老鼠找迷宫
- 老鼠寻找迷宫的C语言程序,是C语言的程序,比较简单,希望能帮助。(this is a game named laoshu find the road ,it's a C++ yuuyan)