文件名称:maze
-
所属分类:
- 标签属性:
- 上传时间:2013-12-13
-
文件大小:1.06mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
迷宫求解一般采用“穷举法”,逐一沿顺时针方向查找相邻块(一共四块-东(右)、南(下),西(左)、北(上))是否可通,即该相邻块既是通道块,且不在当前路径上。用一个栈来记录已走过的路径栈是限定仅在表尾(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/
maze/Debug/
maze/Debug/maze.exe
maze/Debug/maze.ilk
maze/Debug/maze.obj
maze/Debug/maze.pch
maze/Debug/maze.pdb
maze/Debug/vc60.idb
maze/Debug/vc60.pdb
maze/maze.cpp
maze/maze.dsp
maze/maze.dsw
maze/maze.ncb
maze/maze.opt
maze/maze.plg
maze/Debug/
maze/Debug/maze.exe
maze/Debug/maze.ilk
maze/Debug/maze.obj
maze/Debug/maze.pch
maze/Debug/maze.pdb
maze/Debug/vc60.idb
maze/Debug/vc60.pdb
maze/maze.cpp
maze/maze.dsp
maze/maze.dsw
maze/maze.ncb
maze/maze.opt
maze/maze.plg
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.