-
这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。
这是一个非常好的、可以替代mfc中的CString的字符串类。支持ansi、unicode。-This is a very good alternative to redeem mfc the string category. Support ansi, unicode.
- 2022-03-03 18:42:33下载
- 积分: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原码剖析
侯捷写的stl原码剖析-wrote the original code analysis stl
- 2022-01-25 22:10:14下载
- 积分: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
- 2023-03-26 03:25:03下载
- 积分:1
-
一些STL的使用范例
一些STL的使用范例-some examples of the use of the STL
- 2023-02-09 05:10:04下载
- 积分:1
-
STLCode
stl源码分析,侯捷著,分析的非常详细,对想深入研究STL的朋友非常有帮助。(stl source analysis, Hou Jie, the analysis of very detailed, in-depth study on the STL' s friends want to be very helpful.)
- 2010-06-26 09:21:48下载
- 积分:1
-
基于STL的vector 使用方法演示。这里主要介绍Vector的操作。
基于STL的vector 使用方法演示。这里主要介绍Vector的操作。-STL
- 2022-03-22 12:26:28下载
- 积分:1
-
Object
面向对象的程序设计:数据结构-Object-Oriented Programming: data structures < vector implementation of priority queue type>
- 2022-03-25 18:19:37下载
- 积分:1
-
STL之父访谈录,STL深入浅出的说明,
STL的由来,内部算法分析。...
STL之父访谈录,STL深入浅出的说明,
STL的由来,内部算法分析。-STL Interview with Father, STL explanation in layman
- 2023-03-24 16:35:04下载
- 积分:1
-
stl the good books
stl方面的很好的书籍-stl the good books
- 2023-06-15 01:15:03下载
- 积分:1