搜索资源列表
boost-STL
- boost-stl是将来的c++标准库 这是关于这个库的一些文章chm合集-boost-stl c is the future standard for this is on the bank of some articles chm Collection
学生管理系统-STL版
- 一个用c++写的控制台版学生管理例子,主要用STL写成
Boost+STL.rar
- 介绍C++和Boost的经典力作,非常值得研究,有想学习Boost的一定好好研究一下哈,Introduced the C++ And Boost classic masterpiece, very worthy of study, there are certain Boost want to learn a good look Kazakhstan
examples
- C++标准程序库中的STL源码例子-C++ Standard procedure library STL source examples
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-opentree
- 精美的界面设计,Microsoft Visual C++ 6.0编写,可以用2005,2008什么的打开-Elegant interface design, Microsoft Visual C++ 6.0 to prepare, can be used to open what 2005,2008
STL
- 最权威的对STL的最详尽的解析,c++开发者必备。-The most authoritative on the STL of the most detailed analysis, c++ developer required.
Addison.Wesley.Essential.C++
- • Generic programming and the Standard Template Library (STL) • Object-based programming and class design • Object-oriented programming and the design of class hierarchies • Function and class template design and use ̶
STL
- Generics Sample in C++
STL
- 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
stl-code
- stl标准库是C++ 的一个类库,包括容器,算法,迭代器。提供许多基本的算法和数据结构-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.
C-and-CPP
- 学习c语言各函数的绝好资料,同时里面含有对c++里的stl有深入的讲解-C language learning materials of excellent function, which also contain the stl c++ in-depth explanation
STL-source-code
- C++ STL的源代码,C++爱好者值得一看-The source code C++ STL, C++ enthusiasts worth a visit
stl
- 读取stl文件,并将读取的数据显示在屏幕上(read stl files and show them on screen)
[提高C++性能的编程技术].左飞.扫描版
- 本书详细讨论了临时对象、内存管理、继承、虚函数、内联、引用计数以及STL等一切有可能提升C++效率的细节内容。(At first, I didn't like it at all. But after a fewweeks, I felt great when I was running.)
stl
- C++ SGI STL 3.3版,提供C++11支持,包含正则表达式array容器等新功能(C++ SGI STL 3.3 edition provides C++11 support, including regular expressions, array containers, and other new features)
STL源码剖析
- C++入门书籍,主要是关于C++入门的内容,新手强烈推荐(C++ entry books, mainly on the entry of C++ content, the novice strongly recommended)
STL.源码剖析
- 对c/c++写的stl源码进行分析。对c语言的数组,链表,队列,栈等数据结构进行了封装(c/c++ stl explian ,stack, data struct)
STL源码剖析
- stl源代码分析,源代码罗列完整,可完全理解实现stl各种容器。(stl source code analysis.deeply can write a simple container after reading this book)
STL 拆分字符串
- 使用C++ STL拆分字符串“How are you?”(C++ STL strSeparator strText.find_first_of)