资源列表
CPPand-STL
- 主要是C++和模板。该材料所使用的是C语言,也许很多人会说C语言已经过时了,但是,我认为在数据结构的学习中,应该用尽量简单的语言,以免进入了语言的细枝末节中,反而冲淡了主题。- C++ and templates mainly are discussed. The material used in the C language, many people may say that the C language has become obsolete, but I think the data st
cPP-primmer
- c++语言经典学习文章,对class机制,STL等有很好的讲解-C++,you can it well by this artical, classic~
STL-and-String-library-search
- 标准模板库简介 各种容器的介绍 各种容器的方法及功能简介-STL introduction
generic-programming-with-STL
- 泛型编程与STL中文版,全面介绍STL迭代器,容器,算法,对象原理和实现-Chinese version of the generic programming with STL, comprehensive introduction STL iterators, containers, algorithms, objects, principles and implementation
stl
- 我们学校(西电)暑期ACM培训的stl讲座,对于深入学习c++中的模板类有较大的帮助,谢谢下载-Our school (Western Electric) Summer stl ACM training seminars for in-depth learning c++ have more help, thank you download
mapInSTL
- STL中map用法详解-C++名库,说的很详细看看吧-Detailed map use the STL-C++ library name, said, very detailed look at it
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)