搜索资源列表
clonePtr
- a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.-a non-sharing smart
cqueue
- 一个简单的队列类,采用stl中的list实现
TestContainer
- STL 容器 使用例子 MAP VECTOR LIST
Polynomial
- 这是一个用list完成一个多项式的类,STL初学者可以体会一下list的用法。-This is a list of classes to complete a polynomial, STL beginners can learn about the usage list.
STL-list(Sample)
- 用STL中的List来实现多项式的各种运算-Polynomial of a variety of computing the STL List
List
- 采用C++语言编写的链表模拟程序,可实现STL中的链表操作功能。-Linked list C++ language simulation program, linked list in the STL operation.
ShortestPathwithSTL
- 使用STL实现搜索链表的最短路径,链表通过随机数产生-The use of STL implementation of the shortest path search list, list through the random number generator
collect_STL
- STL的例子,非常全面,list,array,map的用法集合-STL example, very comprehensive, list, array, map the usage of a collection
c_list
- C语言下开发的双链表算法,模拟C++中STL接口说明,可以在嵌入式C语言中直接使用。-double list using C language.
ssd7exercise4
- 1使用到了stl sorting 2stl find 3实现所有声明的函数。 关键方法是: virtual Listing sort(string field) 根据选择"email," "start," "close," and "quantity."来对list中的advertisements进行排序。 virtual Listing filter(string keyword) 筛选出whose name or descr iption contains
STLContainer
- Own List STL Container Source Code
list2
- 是STL中双向循环链表list的经典应用,面向对象的标准C++语法解决了josephus圈的问题,适合学习数据结构中stl中list的应用,需要面向对象的C++知识。-A concise aplication of "list" in STL, simple but powful.
STL
- 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
ContactBook
- 数据结构课链表实验设计——一个MFC下的小巧学生通讯录。代码欢迎大家来参考。将双向带头尾链表封装在一个类里(因为是数据结构课,所以没用STL的list)。然后将链表封装在通讯录类里供Dialog使用。-Experimental Design class list data structure- a small MFC students under the address book. Welcome to the code reference. Will take the lead in the
CList
- C语言版的链表实现。带头节点的双向循环链表。访STL vector的实现。-C language version of the linked list implementation. Two-way circular list node to take the lead. Visit STL vector implementation.
Stack-by-List
- 通过一个链表来实现栈,和STL中的实现方法不一样。-Implementing the Stack by List
mylist
- 仿照 stl list写的一个,list模版,只完成了基本的功能-stl list tiny and smart
STL
- 关于STL中的List,迭代器等的使用源码-Use the Source List, STL iterators
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
STL
- 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement