搜索资源列表
STLViewer
- 用vc编的stlview着重版-vc series with the emphasis on version stlview
cpplapack-2005_03_25.tar
- lapack的c++版本之一.lapack是imsl,mkl,matlab等大部分数值计算的使用者.最早是for77的,后来出现c++,java等的.-lapack one of the c version. Lapack is imsl, mkl. Matlab, and most numerical calculation users. The first was for77, subsequently c, java and so on.
STLport-4.6.2.tar
- 改进版本的c++类模版库和其原代码-improved version of the C + + Class Library template and its source
STLsource(JJhou).rar
- 侯捷<STL源码分析>,简体中文完整版,带书签,Hou Jie <STL源码分析> , A complete simple Chinese version, with bookmarks
StandardTempleteLibrary
- C.STL中文版。翻译了由四位对C++STL的实现有卓越贡献的大师撰写的,通过背景知识、功能描述、头文件代码、测试程序和习题,讲述了STL的13个头文件及迭代器算法和容器。-C. STL Chinese version. Translated from the four pairs of C++ STL outstanding contribution to the realization there is a master of writing, through background know
DesigningComponentswiththeCppSTL
- 全英文版的STL书籍,本人认为比较好的一本书:Design Components with the C++ STL -The entire English version of the STL books, I think a better book: Design Components with the C++ STL
Eff_STL_CN
- Effect STL 中文版,非常好的一本书-Effect STL English version of a very good book
tass-sgi-stl-2.91.57-source
- 侯捷的STL源码分析源码中推荐的一个实现版本SGI-STL-Hou Jie, the STL source code analysis source code in an implementation of the recommended version of the SGI-STL
STLzwb
- STL中文版(适合C++STL初学者学习)-STL Chinese version (suitable for beginners to learn C++ STL)
VC_MFC_STL
- C++STL 的版本实现有很多种,包括HP STL , SGI STL ,STLport ,P.J.Plauger STL 和 Rouge Wave STL 等。其中HP STL 是STL 之父Alexandar Stepanor 在惠普Palo Alto 实验室 工作时完成的。HP STL 是C++STL 的第一个实现版本,而且开放源代码。其他版本的 C++STL 一般是以HP STL 为蓝本实现出来的。在Visual C++中采用的是P.J.Plauger 开发的 P.J.P
shoujieSTL
- 很清晰版STL源码剖析侯捷。绝对难得好书。-Very clear analysis of Hou Jie source version of STL. Absolutely rare books.
CList
- C语言版的链表实现。带头节点的双向循环链表。访STL vector的实现。-C language version of the linked list implementation. Two-way circular list node to take the lead. Visit STL vector implementation.
The-CPP-Standard-Library
- 这是C++标准库英文版,对应学习C++非常重要,应该仔细看-This is the English version of C++ standard library, corresponding to learning C++ is very important and should be read carefully
STL112
- stl入门 经典著作,欢迎下载,保存版。-stl entry classics, are welcome to download, save version.
CPPSTL
- C++STL 中文版,深入C++STL系列,全面深入地阐述了相关内容。-Chinese version of C++ STL, C++ STL-depth series, in-depth exposition related content.
STL
- STL中文版,详细讲述了在C++编程中应用STL进行开发的技术-Chinese version of STL, described in detail in the application of C++ programming techniques to develop STL
generic-programming-with-STL
- 泛型编程与STL中文版,全面介绍STL迭代器,容器,算法,对象原理和实现-Chinese version of the generic programming with STL, comprehensive introduction STL iterators, containers, algorithms, objects, principles and implementation
count_word
- 统计文本中的单词个数,并按出现次数降序输出(支持大文本),原版是http://www.oschina.net/code/snippet_176897_7944。采用hash_map,GCC采用#include <ext/hash_map>。修改版本是VS2010采用#include <hash_map>using namespace stdext VC调用hash_map的例子,值得学习。-The number of words in the statistics tex