资源列表
STLsourcecodeanatomy--houjie
- 详细的介绍了STL,可以使C初学者迅速的了解并掌握STL,及其在VC环境下的应用,-Detailed introduction of the STL, will enable rapid C beginners to understand and grasp the STL, and in the VC environment applications,
EffectiveSTL
- 本书是学习C++ STL的经典教程,本书里的信息将使你成为一个更好的STL程序员,它将让你成为一个更高产的程序员。而且它将让你成为一个更愉快的程序员,使用STL很有趣,但是有效地使用它更为有趣,这种有趣是它们必须把你拽离键盘,因为你不能相信你争拥有的好时光。即使对STL的匆匆一瞥也能发现它是一个非常酷的库,但这份酷比你可能想象的更宽更深。我在本书的一个主要目标是传达给你这个库有多神奇,因为在我编程的差不多30年里,我从未见过任何像STL的东西。你或许也没有-err
STL
- STL程序员开发指南源码,非常有用的-STL-source programmers to develop the Guide, very useful
CIVStringSet_Source
- 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索,VC源代码,和刚刚的那个对应的-Platform based on MFC and STL string class, can be achieved in the fast-string search, VC source code, and just that the corresponding
C.STL
- 本书对C++STL 进行了全面而深入的阐述,STL是惠普实验室开发,全书分16章,其中13章通过背景知识,功能描述,头文件代码,测试程序和习题-The book of C++ STL conducted a comprehensive and in-depth exposition, STL is a Hewlett-Packard developed in the laboratory, the whole book at Chapter 16, Chapter 13 of them thro
Stl_cpp
- stl源码学习。C++扩展库。 stl源码学习。C++扩展库。-stl-source learning. C++ Extension. stl-source learning. C++ Extension.
er
- 数据结构C++语言描述--应用标准模板库(STL)(第2版)-Data structure C++ Language Descr iption- Application Standard Template Library (STL) (2nd edition)
HashMap
- 一个hash_map的实现,大家可以看看有什么改进的地方。-The realization of a hash_map, we can see what areas of improvement.
STLGuide
- 标准模板类的简明入门手册,共25页简明扼要的阐述STL编程方法-Standard template classes concise manual entry, a total of 25 clear and concise on the STL programming method
floodit
- Floodit Solver, using STL.
STLport-5.2.0.tar
- stl的源码,可以学习stl的架构和详细原理,对学习c++的底层实现机制很有帮助-stl the source, you can learn the structure of stl and detailed principle of learning c++ underlying mechanism to achieve very helpful
SQL2000bao
- int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) } -int getDivisor (int iNum) (int i = 1