-
4
说明: STL中map用法详解:map的构造函数、数据的插入、map的大小、数据的遍历、数据的查找(包括判定这个关键字是否在map中出现)等。(Detailed the STL map usage: traversal, find the data constructor map, insert the data, the size of the map, data (including determining whether the keyword appears in the map) and the like.)
- 2016-01-18 13:20:28下载
- 积分:1
-
STL 队列使用教程。主要介绍基于STL的Queue的使用方法。
STL 队列使用教程。主要介绍基于STL的Queue的使用方法。-STL queue using the tutorial. Mainly based on the STL
- 2022-11-12 13:05:03下载
- 积分:1
-
用c++来进行组件设计
用c++来进行组件设计-used to design components
- 2023-04-17 15:50:04下载
- 积分:1
-
Essential-CPP
本书为那些没有太多时间学习的程序员提供了一条在工作中学习C++的捷径。它把重点放在那些C++编程中重要的要素上,并覆盖能够帮助解决实际编程问题的特性和技术。
本书将C++的基本内容按照过程风格、泛型风格、基于对象风格,以及面向对象风格进行组织。本书采用复杂度渐进的风格展开,并在讨论解决方案的过程中引入语言特性,便于学习C++的功能和结构,同时理解其目的和基本理念。
书中完整深入探讨了以下主要内容:
泛型编程和标准模板库(STL)
基于对象的编程和类的设计面向对象的编程和类层次体系的设计
函数和类模板的设计和使用
异常处理和运行时类型信息(RTTI)(This book is not much time to learn those programmers provide a learning C++ at work as a shortcut. It focuses on those C++ programming on important elements, and covers issues that can help solve real programming features and technologies.
The book will be C++ style basic content in accordance with the process, the generic style, object-based style, and object-oriented style organization. This book uses a progressive style complexity unfold, and language features introduced in the process of discussing solutions, easy to learn C++ function and structure, and to understand its purpose and basic concepts.
The book explores the full depth of the following main elements:
Generic programming and the Standard Template Library (STL)
Programming and class design object-oriented programming and design objects class hierarchy based
Design and use functions and class template
Exception handling and runtime type information (RTTI))
- 2013-12-06 15:01:18下载
- 积分:1
-
自定义的智能指针类,可是多个指针共用对象,且不会造成内存泄露的问题...
自定义的智能指针类,可是多个指针共用对象,且不会造成内存泄露的问题-since the definition of smart pointer types, but a number of indicators shared object, and it will not disclose the cause memory problems
- 2022-07-05 12:45:18下载
- 积分:1
-
STLarray
多维数组的操作,在STL中的相关程序,找了好久才找到(Operation multidimensional arrays in STL relevant procedures for a long time to find)
- 2013-11-24 22:14:35下载
- 积分:1
-
C++STL开发技术导引 一本很好说的源码
C++STL开发技术导引 一本很好说的源码-C++ STL to develop technical guidance that a good source
- 2023-08-23 23:25:03下载
- 积分:1
-
STL 语言讲解教材。英文版的,希望大家能喜欢。
STL 语言讲解教材。英文版的,希望大家能喜欢。-STL language explaination. English version, I hope you like it.
- 2022-03-10 23:44:54下载
- 积分:1
-
SGI_STL_Code
C++标准模板库的SGI实现代码,有助于理解STL(SGI implementation of C++ STL library)
- 2014-08-19 11:31:28下载
- 积分:1
-
stl-huffman
implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved(implement Huffman algorithm with stl prio rity- queue, first you must have the file, then the result is saved)
- 2007-01-16 15:56:56下载
- 积分:1