CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - student
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - student - List
[
STL
]
ssd7exercise3
DL : 0
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
Date
: 2025-12-19
Size
: 646kb
User
:
邹斌
[
STL
]
ssd7exercise5
DL : 0
1,实现stl模型的优先队列; 2,实现所有声明的函数 关键内容: 1新建的类:bid:Class Bid models a bid placed on an advertisement. 2Changes to class Advertisement:要存放所有 竞拍他的用户信息,并根据他们放到优先队列中。 重要方法: priority_queue<Bid>& Advertisement::getBids(void) vector<Bid> 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 implementations given class declarations
Date
: 2025-12-19
Size
: 654kb
User
:
邹斌
[
STL
]
Data_Structures_Using_Cplusplus_Pub2009_Edition2.
DL : 0
Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the Standard Template Library (STL). The text features abundant visual diagrams, examples, and extended Programming Examples, all of which serve to illuminate difficult concepts. Complete programming code and clear display of syntax, explanation, and example are used throughout the text, and each chapter concludes with a robust exercise set.
Date
: 2025-12-19
Size
: 3.43mb
User
:
朴贤哲
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.