-
EFFective STL Chinese version (with English notes), very good C++ Learning mater...
EFFective STL中文版(附中文笔记),非常好的C++学习资料-EFFective STL Chinese version (with English notes), very good C++ Learning materials
- 2022-02-07 03:05:17下载
- 积分: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
-
STL的文档和BOOST仅有的书籍,推荐!
STL的文档和BOOST仅有的书籍,推荐!-STL documentation and BOOST only books, recommended!
- 2022-04-16 03:08:45下载
- 积分:1
-
stlink
开源stlink实现的源代码。实测效果还行(stlink source code!Open source!!!)
- 2021-01-05 21:18:53下载
- 积分: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
-
代码包含以下一个示范例子: 1、GetKeyState 使用示例 2、STL 字符串类与 UNICODE 3、如何向C#或.NET框架暴露 C++ 对象? 4、...
代码包含以下一个示范例子: 1、GetKeyState 使用示例 2、STL 字符串类与 UNICODE 3、如何向C#或.NET框架暴露 C++ 对象? 4、如何获取专用文件夹的路径名? 巧。-code contains a model following examples : 1, 2 GetKeyState use examples, and the STL string UNICODE three categories, how to C# or.NET framework exposed C object? 4, how to obtain special folder paths? Qiao.
- 2022-03-14 12:34:22下载
- 积分:1
-
RTS24_Load
用VC++的STL计算生成的IEEERTS-96的一年52周364天的每天24小时的负荷值的有名值,可用于计算电力系统的可靠性的分析(Calculated using VC++ the STL generated IEEERTS-96, 52 weeks a year a day, 364 days a famous 24-hour load value value can be used to calculate the reliability of the power system analysis)
- 2013-01-24 11:24:12下载
- 积分:1
-
介绍标准C++的一本好书。主要是STL等内容,包括了堆栈的讲解。...
介绍标准C++的一本好书。主要是STL等内容,包括了堆栈的讲解。-Standard C++
- 2022-06-27 00:40:08下载
- 积分:1
-
讲解c++标准库的书,英文版的,很好很强大
讲解c++标准库的书,英文版的,很好很强大-Explain c++ Standard library books, in English, very good strong
- 2022-06-16 15:50:08下载
- 积分:1
-
侯捷写的stl原码剖析
侯捷写的stl原码剖析-wrote the original code analysis stl
- 2022-01-25 22:10:14下载
- 积分:1