搜索资源列表
stack
- 不带头结点的链式堆栈类,1、 定义并实现不带头结点的链式堆栈类,除构造和析构函数外,成员函数还有入栈、出栈、取栈顶元素、判断堆栈是否非空,头文件为“nohead_LinStack.h”。-node does not take the lead in the category of chain stack, 1, and the definition does not take the lead in realizing the chain nodes stack category, In add
实现 stack或queue 的基本
- 实现 stack或queue 的基本 ; 用 stack来实现 queue或用queue来实现 stack。
Stack
- 编寫一個Stackf类,包括對該stack的實現
stack.rar
- 顺序栈,应该是正确的,包含他的头文件和cpp,The order of the stack, it should be correct, including his head files and cpp
Stack 实现栈的所有基本操作
- 1、定义顺序栈类型,实现栈的所有基本操作。 2、定义链栈类型,实现栈的所有基本操作。 3、实现数制的转换-1, define the order of the stack type, to achieve the stack all the basic operations. 2, define the chain stack type to achieve the stack all the basic operations. 3, conversion of number sys
Stack-examples
- 栈的几个应用举例——顺序栈、链栈结构定义与基本操作(SqStack_exercise.cpp,LinkStack_exercise.cpp),括号匹配(matching.cpp),表达式求值(evaluation.cpp),Ackerman递归函数的实现(Ackerman.cpp)-Stack a few application examples- the order of the stack, the stack structure is defined chain, and basic op
stack
- 自定义数据类型的堆栈数据结构实现,早些时候学习的时候写的代码了,-Custom data types of the stack data structure to achieve the earlier study, when writing code, and
DATASTRU
- C语言的基本数据结构,如堆,链表,队列,stack 等-C language, the basic data structure, such as the heap, linked list, queue, stack, etc.
stack
- stack的辕马,写了其中的主要操作.有兴趣的朋友就下哈 .-stack of the shaft horse, which was the main operation. are interested in Kazakhstan on the next friend.
Stack(devc)
- 数据结构C语言中的顺序栈的实现,是清华大学严版的。-C language data structure in order to achieve stack is a strict version of Tsinghua University.
stack
- 用C语言实现的,栈结构,是数据结构的一个很好的实例。-Using C language, the stack structure, data structure is a good example.
stack
- 数据结构中堆栈的应用,实现的是从中序到后序的转换和计算-Data structure in the application stack, from the realization of the sequence to the sequence after the conversion and the calculation
stack
- 通过堆栈的简单应用实现10进制到任意进制之间的转换-Through the stack of simple applications to any hexadecimal 10 hexadecimal conversion between
Stack
- 这是栈的顺序实现方法,适合数据结构的初学者参考.-This is the order of the stack method, suitable for beginners and reference data structure.
Stack
- delphi编写的堆栈功能。代码简练合理,避免内存泄露-delphi prepared stack function. Reasonably concise code to avoid memory leak
Stack
- 简单模拟栈的操作:包括栈的初始化,压栈,栈顶元素弹出以及取栈顶元素;采用C实现-Analog stack easy steps: including the stack initialization, push, pop elements as well as the Top-Top-check elements implementation using C
Stack
- Stack that is very useful
stack-Delimiter-Matching
- 分隔符匹配 使用栈,数据结构与算法上机作业,实用性超强-Delimiter matching using stack data structures and algorithms operating on the machine, super practical
stack
- c语言 栈的实现 包含三个文件stack.h stack.c main.c-c language stack implementation consists of three files stack.h stack.c main.c
STACk
- 一个简单的c++代码实现,我们使用数组来实现栈(We use array to build a stack.)