资源列表
Beyond_STL_cn
- Beyond Stl 中文版,十 分 有 用-Beyond STL CN used for C++
ssd7exercise3
- 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, Listi
ssd7exercise4
- 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 descr iption contains
ssd7exercise5
- 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<Bi
serch
- 查找模板,C++ STL,熟悉C++如何定义模版
Addison.Wesley.Essential.C++
- • Generic programming and the Standard Template Library (STL) • Object-based programming and class design • Object-oriented programming and the design of class hierarchies • Function and class template design and use ̶
ChineseSTL
- 中文的stl ,有点旧,但还是传上来share -Chinese stl, You Dianjiu, but still pass up share
newideaofCplusplus
- C++设计新思想,重点讲了c++与C的区别,STL等需要注意的地方-C++ design ideas, highlight some of the c++ and C the difference, STL areas that require attention
STL
- c++ STL程序员开发指南,从程序员的角度出发,讲述C++高级编程技术,然后讲述C++标准库,最后讲述STL技术-c++ STL Programmer Developer' s Guide, from the programmer' s point of view, about the C++ advanced programming techniques, and then talk about C++ standard library, the last about the S
STLContainer
- Own List STL Container Source Code
cstrings
- c++ string implementation using stl