-
图像文件用于图像检索
image file is used for image retrieval
- 2022-02-06 05:19:51下载
- 积分: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 教程-Set使用方法演示,主要介绍set的操作参数。-STL Tutorial-Set the use of demonstration, introduce the main set of operating parameters.
- 2022-03-13 16:50:30下载
- 积分:1
-
STL泛型算法,满足C元素搜索测试程序
test program for STL generic algorithm that search for elements that satisfy a condition
- 2022-02-15 16:45:42下载
- 积分:1
-
一个二维数组,模板写的,内存连续,可以通过计算内存得到正确的数据,元素类型为T...
一个二维数组,模板写的,内存连续,可以通过计算内存得到正确的数据,元素类型为T-a two-dimensional array, templates written in the continuous memory, memory can be correctly calculated data, elements of type T
- 2023-08-11 07:20:03下载
- 积分:1
-
艾迪森维斯理
Addison Wesley - Effective STL, STL经典著作!-Addison Wesley-Effective STL, STL classics!
- 2023-05-17 19:45:03下载
- 积分:1
-
1
说明: 简单的stl读取,显示,切片程序代码,简单的stl读取,显示,切片程序代码,简单的stl读取,显示,切片程序代码,(3d stl qiepian)
- 2016-03-31 09:03:59下载
- 积分:1
-
stlstlfilt.zip
STLstlfilt.zip
- 2023-03-14 06:20:03下载
- 积分:1
-
C++ STL
C++ STL中文版 适合C++ acmer 加油啊 -C++ STL
- 2022-08-09 12:48:27下载
- 积分:1
-
<>随书源代码STLViewer(VC++)
随书源代码, 内含(1)CAD基础类库,定义了点、矢量、矩阵等类(2)OpenGL接口类:封装了OpenGL的交互接口,方便上层调用,GCamera方便视图切换,学习OpenGL最好的源码(3)图形类库:定义了图形基类、样条曲线、曲面、STL类(4)样条、曲面、STL文件的载入与显示是CAD软件开发非常好的入门资料
- 2022-01-22 08:40:58下载
- 积分:1