搜索资源列表
C++_Tree_container_4.08
- C++ STL 中没有树形容器是最大的遗憾! 还好高手总是能及时出现,本源码就是 目前最强大的树型容器标准库!与大家 分享!
STLport-5.1.4src
- 著名的stlport c++ 标准库的最新版本, 与大家分享.
C++STL
- 一本c++ 标准库教程、使用指南,是一本不可多得的C++参考书。
C++STL
- C++标准程序库英文版电子书 ,绝对经典STL入门书籍
examples
- C++标准程序库中的STL源码例子-C++ Standard procedure library STL source examples
STL_tutorial_reference
- 讲解c++标准库的书,英文版的,很好很强大-Explain c++ Standard library books, in English, very good strong
CPP_Standard_Library
- C++标准库源代码_C++ STL Source Code 请不要修改任何文件,如果您修改某些文件,会导致库内部的不统一。请参考The C++ Programming Language及 The C++ Standard Library。-C++ Programming Language The C++ Standard Library
qsort
- 快速排序源代码,具有微软C标准库中qsort函数一样的接口,且速度奇快。-Quick sort source code,as microsoft c library qsort function interface,more more quick。
DIY_five_function
- 自定义5个函数,实现与5个C标准库函数(pow、tolower、toupper、exp、sin)相同的功能-DIY five functions to realize the same function of the five basic library functions(pow、tolower、toupper、exp、sin)
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.
C_Plus_Plus_standard_library
- c++标准库stl帮助文档,对初学stl十分有用-c++ standard library to help document
C.STL
- 本书是一本有关于C++ 标准模板库的介绍的丛书 即使是拥有STl使用经验的人也可以从本书中学到新知识-This book is a book about C++ standard template library even though the introduction of the series is to have STl experience in the use of the people can learn new knowledge from this book,
STL
- c++ STL程序员开发指南,从程序员的角度出发,讲述C++高级编程技术,然后讲述C++标准库,最后讲述STL技术-c++ STL Programmer Developer' s Guide, from the programmer' s point of view, about the C++ advanced programming techniques, and then talk about C++ standard library, the last about the S
Standard-Library
- c标准库 参考手册 包括最有用的类和函数-Standard Library Reference
cpp_stl_sample.tar
- C++标准库STL完整样例代码,极具参考价值。-C++ Standard Library STL complete sample code, great reference value.
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
Generic-function
- 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
CPPSTL-and-effctiveCPP
- 高效C++书籍,详细讲解如何编写出高效率的程序,C++STL,介绍C++标准库。-effctiveC++ and C++STD
CPPSTL
- 介绍STL的英文书籍.非常的详细.中文译名为C++标准库-Introducting the STL of C++
STL-source-code-analysis
- STL源码分析 身为C++标准库的重要组成部分。-STL source code analysis, an important part of as a C++ standard library.