-
基于STL的vector 使用方法演示。这里主要介绍Vector的操作。
基于STL的vector 使用方法演示。这里主要介绍Vector的操作。-STL
- 2022-03-22 12:26:28下载
- 积分:1
-
PTypes是一个扩充了多线程和网络功能的STL库,具有跨平台移植的能力...
PTypes是一个扩充了多线程和网络功能的STL库,具有跨平台移植的能力-PTypes is an expansion of the multithreading and networking capabilities for the STL, which is cross-platform capability transplant
- 2022-01-31 22:52:29下载
- 积分:1
-
sliding
说明: 求出sliding window的最大最小值(n array of size n ≤ 106 is given to you. There is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window moves rightwards by one position. Following is an example:
The array is [1 3-1-3 5 3 6 7], and k is 3.
Window position Minimum value Maximum value
[1 3 -1]-3 5 3 6 7 -1 3
1 [3 -1 -3] 5 3 6 7 -3 3
1 3 [-1 -3 5] 3 6 7 -3 5
1 3 -1 [-3 5 3] 6 7 -3 5
1 3 -1 -3 [5 3 6] 7 3 6
1 3 -1 -3 5 [3 6 7] 3 7
Your task is to determine the maximum and minimum values in the sliding window at each position. )
- 2011-04-03 19:25:46下载
- 积分:1
-
STLCode
stl源码分析,侯捷著,分析的非常详细,对想深入研究STL的朋友非常有帮助。(stl source analysis, Hou Jie, the analysis of very detailed, in-depth study on the STL' s friends want to be very helpful.)
- 2010-06-26 09:21:48下载
- 积分:1
-
能够快速有效地掌握c++stl的基本知识
能够快速有效地掌握c++stl的基本知识-Quickly and efficiently be able to c++ stl to master the basic knowledge
- 2022-04-23 17:22:17下载
- 积分: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
-
用c++来进行组件设计
用c++来进行组件设计-used to design components
- 2023-04-17 15:50:04下载
- 积分:1
-
用vc编的stlview着重版
用vc编的stlview着重版-vc series with the emphasis on version stlview
- 2023-04-10 00:40:03下载
- 积分:1
-
SGI_STL_Code
C++标准模板库的SGI实现代码,有助于理解STL(SGI implementation of C++ STL library)
- 2014-08-19 11:31:28下载
- 积分:1
-
标准模板库STL编程入门教程 新手指南 请斑竹开通账号
标准模板库STL编程入门教程 新手指南 请斑竹开通账号-Standard Template Library STL Tutorial Beginner Programming Guide please Chiloscyllium account opened
- 2022-01-26 00:50:20下载
- 积分:1