-
是侯捷的stl源码解析的配套文档,通俗易懂
是侯捷的stl源码解析的配套文档,通俗易懂-Hou Jie, stl is the source of the matching document analysis, user-friendly
- 2022-05-28 06:51:46下载
- 积分:1
-
STLPort的文档(英文)
STLPort的文档(英文)-"the documents (English)
- 2022-01-25 16:11:12下载
- 积分:1
-
改进版本的c++类模版库和其原代码
改进版本的c++类模版库和其原代码-improved version of the C++ Class Library template and its source
- 2022-10-02 19:25:03下载
- 积分:1
-
这本书是关于C++标准模板库的书虽然介绍…
本书是一本有关于C++ 标准模板库的介绍的丛书 即使是拥有STl使用经验的人也可以从本书中学到新知识-This book is a book about C++ standard template library even though the introduction of the series is to have STl experience in the use of the people can learn new knowledge from this book,
- 2022-01-25 15:15:32下载
- 积分:1
-
Depue_Vector两种容器的比较,Depue_Vector两种容器的比较
Depue_Vector两种容器的比较,Depue_Vector两种容器的比较-Depue_Vector comparison of two containers, Depue_Vector comparison of two types of containers
- 2022-06-27 11:38:51下载
- 积分:1
-
STL教程演示实例Stack使用教程。这里重点介绍stack的适用方法。...
STL教程演示实例Stack使用教程。这里重点介绍stack的适用方法。-STL Tutorial Demonstration examples using the Tutorial Stack. Here focuses on the application stack method.
- 2022-09-21 12:00:03下载
- 积分:1
-
C library of templates, including all source code
C++类模版库实现,包括全部原代码-C library of templates, including all source code
- 2022-07-05 05:18:58下载
- 积分: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时代
模板函数 显示具体化 源代码,带你进入STL时代-Template function of the source code shows that the specific
- 2022-08-23 06:30:06下载
- 积分:1
-
STL程序员的guide.chm
STL Programmer s Guide.chm
- 2022-01-29 03:41:32下载
- 积分:1