搜索资源列表
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.
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.
useSTL_List
- 个人在网上搜集的STL中List的使用方法,非常完整,希望能对你的编程起到好的效果.-Individuals collected in the online use of STL in the List, very complete, the programming you want to play good results.
DeskApp
- c++单向通用链表的实现,入门实例(与stl无关)。有助于入门新手理解-Universal one-way linked list c++ implementation, start an instance (nothing to do with the stl). Novice help you get started understanding
SingleLinkSort
- 使用Visual C++,其实是用了STL了,实现单链表的排序,通过采用分治法,使得时间为O(n*log(n)),空间复杂度O(n)。-Sort of Single Link List
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