-
STLPort的文档(英文)
STLPort的文档(英文)-"the documents (English)
- 2022-01-25 16:11:12下载
- 积分:1
-
SGI_STL_Code
C++标准模板库的SGI实现代码,有助于理解STL(SGI implementation of C++ STL library)
- 2014-08-19 11:31:28下载
- 积分:1
-
C++STL
这是STL的介绍性程序。 这是STL的介绍性程序。 这是STL的介绍性程序。 (This is an introductory program STL. This is an introductory program STL. This is an introductory program STL.)
- 2007-12-12 02:01:06下载
- 积分:1
-
STL入门讲义ppt文件格式
STL入门讲义ppt文件格式-STL entry lectures ppt file format
- 2022-03-04 19:00:51下载
- 积分:1
-
95302915Classify_Homework
模式识别k均值算法,用于求大量非线性复杂问题的一种比较好的方法(Pattern Recognition k means algorithm, for a large number of non-linear complex problems demand a better method)
- 2010-06-07 15:21:49下载
- 积分:1
-
去除使用STL时编译warning
去除使用STL时编译warning-removed when using STL compiler warning
- 2022-05-15 06:40:14下载
- 积分: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
-
一组词
A group of word-analysis examples for C++/STL novices
- 2022-03-05 02:03:37下载
- 积分:1
-
SGI STL源码
SGI STL源码-SGI STL FOSS
- 2022-07-25 00:46:53下载
- 积分:1
-
这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。
这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。-This is a very good alternative to redeem mfc the string category. Support ansi, unicode.
- 2022-03-03 18:42:33下载
- 积分:1