文件名称:stack
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.08kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
栈是限制仅在表的一端插入和删除的线性表,是生活中某些过程的抽象。插入和删除操作的一端称为栈顶,插入操作称作入栈(Push),删除操作称作出栈(Pop)。栈顶元素总是最后进栈的,和最先出栈的;而栈底元素是最先进栈,最后出栈。栈具有后进先出(LIFO)的特性。顺序栈是栈的顺序存储结构的实现。链栈是栈的链式存储结构的实现。-Stack is limited only to one end of the table insert and remove a linear form, is the life of some process of abstraction. The end of the insert and delete operations as stack, called stack insertion operations (Push), to delete said stack (Pop). The top element into the stack is always the last, and the first out stack the bottom of the stack is the most advanced elements of the stack, the final stack. Stack with LIFO (LIFO) features. Sequential order of the stack is the stack storage structure implementation. Chain store chain stack is a stack structure implementation.
相关搜索: 链栈
(系统自动生成,下载前可以参看下载内容)
下载文件列表
stack.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.