文件名称:StackTest
-
所属分类:
- 标签属性:
- 上传时间: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/Debug/StackTest.ilk
StackTest/Debug/StackTest.pdb
StackTest/ipch/stacktest-5fef9790/stacktest-ebdfa4c2.ipch
StackTest/StackTest/Debug/cl.command.1.tlog
StackTest/StackTest/Debug/CL.read.1.tlog
StackTest/StackTest/Debug/CL.write.1.tlog
StackTest/StackTest/Debug/link-cvtres.read.1.tlog
StackTest/StackTest/Debug/link-cvtres.write.1.tlog
StackTest/StackTest/Debug/link.2876-cvtres.read.1.tlog
StackTest/StackTest/Debug/link.2876-cvtres.write.1.tlog
StackTest/StackTest/Debug/link.2876.read.1.tlog
StackTest/StackTest/Debug/link.2876.write.1.tlog
StackTest/StackTest/Debug/link.command.1.tlog
StackTest/StackTest/Debug/link.read.1.tlog
StackTest/StackTest/Debug/link.write.1.tlog
StackTest/StackTest/Debug/LinkedStack.obj
StackTest/StackTest/Debug/mt.command.1.tlog
StackTest/StackTest/Debug/mt.read.1.tlog
StackTest/StackTest/Debug/mt.write.1.tlog
StackTest/StackTest/Debug/rc.command.1.tlog
StackTest/StackTest/Debug/rc.read.1.tlog
StackTest/StackTest/Debug/rc.write.1.tlog
StackTest/StackTest/Debug/SeqStack.obj
StackTest/StackTest/Debug/StackTest.Build.CppClean.log
StackTest/StackTest/Debug/StackTest.exe.embed.manifest
StackTest/StackTest/Debug/StackTest.exe.embed.manifest.res
StackTest/StackTest/Debug/StackTest.exe.intermediate.manifest
StackTest/StackTest/Debug/StackTest.lastbuildstate
StackTest/StackTest/Debug/StackTest.log
StackTest/StackTest/Debug/StackTest.obj
StackTest/StackTest/Debug/StackTest.pch
StackTest/StackTest/Debug/StackTest.write.1.tlog
StackTest/StackTest/Debug/StackTest_manifest.rc
StackTest/StackTest/Debug/stdafx.obj
StackTest/StackTest/Debug/vc100.idb
StackTest/StackTest/Debug/vc100.pdb
StackTest/StackTest/LinkedStack.cpp
StackTest/StackTest/LinkedStack.h
StackTest/StackTest/ReadMe.txt
StackTest/StackTest/SeqStack.cpp
StackTest/StackTest/SeqStack.h
StackTest/StackTest/StackTest.cpp
StackTest/StackTest/StackTest.vcxproj
StackTest/StackTest/StackTest.vcxproj.filters
StackTest/StackTest/StackTest.vcxproj.user
StackTest/StackTest/stdafx.cpp
StackTest/StackTest/stdafx.h
StackTest/StackTest/targetver.h
StackTest/StackTest.sdf
StackTest/StackTest.sln
StackTest/StackTest.suo
StackTest/ipch/stacktest-5fef9790
StackTest/StackTest/Debug
StackTest/Debug
StackTest/ipch
StackTest/StackTest
StackTest
StackTest/Debug/StackTest.ilk
StackTest/Debug/StackTest.pdb
StackTest/ipch/stacktest-5fef9790/stacktest-ebdfa4c2.ipch
StackTest/StackTest/Debug/cl.command.1.tlog
StackTest/StackTest/Debug/CL.read.1.tlog
StackTest/StackTest/Debug/CL.write.1.tlog
StackTest/StackTest/Debug/link-cvtres.read.1.tlog
StackTest/StackTest/Debug/link-cvtres.write.1.tlog
StackTest/StackTest/Debug/link.2876-cvtres.read.1.tlog
StackTest/StackTest/Debug/link.2876-cvtres.write.1.tlog
StackTest/StackTest/Debug/link.2876.read.1.tlog
StackTest/StackTest/Debug/link.2876.write.1.tlog
StackTest/StackTest/Debug/link.command.1.tlog
StackTest/StackTest/Debug/link.read.1.tlog
StackTest/StackTest/Debug/link.write.1.tlog
StackTest/StackTest/Debug/LinkedStack.obj
StackTest/StackTest/Debug/mt.command.1.tlog
StackTest/StackTest/Debug/mt.read.1.tlog
StackTest/StackTest/Debug/mt.write.1.tlog
StackTest/StackTest/Debug/rc.command.1.tlog
StackTest/StackTest/Debug/rc.read.1.tlog
StackTest/StackTest/Debug/rc.write.1.tlog
StackTest/StackTest/Debug/SeqStack.obj
StackTest/StackTest/Debug/StackTest.Build.CppClean.log
StackTest/StackTest/Debug/StackTest.exe.embed.manifest
StackTest/StackTest/Debug/StackTest.exe.embed.manifest.res
StackTest/StackTest/Debug/StackTest.exe.intermediate.manifest
StackTest/StackTest/Debug/StackTest.lastbuildstate
StackTest/StackTest/Debug/StackTest.log
StackTest/StackTest/Debug/StackTest.obj
StackTest/StackTest/Debug/StackTest.pch
StackTest/StackTest/Debug/StackTest.write.1.tlog
StackTest/StackTest/Debug/StackTest_manifest.rc
StackTest/StackTest/Debug/stdafx.obj
StackTest/StackTest/Debug/vc100.idb
StackTest/StackTest/Debug/vc100.pdb
StackTest/StackTest/LinkedStack.cpp
StackTest/StackTest/LinkedStack.h
StackTest/StackTest/ReadMe.txt
StackTest/StackTest/SeqStack.cpp
StackTest/StackTest/SeqStack.h
StackTest/StackTest/StackTest.cpp
StackTest/StackTest/StackTest.vcxproj
StackTest/StackTest/StackTest.vcxproj.filters
StackTest/StackTest/StackTest.vcxproj.user
StackTest/StackTest/stdafx.cpp
StackTest/StackTest/stdafx.h
StackTest/StackTest/targetver.h
StackTest/StackTest.sdf
StackTest/StackTest.sln
StackTest/StackTest.suo
StackTest/ipch/stacktest-5fef9790
StackTest/StackTest/Debug
StackTest/Debug
StackTest/ipch
StackTest/StackTest
StackTest
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.