搜索资源列表
suanshubiaodashi
- 关于栈中算术表达式求法 别人写的,觉得很好 十分敬佩-on the stack arithmetic expression Solution written by someone else, a very good feel admiration
stackTest
- STL教程演示实例Stack使用教程。这里重点介绍stack的适用方法。
Stack-Delimiter-Match
- 用于检测代码源文件中的符号匹配是否正确,使用双栈实现,C++ STL实现栈类。开发工具:VS 2008-Used to detect whether the symbols in source code is well matched , dual-stack implementation,using C++ STL to implement stack class.
migong_problem
- 经典迷宫算法,使用自定义栈来实现,也可使用stl,但需要修改代码-Classic maze algorithm, use a custom stack to achieve, can also use the stl, but need to modify code
STL_stack
- 对 STL学习后对于栈的实现,代码量少,但可以帮助理解。-After learning of the STL for the realization of the stack, the code less, but can help to understand.
stack
- 手动编写的一个C++的栈,功能与STL的相同-Manual prepared by a C++ stack, functions the same as with the STL
removingduplicates
- Removes dulicates in an array using stacks. It uses its own stack.h file instead of the STL.
Stack-by-List
- 通过一个链表来实现栈,和STL中的实现方法不一样。-Implementing the Stack by List
zhan
- 栈的运用和创建,使用了模版的思想,令代码得到高度的重用和减少重复编写代码的冗余。-The use of stack and create, using the template of ideas, so the code to get a high degree of code reuse and reduce duplication of redundancy.
vector-
- stl vector 和 stack 的应用 来算出连通块的个数-application of vector and stack
STL
- STL的Vector、List、deque、set、map、queue、stack等的使用,包含了基本的用法-The STL Vector, List, deque, set, map, queue, stack, etc. are used, contains the basic usage
goods-purchasing
- 通过结合栈 链表 队列等几中数据结构并利用它们各自的特性来模拟实现一个简单的商店的商品管理器-we use the stack ,the queue and the linklist and combine their characteristics to make a goods purchasing manager
Container
- 通过堆栈实现Fibonacci序列的顺序、逆序显示-By stack implementation Fibonacci sequence order, reverse display