搜索资源列表
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
Stack
- 基于C++的段式栈,用Microsoft Visual Studio 2010编译通过。-Sorry. My English is very poor.
Stack-using-Pointer
- stack using pointer using c in a simple and lucid manner
calculator
- 用c++实现的一个计算器的小程序,用到的数据结构是栈。是川大数据结构的实验,可以实现优先级的运算包括括号.-With c++ achieve a small calculator program stack data structure is used. This is a data structure Sichuan experiments can achieve priority operations include brackets, etc.
jiandanjisuanqi
- c利用堆栈方法编写计算器可,实现小数的加、减、乘、除运算功能,并可进行行编辑功能(#表示退格,@表示退行)和括号匹配检验。-c using the method of preparation of the calculator stack can achieve decimal add, subtract, multiply, divide arithmetic functions, and can be line editing (# represents backspace, @ indic
Stack-in-cPP
- Stack is implemented in c-Stack is implemented in c++
cal
- c++实现的优先级计算器,进行加减乘除,和括号功能,利用栈进行实现-c++ achieve priority calculator, perform addition, subtraction, and brackets function to achieve the use of stack
talents_management_system
- c++实现的人才信息管理系统 主要用到了堆栈、及文件存储-c++ realization of human resources information management system is mainly used in the stack, and file storage
