登录

最新会员 最新下载

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25

成为了本站VIP会员

04月18日 17:16

成为了本站VIP会员

04月18日 09:16
已选条件
  1. 编程语言:C#
  2. 代码类别:STL
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 用map统计一个文档中各个数字出现的次数

用map统计一个文档中各个数字出现的次数,可以统计数据量很大的文档中各个数字出现的字数。可用于统计使用。

1
下载
76
浏览
2023-04-18发布

2. <>随书源代码STLViewer(VC++)

随书源代码, 内含(1)CAD基础类库,定义了点、矢量、矩阵等类(2)OpenGL接口类:封装了OpenGL的交互接口,方便上层调用,GCamera方便视图切换,学习OpenGL最好的源码(3)图形类库:定义了图形基类、样条曲线、曲面、STL类(4)样条、曲面、STL文件的载入与显示是CAD软件开发非常好的入门资料

1
下载
106
浏览
2022-01-22发布

3. STLSLICE

  STL切片算法,一种快速高效解决stl文件切片的程序算法讲解(STL slicing algorithm program algorithm, a fast and efficient solution stl file sections explain)

45
下载
146
浏览
2021-01-28发布

4. stlink

  开源stlink实现的源代码。实测效果还行(stlink source code!Open source!!!)

250
下载
108
浏览
2021-01-05发布

5. STLinkV2.J16.S4

  STlink V2 bin文件,自制STlink V2时用的固件。(STlink V2 bin)

108
下载
101
浏览
2020-11-08发布

6. 归并排序

  Visual studio上利用C++模板类实现归并排序(sort c++ template on visual studio)

0
下载
95
浏览
2020-06-20发布

7. 归并排序

说明:  Visual studio上利用C++模板类实现归并排序(sort c++ template on visual studio)

1
下载
95
浏览
2020-06-20发布

8. 688796823C

  stl的一些算法 ,可以参考参考参考,代码可以通过(Some of the algorithms for STL can be referred to as reference, and the code can be passed through)

1
下载
97
浏览
2018-02-12发布

9. stlviewer_src

  对stl文件进行解析,并给出图形显示,处理stl文件。(Reading stl files, and give graphics)

6
下载
100
浏览
2018-01-25发布

10. 1

说明:  简单的stl读取,显示,切片程序代码,简单的stl读取,显示,切片程序代码,简单的stl读取,显示,切片程序代码,(3d stl qiepian)

0
下载
92
浏览
2016-03-31发布

11. Effective-STL-

  Effective STL, Using Standard C++ Template Library for coding

1
下载
112
浏览
2015-06-01发布

12. contour

  导入STL模型自动切片分层,可以修改分层厚度,生成相应的文件(STL Import auto slices layered model, you can modify the layer thickness to generate the corresponding file)

161
下载
139
浏览
2014-12-08发布

13. map

  C++ STL关于map的代码,里面详细说明了map的使用(n c++ STL code on the map, the map is described in detail)

4
下载
124
浏览
2014-11-27发布

14. SGI_STL_Code

  C++标准模板库的SGI实现代码,有助于理解STL(SGI implementation of C++ STL library)

9
下载
144
浏览
2014-08-19发布

15. Essential-CPP

  本书为那些没有太多时间学习的程序员提供了一条在工作中学习C++的捷径。它把重点放在那些C++编程中重要的要素上,并覆盖能够帮助解决实际编程问题的特性和技术。 本书将C++的基本内容按照过程风格、泛型风格、基于对象风格,以及面向对象风格进行组织。本书采用复杂度渐进的风格展开,并在讨论解决方案的过程中引入语言特性,便于学习C++的功能和结构,同时理解其目的和基本理念。 书中完整深入探讨了以下主要内容: 泛型编程和标准模板库(STL) 基于对象的编程和类的设计面向对象的编程和类层次体系的设计 函数和类模板的设计和使用 异常处理和运行时类型信息(RTTI)(This book is not much time to learn those programmers provide a learning C++ at work as a shortcut. It focuses on those C++ programming on important elements, and covers issues that can help solve real programming features and technologies. The book will be C++ style basic content in accordance with the process, the generic style, object-based style, and object-oriented style organization. This book uses a progressive style complexity unfold, and language features introduced in the process of discussing solutions, easy to learn C++ function and structure, and to understand its purpose and basic concepts. The book explores the full depth of the following main elements: Generic programming and the Standard Template Library (STL) Programming and class design object-oriented programming and design objects class hierarchy based Design and use functions and class template Exception handling and runtime type information (RTTI))

12
下载
95
浏览
2013-12-06发布

16. Essential-CPP

  本书为那些没有太多时间学习的程序员提供了一条在工作中学习C++的捷径。它把重点放在那些C++编程中重要的要素上,并覆盖能够帮助解决实际编程问题的特性和技术。 本书将C++的基本内容按照过程风格、泛型风格、基于对象风格,以及面向对象风格进行组织。本书采用复杂度渐进的风格展开,并在讨论解决方案的过程中引入语言特性,便于学习C++的功能和结构,同时理解其目的和基本理念。 书中完整深入探讨了以下主要内容: 泛型编程和标准模板库(STL) 基于对象的编程和类的设计面向对象的编程和类层次体系的设计 函数和类模板的设计和使用 异常处理和运行时类型信息(RTTI)(This book is not much time to learn those programmers provide a learning C++ at work as a shortcut. It focuses on those C++ programming on important elements, and covers issues that can help solve real programming features and technologies. The book will be C++ style basic content in accordance with the process, the generic style, object-based style, and object-oriented style organization. This book uses a progressive style complexity unfold, and language features introduced in the process of discussing solutions, easy to learn C++ function and structure, and to understand its purpose and basic concepts. The book explores the full depth of the following main elements: Generic programming and the Standard Template Library (STL) Programming and class design object-oriented programming and design objects class hierarchy based Design and use functions and class template Exception handling and runtime type information (RTTI))

12
下载
84
浏览
2013-12-06发布

17. STLarray

  多维数组的操作,在STL中的相关程序,找了好久才找到(Operation multidimensional arrays in STL relevant procedures for a long time to find)

8
下载
93
浏览
2013-11-24发布

18. STLarray

  多维数组的操作,在STL中的相关程序,找了好久才找到(Operation multidimensional arrays in STL relevant procedures for a long time to find)

8
下载
96
浏览
2013-11-24发布

19. PolyMulPoly_list

  用stl实现多项式字符串相乘,用list实现,已测试。(Stl string using polynomial multiplication, with the list implementation, have been tested.)

2
下载
95
浏览
2013-10-01发布

20. PolyMulPoly_list

  用stl实现多项式字符串相乘,用list实现,已测试。(Stl string using polynomial multiplication, with the list implementation, have been tested.)

2
下载
99
浏览
2013-10-01发布