登录

最新会员 最新下载

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51

成为了本站VIP会员

05月09日 14:47

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54
已选条件
  1. 编程语言:所有
  2. 代码类别:STL
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. C++ STL

C++ STL中文版 适合C++ acmer 加油啊 -C++ STL

1
下载
74
浏览
2022-08-09发布

2. good

haodongxi (*^__^*) -good

1
下载
70
浏览
2022-08-06发布

3. SGI STL源码

SGI STL源码-SGI STL FOSS

1
下载
69
浏览
2022-07-25发布

4. 这是我利用STL写的ISODATA分类算法,希望对大家学习能有帮助

这是我利用STL写的ISODATA分类算法,希望对大家学习能有帮助-This is what I use STL wrote ISODATA classification algorithm, in the hope that everyone has to learn to help

1
下载
67
浏览
2022-07-10发布

5. simple example. A total of 19 documents. Against beginners

简单的stl例子。共有19个文件。针对初学者-simple example. A total of 19 documents. Against beginners

1
下载
70
浏览
2022-07-07发布

6. 目标:这项任务的目的是加强学生的理解和…

1实现stl容器; 2实现说给声明的函数 3使用递归方法 相对于实验2,新增了2个类Class Category。Class Categories; 关键算法: virtual void findOfferings (Listing::iterator start, Listing::iterator finish, Listing &matches) void findOfferingsRecursive (Listing::iterator start, Listing::iterator finish, Listing &matches) 压缩包里面有代码,指导书,以及Apache服务器。-Goals: This assignment is designed to reinforce the student s understanding and use of recursion. Outcomes: Students successfully completing this assignment would master the following outcomes. Use the STL vector container Produce C++ class implementations given class declarations Produce a recursive algorithm

1
下载
77
浏览
2022-07-07发布

7. 自定义的智能指针类,可是多个指针共用对象,且不会造成内存泄露的问题...

自定义的智能指针类,可是多个指针共用对象,且不会造成内存泄露的问题-since the definition of smart pointer types, but a number of indicators shared object, and it will not disclose the cause memory problems

1
下载
61
浏览
2022-07-05发布

8. C library of templates, including all source code

C++类模版库实现,包括全部原代码-C library of templates, including all source code

1
下载
71
浏览
2022-07-05发布

10. 这个项目演示了STL风格的迭代子,如何编写自己的迭代子,使用容器来简化STL,并与STL兼容。在这个例子中使用的容器是MFC框架应用程序,文档模板,文档类CWi...

这个项目演示了STL风格的迭代子,如何编写自己的迭代子,使用容器来简化STL,并与STL兼容。在这个例子中使用的容器是MFC框架应用程序,文档模板,文档类CWinApp,-the project demonstrated the STL- style iteration, how to prepare their son iteration, the use of containers to simplify the STL, and compatible with the STL. In this example is the use of containers MFC framework applications, document templates, document type CWinApp.

1
下载
69
浏览
2022-07-02发布

12. Depue_Vector两种容器的比较,Depue_Vector两种容器的比较

Depue_Vector两种容器的比较,Depue_Vector两种容器的比较-Depue_Vector comparison of two containers, Depue_Vector comparison of two types of containers

1
下载
57
浏览
2022-06-27发布

13. 介绍标准C++的一本好书。主要是STL等内容,包括了堆栈的讲解。...

介绍标准C++的一本好书。主要是STL等内容,包括了堆栈的讲解。-Standard C++

1
下载
68
浏览
2022-06-27发布

14. 一个利用MAP的类,可以方便地使用多维数组.

一个利用MAP的类,可以方便地使用多维数组.-use of a type that allow the use of multi-dimensional arrays.

1
下载
73
浏览
2022-06-21发布

15. 用MATLAB编写遗传算法程序源代码 全部为m文件,可以直接在MATLAB里运行...

用MATLAB编写遗传算法程序源代码 全部为m文件,可以直接在MATLAB里运行-Procedures for the preparation of genetic algorithms using MATLAB source code for all the m files, to run directly in MATLAB

1
下载
67
浏览
2022-06-17发布

16. 讲解c++标准库的书,英文版的,很好很强大

讲解c++标准库的书,英文版的,很好很强大-Explain c++ Standard library books, in English, very good strong

1
下载
60
浏览
2022-06-16发布

17. MFC

基于MFC和STL平台的字符串类,可以实现在快速字符串搜索-MFC-based platform and STL string type, can achieve a rapid search string

1
下载
86
浏览
2022-06-01发布

18. 是侯捷的stl源码解析的配套文档,通俗易懂

是侯捷的stl源码解析的配套文档,通俗易懂-Hou Jie, stl is the source of the matching document analysis, user-friendly

1
下载
69
浏览
2022-05-28发布

19. 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

1
下载
76
浏览
2022-05-18发布

20. 经典迷宫算法,使用自定义栈来实现,也可使用stl,但需要修改代码...

经典迷宫算法,使用自定义栈来实现,也可使用stl,但需要修改代码-Classic maze algorithm, use a custom stack to achieve, can also use the stl, but need to modify code

1
下载
87
浏览
2022-05-18发布