搜索资源列表
sigalton_factory
- 在本实例中,实现了单体模式,工厂模式,门面模式以及STL编程
STLyuanmapouxi
- 代码中包含了部分作者侯捷的<<STL源码剖析>>一书中的程序实例,有助于理解及应用STL,来进行方便高效的编程
cpp200
- 《C++应用编程200例 赫阿明著》源码 通过大量实例全面系统介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 通过实例讲解,使初学者能较快入门。-cpp 200
ThinkInCAdd
- 全书分为6大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了细微的讨论;并通过精心挑选的实例,向读者传达优秀的设计理念和方法。-The book is divided into six parts, 32 chapters, each of the C++ language, history and characteristics, classes and inheritance, STL and generic programming, d
CSTL
- 本书通过大量的程序实例的分析,深入浅出的讲解了C++STL高级编程技术。-Book through the analysis of the large number of instances, explain in simple terms C, the STL advanced programming techniques.
STLprogram
- stl的相关操作,包括vector,list等容器的编程实例-examples about STL,including list,vetor and other related programmes.