搜索资源列表
sqstack
- 和线性表类似,栈也有两种存储表示:顺序栈和链栈。 顺序存储结构简称为顺序栈。和顺序表类似,对顺序栈也需要事先为它分配一个可以容纳最多元素的存储空间。 -and linear scale similar Stack also have two storage : order Stack and Stack chain. Sequence storage structure referred to as the sequence of stack. Table and order
SqStack
- 数据结构,栈的应用,表达式求值的源码及实验报告!
51623457
- 先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non - recursive algorithm # define maxsize 100 typedef struct (Bitree
SqStack
- 数据结构中顺序栈的实现,包含插入,删除,更新操作。-realize the qlstack
SQStack
- SQStack,顺序栈(与链栈有区别),存c写的,注释很清楚-SQStack, the order of the stack (stack with the chain are different), storage c written comments clearly
sqstack
- 一个c语言写的 数据结构 顺序栈 的简单例子。 -A c language data structure stack sequentially simple example.
SQSTACK
- 实现栈及其基本操作; 利用栈实现十进制与八进制数的转换; 利用栈进行括号匹配情况的检验。-Achieve stack and its basic operation use stacks decimal and octal conversion using the stack inspection bracket matching conditions.
sqstack
- c语言实现的栈的建立、数据的插入、删除、栈的清空以及栈空,栈满的判断等基本操作的实现!-establish stack c language implementation, data insertion, deletion, and realize empty stack empty stack, the stack is full of judgment and other basic operations!
SqStack
- 数据结构顺序栈的存储结构和基本操作的实现(The storage structure of the data structure sequence stack and the implementation of the basic operation)