文件名称:3
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
在迷宫设计中,需要设计迷宫的大小、迷宫的出入口、根据输入的入口来寻找迷宫的出口,并把路径输出来。
在设计迷宫大小和出入口时,采用的是根据操作者实现的,但迷宫的具体路障和通道是随机实现的。
主程序从main()函数中进行,包括输入迷宫的大小等信息,然后调用迷宫模块,在迷宫模块中也调用了栈的模块。
栈模块——实现栈抽象数据类型
迷宫模块——实现迷宫抽象数据类型-In the design of the maze, it is required to design the size of the maze, the entrance of the maze, the entrance of the input to find the exit of the maze, and the path to lose.
In the design of the maze size and entrance, the use of the operator to achieve, but the maze of specific road blocks and channels are random.
The main program the main () function, including the size of the input maze and other information, and then call the maze module, in the maze module also called the stack module.
Stack module- to achieve the stack abstract data types
Maze module- to achieve the maze of abstract data types
在设计迷宫大小和出入口时,采用的是根据操作者实现的,但迷宫的具体路障和通道是随机实现的。
主程序从main()函数中进行,包括输入迷宫的大小等信息,然后调用迷宫模块,在迷宫模块中也调用了栈的模块。
栈模块——实现栈抽象数据类型
迷宫模块——实现迷宫抽象数据类型-In the design of the maze, it is required to design the size of the maze, the entrance of the maze, the entrance of the input to find the exit of the maze, and the path to lose.
In the design of the maze size and entrance, the use of the operator to achieve, but the maze of specific road blocks and channels are random.
The main program the main () function, including the size of the input maze and other information, and then call the maze module, in the maze module also called the stack module.
Stack module- to achieve the stack abstract data types
Maze module- to achieve the maze of abstract data types
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验四.exe
实验四.o
实验四.cpp