资源列表
huffam
- 利用C++实现霍夫曼编码,阅读代码需要一定的C++STL知识。-Implement Huffman coding in C++, read the code requires a certain knowledge of C++ STL.
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
The-Annotated-STL-Sources
- STL 源码剖析 侯杰经典译作 了解STL背后的事情 值得一看-Hou Jie STL source code analysis behind the classic translation to understand the things worth seeing STL
Stltools
- 这是一些简单的STL用户,但有用的代码。它定义了一些STL TCHAR相容元素 -This is some simple, but useful code for STL users. It defines some TCHAR compatible elements of STL
sTL
- sTL程序员开发指南.,学习stl的好书-sTL programmers guide, a good book to learn stl
avl-array-CPP-1.2.1
- AVL Array 是一个C++风格的容器类,具有快速随机存取和任意位置快速插入、删除的功能。-AVL Array is a C++ STL-style container with fast random access _and_ fast insert/erase at any point (all are O(log N) worst case)
STL
- 一本阐述STL的好书,系统阐述了STL,对喜欢泛型编程的人有很大帮助-A set of STL books, systematically expounded the STL, generic programming for people who love great help
STL
- STL方面内容,介绍C++ STL容器的使用;-The content of STL
SingleLinkSort
- 使用Visual C++,其实是用了STL了,实现单链表的排序,通过采用分治法,使得时间为O(n*log(n)),空间复杂度O(n)。-Sort of Single Link List
Stack-by-List
- 通过一个链表来实现栈,和STL中的实现方法不一样。-Implementing the Stack by List
multimap
- 关于multimap的操作,包括插入删除-On multimap operations, including insert delete, etc., etc.
telephone-book
- Example of STL, that helps to create a simple phone book