-
归并排序
说明: Visual studio上利用C++模板类实现归并排序(sort c++ template on visual studio)
- 2020-06-20 22:40:01下载
- 积分:1
-
STL泛型算法,满足C元素搜索测试程序
test program for STL generic algorithm that search for elements that satisfy a condition
- 2022-02-15 16:45:42下载
- 积分:1
-
用map统计一个文档中各个数字出现的次数
用map统计一个文档中各个数字出现的次数,可以统计数据量很大的文档中各个数字出现的字数。可用于统计使用。
- 2023-04-18 03:05:04下载
- 积分:1
-
good
haodongxi (*^__^*) -good
- 2022-08-06 04:35:07下载
- 积分:1
-
STL 教程
STL 教程-Set使用方法演示,主要介绍set的操作参数。-STL Tutorial-Set the use of demonstration, introduce the main set of operating parameters.
- 2022-03-13 16:50:30下载
- 积分:1
-
SGI STL源码
SGI STL源码-SGI STL FOSS
- 2022-07-25 00:46:53下载
- 积分:1
-
stl 中的排序算法
stl 中的排序算法-the Sort Algorithm
- 2022-02-20 14:27:40下载
- 积分:1
-
A port of the original STL to many platforms.可以配合多种编译器使用,特别是在使用intel编译器时可以很好的优化代...
A port of the original STL to many platforms.可以配合多种编译器使用,特别是在使用intel编译器时可以很好的优化代码性能.-A port of the original STL to many platforms. Is able to accommodate a variety of compiler to use, especially in the use of intel compiler can optimize code very good performance.
- 2022-01-24 12:37:07下载
- 积分: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
-
1使用到了stl sorting
2stl find
3实现所有声明的函数。
关键方法是:
virtual Listing sort(stri...
1使用到了stl sorting
2stl find
3实现所有声明的函数。
关键方法是:
virtual Listing sort(string field)
根据选择"email," "start," "close," and "quantity."来对list中的advertisements进行排序。
virtual Listing filter(string keyword)
筛选出whose name or description contains the string given by the parameter keyword;
压缩包里面有代码,指导书,以及Apache服务器。-outcomes.
• Use STL sorting functions
Use STL find functions
Use of appropriate STL functions
Produce C++ class implementations given class declarations
- 2022-05-18 17:28:47下载
- 积分:1