文件名称:linearlistastack
介绍说明--下载内容均来自于网络,请自行研究使用
LinearList.h是线性表抽象类的头文件;
LinearListSqu.h是顺序结构实现的线性表;
LinearListLink.h是链表实现的线性表;
StackSqu.h是堆栈类头文件,其中使用了LinearListSqu类,StackLink.h是堆栈类头文件,其中使用了LinearListLink类;
main函数测试办法是压入10个元素,依次弹出,将该动作重复百万次并统计时间。-LinearList.h linear form abstract class header file LinearListSqu.h sequential structure to achieve linear table LinearListLink.h Chain achieve linear table StackSqu.h stack class header file, which LinearListSqu class , StackLink.h stack class header file, the use LinearListLink class the main function test is pressed into 10 elements, followed by pop-up, the action was repeated millions of times and statistical time.
LinearListSqu.h是顺序结构实现的线性表;
LinearListLink.h是链表实现的线性表;
StackSqu.h是堆栈类头文件,其中使用了LinearListSqu类,StackLink.h是堆栈类头文件,其中使用了LinearListLink类;
main函数测试办法是压入10个元素,依次弹出,将该动作重复百万次并统计时间。-LinearList.h linear form abstract class header file LinearListSqu.h sequential structure to achieve linear table LinearListLink.h Chain achieve linear table StackSqu.h stack class header file, which LinearListSqu class , StackLink.h stack class header file, the use LinearListLink class the main function test is pressed into 10 elements, followed by pop-up, the action was repeated millions of times and statistical time.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3100101047_梅寒蕾_第二次作业\LinearList.cpp
............................\LinearList.h
............................\LinearList.o
............................\LinearListLink.cpp
............................\LinearListLink.h
............................\LinearListSqu.cpp
............................\LinearListSqu.h
............................\LinkNode.h
............................\main.cpp
............................\readme.txt
............................\Stacklink.cpp
............................\Stacklink.h
............................\Stacksqu.cpp
............................\Stacksqu.h
............................\工程1.dev
............................\工程1.exe
3100101047_梅寒蕾_第二次作业