搜索资源列表
stl-huffman
- implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved-implement Huffman algorithm with stl prio rity - queue, first you must have the file, then the result is saved
queueTest
- STL 队列使用教程。主要介绍基于STL的Queue的使用方法。
msgQueueClass
- 一个多线程安全的消息队列类的实现,依赖于STL库-realization of message queue class in multi-thread enviroment
CPP
- 面向对象的程序设计:数据结构<向量类实现优先队列>-Object-Oriented Programming: data structures < vector implementation of priority queue type>
carwash
- 一个模拟洗车场的小程序,主要算法是通过STL容器类queue实现对洗车场的仿真。-A PROGRAM FOR CAR WASHING SIMULATION
priority_queue
- 优先队列的实现与应用,即基本的实现与操作 有点小 适合初学STL-Implementation and Application priority queue
STL-queue--
- STL、线段树代码库 关于队列和栈的有关STL的操作vc++实现-STL, the segment tree code library
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
fenzhijiexifa
- 队列式分支界限法解决的最优装载问题,STL-Queue-type branch and bound method to solve the problem of the optimal loading
goods-purchasing
- 通过结合栈 链表 队列等几中数据结构并利用它们各自的特性来模拟实现一个简单的商店的商品管理器-we use the stack ,the queue and the linklist and combine their characteristics to make a goods purchasing manager