标准c++模板库实现源代码,对模板的极致使用,绝对值得深入研究!从根本上说,STL是一些“容器”的集合,这些“容器”有list,vector,set,map等,STL也是算法和其他一些组件的集合。这里的“容器”和算法的集合指的是世界上很多聪明人很多年的杰作。STL的目的是标准化组件,这样就不用重新开发,可以使用现成的组件。STL是C++的一部分,因此不用安装额外的库文件。
2023-01-07 10:43:52 442KB C++ stl 模板 STL
1
C++的stl源代码
2022-05-03 20:59:29 1.24MB C++ STL
1
侯捷 STL源码剖析源代码 书配套源代码 全 按章节分类
2022-02-20 18:36:38 166KB STL STL源代码 剖析
1
源码之前,了无秘密.详细看过STL源码的人都有这种感受吧. 本资源为STLPort4.0源代码.
2021-10-01 18:12:15 1.09MB STL源代码 C++源码
1
SGI STL源代码 侯捷 中文注释版
2021-08-13 04:33:47 831KB SGI STL源代码 侯捷 中文
1
SGI的STL源代码 包括文档和代码。 The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand how templates work in C++ before you use the STL.
2021-06-07 22:58:56 1.06MB STL 源码
1
SGI的STL源码,配合《STL源码剖析》学习效果好,官网已经不再提供下载
2020-04-13 03:21:26 1.11MB STL标准库 SGI STL STL源码剖析
1
侯捷中文注释的SGI STL源代码,很好的资料。侯捷中文注释的SGI STL源代码,很好的资料。侯捷中文注释的SGI STL源代码,很好的资料。侯捷中文注释的SGI STL源代码,很好的资料。
2019-12-21 21:14:19 825KB SGI STL 源代码
1
侯捷中文注释的SGI STL源代码,很好的资料。
2019-12-21 18:58:20 827KB STL源码,侯捷,注释
1