文件名称:StackTest
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-10-28
- 文件大小:
- 1.96mb
- 下载次数:
- 0次
- 提 供 者:
- 卡*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
顺序栈和堆栈的实现。
顺序栈被定义为一个结构类型,它有两个域data和top。data为一个一维数组,用于存储栈中元素,DataType为栈元素的数据类型(有待设定)。top为int型,它的取值范围为0..sqstack_maxsize-1。top=0表示栈空,top=sqstack_maxsize-1表示栈满。-Order stacks and stacks of implementation. Is defined as a sequence of stack structure type, which has two fields data and top. data for a one-dimensional array to store the stack elements, DataType is the data type of the stack elements (to be set). top of int type, it ranges 0..sqstack_maxsize-1. top = 0 indicates an empty stack, top = sqstack_maxsize-1 represents the stack is full.
顺序栈被定义为一个结构类型,它有两个域data和top。data为一个一维数组,用于存储栈中元素,DataType为栈元素的数据类型(有待设定)。top为int型,它的取值范围为0..sqstack_maxsize-1。top=0表示栈空,top=sqstack_maxsize-1表示栈满。-Order stacks and stacks of implementation. Is defined as a sequence of stack structure type, which has two fields data and top. data for a one-dimensional array to store the stack elements, DataType is the data type of the stack elements (to be set). top of int type, it ranges 0..sqstack_maxsize-1. top = 0 indicates an empty stack, top = sqstack_maxsize-1 represents the stack is full.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
StackTest\Debug\StackTest.exe
.........\.....\StackTest.ilk
.........\.....\StackTest.pdb
.........\ipch\stacktest-5fef9790\stacktest-ebdfa4c2.ipch
.........\StackTest\Debug\CL.read.1.tlog
.........\.........\.....\CL.write.1.tlog
.........\.........\.....\link-cvtres.read.1.tlog
.........\.........\.....\link-cvtres.write.1.tlog
.........\.........\.....\link.2876-cvtres.read.1.tlog
.........\.........\.....\link.2876-cvtres.write.1.tlog
.........\.........\.....\link.2876.read.1.tlog
.........\.........\.....\link.2876.write.1.tlog
.........\.........\.....\link.read.1.tlog
.........\.........\.....\link.write.1.tlog
.........\.........\.....\LinkedStack.obj
.........\.........\.....\mt.read.1.tlog
.........\.........\.....\mt.write.1.tlog
.........\.........\.....\rc.read.1.tlog
.........\.........\.....\rc.write.1.tlog
.........\.........\.....\SeqStack.obj
.........\.........\.....\StackTest.Build.CppClean.log
.........\.........\.....\StackTest.exe.embed.manifest
.........\.........\.....\StackTest.exe.embed.manifest.res
.........\.........\.....\StackTest.exe.intermediate.manifest
.........\.........\.....\StackTest.lastbuildstate
.........\.........\.....\StackTest.log
.........\.........\.....\StackTest.obj
.........\.........\.....\StackTest.pch
.........\.........\.....\StackTest.write.1.tlog
.........\.........\.....\StackTest_manifest.rc
.........\.........\.....\stdafx.obj
.........\.........\.....\vc100.idb
.........\.........\.....\vc100.pdb
.........\.........\LinkedStack.cpp
.........\.........\LinkedStack.h
.........\.........\ReadMe.txt
.........\.........\SeqStack.cpp
.........\.........\SeqStack.h
.........\.........\StackTest.cpp
.........\.........\StackTest.vcxproj
.........\.........\StackTest.vcxproj.filters
.........\.........\StackTest.vcxproj.user
.........\.........\stdafx.cpp
.........\.........\stdafx.h
.........\.........\targetver.h
.........\StackTest.sdf
.........\StackTest.sln
.........\StackTest.suo
.........\ipch\stacktest-5fef9790
.........\StackTest\Debug
.........\Debug
.........\ipch
.........\StackTest
StackTest