搜索资源列表
STL_Programmer_Guide
- STL编程指南,chm格式的,方便查找,希望对大家有帮助,有需要的快来下载
cross_index
- 用STL实现的交叉引用程序,并包含了如何查找URL字串的功能,是个经典的STL程序,对学习STL的很有帮助,包括了一些容器的使用,一些算法的使用,相关的知识点及使用说明都在压缩包中
CMap
- 一个学习STL 中Map的类,主要实现stl::map的查找、删除、增加等
Permutation
- 利用递归查找数字的排列组合 使用了STL技术-The technique of finding permutations also provides source code for the recursive implementation. Also, learn how to use the STL template function next_permutation().
C_standard
- C++ 标准程序库 源代码 含有所有原书代码,适合正在学习C++标准程序库的爱好者,也适合适时翻阅查找相关内容。-C++ Standard Library source code contains all the original code, suitable for learning C++ standard library of enthusiasts, but also look for the right time to find relevant content.
serch
- 查找模板,C++ STL,熟悉C++如何定义模版
Literature-Little-Helper
- 文学小助手,用到了STL,Boost库,使用正则表达式实现,可对文章进行完全匹配查找或通配符查找,初学STL,Bosst库入门非常有参考价值。-Literature his assistant, use the STL, Boost library, use regular expressions to achieve, you can find the article for an exact match or wildcard search, beginner STL, Bosst libr
xiazai
- stl vector的功能的实现 插入 删除 排序 查找 -stl vector insert delete function sort to find the realization of
stl-Summary
- 对STl的常用函数就像总结,方便查找- STl of commonly used functions like sum up, easy to find
a-simple-phone-book
- map容器实现一个简单的电话本,可以实现输入,查找以及删除的功能。-map container implements a simple phone book, you can achieve input, search and delete functions.
phonebook
- 一个电话本。 可以实现输入,通过人名查找号码,通过号码查找人名,删除,自动删除号码位数不符合要求的号码,生成和引用文本文档的功能。-A phone book. Can achieve input, by name search number, delete the number lookup names,, automatically delete the numbers do not meet the requirements of the number, the generation
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