文件名称:Main
介绍说明--下载内容均来自于网络,请自行研究使用
(1) 设计一个基类LinkList,分别派生出队列类和栈类。队列类可以进行元素入队列和出队列操作以及取队列长度操作,栈类可以进行入栈和出栈操作,还可以查看栈顶元素的值。-(1) to design a base class LinkList, were derived from Queue and Stack Class categories. Queue element type can be queued into the queue and a queue length of operation and check operation, the stack can be入栈category and a stack operation, can also view the Top-value of the element.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Main.cpp