搜索资源列表
栈类.rar
- 栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处
BOTHSTAC
- 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 -stack of two-way operation to the two-way out of the stack int
stack
- C语言编写的栈操作模板。包含栈的9种基本操作,从栈的创建、栈的判断到入栈、出栈操作,以及栈的删除等操作。
栈的操作
- 建立链式栈并完成入栈,出栈,判栈空和求栈长的操作-establish and complete chain stack pushed out stack, stack space and contracting for the operation of stack -
栈的操作
- 建立链式栈并完成入栈,出栈,判栈空和求栈长的操作-establish and complete chain stack pushed out stack, stack space and contracting for the operation of stack-
BOTHSTAC
- 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 双向栈的操作 入本 出本 -stack of two-way operation to the two-way out of the stack int
stack
- C语言编写的栈操作模板。包含栈的9种基本操作,从栈的创建、栈的判断到入栈、出栈操作,以及栈的删除等操作。-C language template stack operation. Stack contains 9 kinds of basic operation, from the stack to create, to determine the stack入栈, a stack operation, and stack operat
list_stack_que
- 链表、堆栈、队列的集合操作,展现链表插入、删除、堆栈的入栈出栈、队列的入对出队等集合算法。-Linked list, stack, queue collection operation
zhan
- 通过对队列的入栈出栈实行的程序,数据结构栈的操作的实验-Through the queue stack a stack to implement the procedures, data structure stack operation experiment
Stack_list
- 用c语言实现栈的一些基本操作:新建-入栈-出栈等等 编译器为c-fr-C language stack some basic operations: New- into stack- out stack and so on Compiler for c-free
LinkStack
- 用栈的入栈,出栈,取栈顶元素的操作实现倒序输出数据-Stack onto the stack, the stack, take the top element of the operation to achieve the reverse output data
stack
- 栈的创建、销毁、以及栈的入栈出栈等相关操作的实现-stack
c5
- 利用模版实现C++堆栈的操作。实现不同类型数字栈的入栈出栈操作。-Use the template to achieve the operation of the C++ stack. Different types of digital stack stack stack operation.
Table-04
- //* * * * * * * * * * * * * //*PROGRAM :堆栈操作 * //*CONTENT :初始化,入栈,出栈,取栈顶元素 * //*-/ /*************************//* PROGRAM: stack operations*//* CONTENT: initialization, stack, stack, stack take Top element*//******
Stack
- 基本数据结构——栈的实现,自己实现的栈的使用,可以完成基本的入栈出栈判空判满的操作,仅供参考-Implementation of Stack
stack
- 用面向对象的方法实现一个栈,实现入栈出栈查询等操作,基于C++语言。-Object-oriented methods to achieve a stack realize stack stack query and other operations, based C++ language.
stack
- 运算符重载的栈。C++语言编写的头文件。可以入栈出栈赋值打印等操作。-Operator Overloading stack. C++ language header file. You can stack the stack assignment printed.
PostFix
- 定义栈,通过入栈出栈的操作完成后缀表达式求值。-to calculate the postfix expression
出栈入栈
- C语言实现出栈入栈的操作,功能可以实现任意次。(The stack operation is realized in C language)
顺序栈验证实验
- 顺序栈的模板,包括构造函数,析构函数,入栈,出栈,取栈顶元素,判空等基本操作,并在主函数中实现(The template of the sequential stack, including the constructor, the destructor, the push, the pop, the getpop,the empty. Then realize the function of each in the main func