-
图像文件用于图像检索
image file is used for image retrieval
- 2022-02-06 05:19:51下载
- 积分:1
-
Object
面向对象的程序设计:数据结构-Object-Oriented Programming: data structures < vector implementation of priority queue type>
- 2022-03-25 18:19:37下载
- 积分:1
-
Free C++ Standard Library,是一个非常类似于STL的C++类库,目的是实现一个更小、更快的stl库...
Free C++ Standard Library,是一个非常类似于STL的C++类库,目的是实现一个更小、更快的stl库-Free Standard C Library, is a very similar to the C Class STL, which is aimed at a smaller, faster stl library
- 2023-08-15 20:35:03下载
- 积分:1
-
MFC
基于MFC和STL平台的字符串类,可以实现在快速字符串搜索-MFC-based platform and STL string type, can achieve a rapid search string
- 2022-06-01 20:45:28下载
- 积分: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
-
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
-
MFC
基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。-MFC-based platform and STL string type, can achieve in the fast string search.
- 2022-03-29 06:09:54下载
- 积分: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
-
688796823C
stl的一些算法 ,可以参考参考参考,代码可以通过(Some of the algorithms for STL can be referred to as reference, and the code can be passed through)
- 2018-02-12 16:50:16下载
- 积分:1
-
STL Quick Reference 1.26_2
STL Quick Reference 1.26_2
- 2022-07-02 13:15:20下载
- 积分:1