搜索资源列表
魔王语言
- 这是一个运用堆栈和队列编写的程序,主要是对一种语言的解释-A program written for stack and queue, explained a specific language
栈和队列CQandS
- 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
33335
- 较 为 系 统 地 介绍 了 IP 电 话 技 术 的 原 理 和 相 关 协 议 , 描 述 了 SIP 的 相 关 实 体 、 服 务 分 层 和 消 息 处 理 过 程 , 结 合 嵌 入 式 技 术 设 计 、 实 现 了 一 个 基 于oSIP 协 议 栈 的 SIP 服 务 器 , 并 对 该 服 务 器 进 行 了 试 验 。 -more systematic introduction of IP phone technology and the principle of
counter
- 一个简单的计算器,可用于熟悉堆栈的操作。-A simple calculator that can be used familiar stack operations.
BinTreeExp
- 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
Stack
- Stack implemantation in c language
02
- stack quick sort 프 로 그 램
Stack
- 实现栈的基本功能 入栈 出栈 使用控制台编程的-To achieve the basic functions of the stack stack stack up to use the console programming
nibolan
- 这是一个求逆波兰表达式的程序,定义类,用堆栈实现-This is an inverse Polish expression of the process, the definition of class, with the stack to achieve
stack
- 一个链式堆栈模板动态库,里面有常用的关于堆栈的方法。-A chain stack template dynamic library, which has used the method on the stack.
stack
- 中缀表达式转化为后缀表达式并求值,代码很长,原创-Using Stack to convert the middle expression to end expression
Stack-using-Pointer
- stack using pointer using c in a simple and lucid manner
Stack
- 栈顺序定义,递归求解迷宫问题,栈和递归的建立和调用算法-Stack sequence defined recursively solving maze problem, stacks and recursive algorithm for the establishment and call
stack-and-queue
- (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法-(A) implement the stack using the chain store initialization, the stack, the stack operation. (2) using seq
stack
- 算法与数据结构中的顺序栈,链栈,以及栈的应用(数制的转换,表达式计算)。-Algorithms and data structures in order stack, chain stack, and the stack of applications (number system conversions, expression evaluation).
stack
- 栈实现括号匹配。栈包括入栈,出栈,判断栈空功能。-Stack achieve matching brackets. Stack, including the stack, the stack, the stack empty judgment function.
Stack-in-cPP
- Stack is implemented in c-Stack is implemented in c++
stack-order
- 这是一个解决所有可能出栈顺序的问题,输入n,然后输出结果-This is a stack order to solve all possible problems, enter n, and then output the results
Stack
- 基本数据结构——栈的实现,自己实现的栈的使用,可以完成基本的入栈出栈判空判满的操作,仅供参考-Implementation of Stack
stack
- 数据结构栈的实现,建立,入栈,出栈,清空功能-Data structure stack implementation, build, stack, stack, emptying function