-
Export a vertices/faces patch to an STL triangular mesh.This is based heavily on...
Export a vertices/faces patch to an STL triangular mesh.This is based heavily on Bill McDonald s previous work, simply enabling his output functions for a different form of input.
- 2022-04-12 17:04:18下载
- 积分:1
-
如何使用STL中的映射关系呢?看看这个吧!
如何使用STL中的映射关系呢?看看这个吧!-how to use the map? Look at this!
- 2023-05-04 12:25:03下载
- 积分: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
-
Effective-STL-
Effective STL, Using Standard C++ Template Library for coding
- 2015-06-01 01:04:58下载
- 积分:1
-
STL-Model-Read-And-Display--For-VC6
在VC6.0环境下多模态显示STL标准三维模型,可以与鼠标、键盘进行交互。(The OpenGL program to display the STL model file in VC6.0 , it can interact with the mouse or keyboard.)
- 2012-11-17 20:06:44下载
- 积分:1
-
STLinkV2.J16.S4
STlink V2 bin文件,自制STlink V2时用的固件。(STlink V2 bin)
- 2020-11-08 14:39:47下载
- 积分:1
-
Effective STL,一本经典学习stl的书籍,适合有一定stl基础的阅读
Effective STL,一本经典学习stl的书籍,适合有一定stl基础的阅读-Effective STL, a classic learning stl books, suitable for a certain stl-based reading
- 2022-03-30 14:13:22下载
- 积分:1
-
STL泛型编程 强型检验 演算法
STL泛型编程 强型检验 演算法-STL- type test algorithms
- 2022-03-03 04:51:28下载
- 积分:1
-
EFFective STL Chinese version (with English notes), very good C++ Learning mater...
EFFective STL中文版(附中文笔记),非常好的C++学习资料-EFFective STL Chinese version (with English notes), very good C++ Learning materials
- 2022-02-07 03:05:17下载
- 积分:1
-
C++STL开发技术导引 一本很好说的源码
C++STL开发技术导引 一本很好说的源码-C++ STL to develop technical guidance that a good source
- 2023-08-23 23:25:03下载
- 积分:1