登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

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

1. 1,实现stl模型的优先队列; 2,实现所有声明的函数 关键内容: 1新建的类:bid:Class Bid models a bid placed...

1,实现stl模型的优先队列; 2,实现所有声明的函数 关键内容: 1新建的类:bid:Class Bid models a bid placed on an advertisement. 2Changes to class Advertisement:要存放所有 竞拍他的用户信息,并根据他们放到优先队列中。 重要方法: priority_queue& Advertisement::getBids(void) vector Advertisement::getTopDutchBids (void) const 3Changes to class Client:要存放用户所有 竞拍东西。 重要方法:void Client::addBid (int item) {bids.push_ void Client::addOffering (int item)back(item) } 4Function displayBidHistory 先HTML 下 显示出来 一个advertisement 下的各个 符合要求的bids。-Prerequisites: Students should have mastered the following prerequisite skills. Knowledge of STL priority_queue- Basic use of the container C++ Class Specification- Produce C++ class implementations Goals: This assignment is designed to reinforce the student s understanding and use of the STL priority_queue. Outcomes: Students successfully completing this assignment would master the following outcomes. Use the STL priority_queue Produce C++ class implementat

1
下载
59
浏览
2023-03-26发布

2. STL之父访谈录,STL深入浅出的说明, STL的由来,内部算法分析。...

STL之父访谈录,STL深入浅出的说明, STL的由来,内部算法分析。-STL Interview with Father, STL explanation in layman

1
下载
65
浏览
2023-03-24发布

4. 一些STL的使用范例

一些STL的使用范例-some examples of the use of the STL

1
下载
53
浏览
2023-02-09发布

5. trustlink的开发指南,详细列出b/s与c/s模式指纹开发的特点

trustlink的开发指南,详细列出b/s与c/s模式指纹开发的特点-trustlink the development of guidelines, set out in detail b/s and c/s mode fingerprint characteristics of the development

1
下载
59
浏览
2023-01-11发布

6. 一个数组的stl实现,实现了拷贝构造函数、下标运算符重载等,含有测试程序。...

一个数组的stl实现,实现了拷贝构造函数、下标运算符重载等,含有测试程序。-an array of stl, has implemented a copy constructor function, indexed Operator, containing the test.

1
下载
63
浏览
2023-01-03发布

7. For_each函数的用法!

For_each函数的用法! -For_each function usage!

1
下载
62
浏览
2022-12-09发布

8. STL的部分实用技巧,STL的部分实用技巧

STL的部分实用技巧,STL的部分实用技巧-STL part of practical skills, STL part of Practical Skills

1
下载
76
浏览
2022-11-16发布

9. STL 队列使用教程。主要介绍基于STL的Queue的使用方法。

STL 队列使用教程。主要介绍基于STL的Queue的使用方法。-STL queue using the tutorial. Mainly based on the STL

1
下载
73
浏览
2022-11-12发布

10. STL

STL程序员开发指南源码 -STL- source programmers to develop guidelines

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

11. STL例子,猫吃老鼠的STL实现

STL例子,猫吃老鼠的STL实现-STL example,STL implements cat eat mouse

1
下载
73
浏览
2022-10-25发布

12. 标准模板库(源码+完整的HTML文档的人)

Standard Template Library (SOURCE + COMPLETE html man document)-Standard Template Library (SOURCE+ COMPLETE html man document)

1
下载
66
浏览
2022-10-16发布

13. 改进版本的c++类模版库和其原代码

改进版本的c++类模版库和其原代码-improved version of the C++ Class Library template and its source

1
下载
61
浏览
2022-10-02发布

14. 第一次这么大规模地使用stl,果然比纯c慢很多

第一次这么大规模地使用stl,果然比纯c慢很多-The first time such a large-scale use of stl, was much slower than that of pure c

1
下载
65
浏览
2022-09-25发布

15. EFFECTIVE STL Chinese version of the detailed explanation how the music more eff...

EFFECTIVE STL中文版,详细的解说乐怎样更加有效的使用STL。 是chm格式的方便阅读。-EFFECTIVE STL Chinese version of the detailed explanation how the music more effective use of STL. Chm format is user-friendly.

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

16. C++ STL地图操作介绍例子。地图技能的主要演示。

C++STL map操作实例介绍。主要演示map的操作技巧和方法。-C++ STL map operation introduce examples. The main demonstration of map skills and methods of operation.

1
下载
72
浏览
2022-09-22发布

17. STL教程演示实例Stack使用教程。这里重点介绍stack的适用方法。...

STL教程演示实例Stack使用教程。这里重点介绍stack的适用方法。-STL Tutorial Demonstration examples using the Tutorial Stack. Here focuses on the application stack method.

1
下载
70
浏览
2022-09-21发布

18. 模板函数 显示具体化 源代码,带你进入STL时代

模板函数 显示具体化 源代码,带你进入STL时代-Template function of the source code shows that the specific

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

19. 什么是内:自述

What s inside :README - this fileINSTALL - installation instructionsstlport - main STLport include directorysrc - source and makefiles for iostreams implementationlib - installation directory for STLport library (if you use STLport iostreams only)test/regression - regression test, using wrapper iostreamstest/eh - exception handling test using STLport iostreamsetc - miscellanous files (ChangeLog, TODO, scripts, etc.) -What s inside :README- this fileINSTALL- installation instructionsstlport- main STLport include directorysrc- source and makefiles for iostreams implementationlib- installation directory for STLport library (if you use STLport iostreams only)test/regression- regression test, using wrapper iostreamstest/eh- exception handling test using STLport iostreamsetc- miscellanous files (ChangeLog, TODO, scripts, etc.)

1
下载
65
浏览
2022-08-18发布

20. 一种新的合并算法,用c++实现的,STL比较好的方法,希望对大家有用,...

一种新的合并算法,用c++实现的,STL比较好的方法,希望对大家有用,-A new combined algorithm, using c++ Achieved, STL better, and I hope useful for everyone,

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