文件名称:maze
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-12-13
- 文件大小:
- 1.06mb
- 下载次数:
- 0次
- 提 供 者:
- x*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
迷宫求解一般采用“穷举法”,逐一沿顺时针方向查找相邻块(一共四块-东(右)、南(下),西(左)、北(上))是否可通,即该相邻块既是通道块,且不在当前路径上。用一个栈来记录已走过的路径栈是限定仅在表尾(top)进行插入或删除操作的线性表。-Maze solving generally use the " exhaustive" one by one to find adjacent blocks in a clockwise direction (a total of four- East (right), South (down), West (left), North (on)) whether to pass, that the both channel blocks adjacent blocks, and not in the current path. Use a stack to record the path traversed stack is limited only in the tail (top) to insert or delete a linear form.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
maze
....\Debug
....\.....\maze.exe
....\.....\maze.ilk
....\.....\maze.obj
....\.....\maze.pch
....\.....\maze.pdb
....\.....\vc60.idb
....\.....\vc60.pdb
....\maze.cpp
....\maze.dsp
....\maze.dsw
....\maze.ncb
....\maze.opt
....\maze.plg