搜索资源列表
cpp200
- 《C++应用编程200例 赫阿明著》源码 通过大量实例全面系统介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 通过实例讲解,使初学者能较快入门。-cpp 200
CPP
- 面向对象的程序设计:数据结构<向量类实现优先队列>-Object-Oriented Programming: data structures < vector implementation of priority queue type>
CppFUNCTION
- CPP 库函数的资料(输入输出,STL,算法等等)-CPP library functions of information (input and output, STL, algorithms, etc.)
yahoo-GP-OO-CPP
- 侯捷在Yahoo关于STL的演讲资料(繁体中文)-Hou Jie, in Yahoo' s speech on the STL data (Traditional Chinese)
VectorTest
- 自定义Vector ,模板类 使用时注意#include cpp文件,#inlcude 。h文件会出错-Custom Vector, use the template classes Note# include cpp file,# inlcude. h file error
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
CPP-STL
- STL 开发经典书籍 适合初学STL的同学学习-STL STL development of classic books for beginners to learn the students. .
CPP-STL
- C++ STL基础及应用一书的电子课件和第十一章源码!很好,对学习STL很有帮助!-C + + STL-based application and a book of electronic courseware and XI source! Very good, very helpful in learning STL!
Absolute.CPP
- 本书是讲解C++语言程序设计的优秀教程。全书围绕C++语言的结构来组织,开始章节结构编程的普通概念,接下来详细介绍C++中的继承、多态、异常处理以及标准模板库(STL),同时还包含模式UML的介绍。-Book is to explain the C++ language tutorial program designed for excellent. Book around the C++ language structure to organize, begin chapter structu
The-CPP-STL(by-Nicolai-M.Josuttis)
- 本书主要谈论STL的设计哲学、程序库背后的严密架构和严谨定义以及STL的完整规格。-This book about the STL design philosophy behind the tight structure of library and rigorous definition of complete specifications and STL.
The-CPP-Standard-Library-(2)
- STL标准教程,侯捷老师翻译的那本,是学习C++的必须教程,很经典。-standard template libaray
cPP-primmer
- c++语言经典学习文章,对class机制,STL等有很好的讲解-C++,you can it well by this artical, classic~
avl-array-CPP-1.2.1
- AVL Array 是一个C++风格的容器类,具有快速随机存取和任意位置快速插入、删除的功能。-AVL Array is a C++ STL-style container with fast random access _and_ fast insert/erase at any point (all are O(log N) worst case)
C-and-CPP
- 学习c语言各函数的绝好资料,同时里面含有对c++里的stl有深入的讲解-C language learning materials of excellent function, which also contain the stl c++ in-depth explanation
source-code
- SVM的C++源代码,下载后可直接编译运行-cpp source code of SVM, compile and run directly after download
CPP
- 本教程介绍有关学习C++ STL的预备知识和STL的相关背景知识,适合想对STL做大致了解的初学者。
cpp-zhengli
- 《C++语言程序设计案例教程 郑莉著》源代码 本书基于C++语言的基本语法设计了数百个经典语法案例,以综合性和实用性为基准设计了十几个大型综合案例。通过这些精心设计的案例深入浅出地介绍了C++语言程序设计的特点,循序渐进地介绍了面向对象程序设计思想和方法。全书共分为13章,内容包括:C++程序设计和面向对象程序设计的概念,基础知识和函数,类与对象,数据的存储和访问属性,数组、指针与字符串,继承与派生,多态性,群体类和群体数据的组织,泛型程序设计与STL,流类库与输入输出,异常处理和Wind
CPP.Standard.Library
- C++学习必备,号称最好的STL参考,但我觉得很像JDK文档。-Known as the best STL reference, but I feel like the JDK documentation
The-CPP--STL
- 包含内容:介绍STL 需要的C++基础,主要是类、函数对象和模板。step-by-step 教学STL。 剩余STL 部分介绍。-Contains content: Introduction to the STL need C++ basis, the main classes, functions, objects, and templates. the step-by-step teaching the STL. Remaining STL section describes.
Ruminations-on-CPP
- 全书分为五大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。-The book is divided into five parts, a total of 32 chapters, a detailed and in-depth discussion of several major topics of the history and characteristics, cl
