资源列表
[STL] Containers
说明:Data Structures - Overview of STL container classes, lecture material is adapted from E-Book "Data Structures with C++ using STL"-Data Structures- Overview of STL container classes, lecture material is adapted from E-Boo<grom2> 在 2024-11-08 上传 | 大小:162kb | 下载:0
[STL] LinkedLists
说明:Power Point Presentation/Lecture material on STL topic Linked Lists, adopted from book "Data Structures with C++ using STL" by William Ford, William To-Power Point Presentation/Lecture material on STL topic Linked Lists,<grom2> 在 2024-11-08 上传 | 大小:81kb | 下载:0
[STL] Vector_Deque
说明:Power Point Presentation/Lecture Material on Vectors and Deques (C++ STL), adapted from "Data Structures with C++ using STL" by William Ford, William To-Power Point Presentation/Lecture Material on Vectors and Deques (C+<grom2> 在 2024-11-08 上传 | 大小:783kb | 下载:0
[STL] yichuansuanfa
说明:用MATLAB编写遗传算法程序源代码 全部为m文件,可以直接在MATLAB里运行-Procedures for the preparation of genetic algorithms using MATLAB source code for all the m files, to run directly in MATLAB<chenbohu> 在 2024-11-08 上传 | 大小:6kb | 下载:0
[STL] Beyond_STL_cn
说明:Beyond Stl 中文版,十 分 有 用-Beyond STL CN used for C++<anchen> 在 2024-11-08 上传 | 大小:337kb | 下载:0
[STL] ssd7exercise3
说明:1实现stl容器; 2实现说给声明的函数 3使用递归方法 相对于实验2,新增了2个类Class Category。Class Categories; 关键算法: virtual void findOfferings (Listing::iterator start, Listing::iterator finish, Listing &matches) void findOfferingsRecursive (<邹斌> 在 2024-11-08 上传 | 大小:646kb | 下载:0
[STL] 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<邹斌> 在 2024-11-08 上传 | 大小:645kb | 下载:0
[STL] ssd7exercise5
说明: 1,实现stl模型的优先队列; 2,实现所有声明的函数 关键内容: 1新建的类:bid:Class Bid models a bid placed on an advertisement. 2Changes to class Advertisement:要存放所有 竞拍他的用户信息,并根据他们放到优先队列中。 重要方法: priority_queue<Bid>& Advertisement<邹斌> 在 2024-11-08 上传 | 大小:654kb | 下载:0