文件名称:stack-and-queue
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-07-20
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- f**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1)采用链式存储实现栈的初始化、入栈、出栈操作。
(2)采用顺序存储实现栈的初始化、入栈、出栈操作。
(3)采用链式存储实现队列的初始化、入队、出队操作。
(4)采用顺序存储实现循环队列的初始化、入队、出队操作。
(5)在主函数中设计一个简单的菜单,分别测试上述算法-(A) implement the stack using the chain store initialization, the stack, the stack operation. (2) using sequential storage implementation stack initialization, stack, stack operation. (3) using the chain store queue initialization, into the team, a team operation. (4) using sequential storage implementation cycle queue initialization, into the team, a team operation. (5) in the main function to design a simple menu above algorithms were tested
(2)采用顺序存储实现栈的初始化、入栈、出栈操作。
(3)采用链式存储实现队列的初始化、入队、出队操作。
(4)采用顺序存储实现循环队列的初始化、入队、出队操作。
(5)在主函数中设计一个简单的菜单,分别测试上述算法-(A) implement the stack using the chain store initialization, the stack, the stack operation. (2) using sequential storage implementation stack initialization, stack, stack operation. (3) using the chain store queue initialization, into the team, a team operation. (4) using sequential storage implementation cycle queue initialization, into the team, a team operation. (5) in the main function to design a simple menu above algorithms were tested
(系统自动生成,下载前可以参看下载内容)
下载文件列表
栈和队列.cpp