文件名称:maze
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-05-14
- 文件大小:
- 261kb
- 下载次数:
- 0次
- 提 供 者:
- 丁**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本代码实现的是一个简单迷宫问题。以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,豁得出没有同路的结论。
基本要求为:
首先实现一个以链表做存储结构的栈类型,然后编写一个求解迷宫的非递归程序,求得的通路一三元组(i,j,d)的形式输出,其中:(i,i)指示迷宫中的一个坐标,d表示走到下一坐标的方向。-The implementation of the code is a simple maze. A m* n the long square maze, 0 and 1, respectively pathways and obstacles in the maze. Design a program, any set of maze, find a path from the entrance to the exit, excluded conclusions drawn not go the same way. Basic requirements: First a linked list storage structure stack type, and then write a non-recursive program to solve the maze, the obtained path triples (i, j, d) in the form of output, of which: (i i) directing the maze of a coordinate, d go to the next coordinate direction.
基本要求为:
首先实现一个以链表做存储结构的栈类型,然后编写一个求解迷宫的非递归程序,求得的通路一三元组(i,j,d)的形式输出,其中:(i,i)指示迷宫中的一个坐标,d表示走到下一坐标的方向。-The implementation of the code is a simple maze. A m* n the long square maze, 0 and 1, respectively pathways and obstacles in the maze. Design a program, any set of maze, find a path from the entrance to the exit, excluded conclusions drawn not go the same way. Basic requirements: First a linked list storage structure stack type, and then write a non-recursive program to solve the maze, the obtained path triples (i, j, d) in the form of output, of which: (i i) directing the maze of a coordinate, d go to the next coordinate direction.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
maze
....\Debug
....\.....\maze.exe
....\.....\maze.ilk
....\.....\maze.obj
....\.....\maze.opt
....\.....\maze.pch
....\.....\maze.pdb
....\.....\vc60.idb
....\.....\vc60.pdb
....\maze.cpp
....\maze.dsp
....\maze.dsw
....\maze.h
....\maze.ncb
....\maze.opt
....\maze.plg
....\maze.txt
....\maze1.txt
....\maze2.txt