-
这是关于C++ STL最好的入门书籍,详细介绍了STL的基本概念和其各个组成部分。...
这是关于C++ STL最好的入门书籍,详细介绍了STL的基本概念和其各个组成部分。-This is on the C++ STL the best entry-books, described in detail the basic concepts of STL and its various components.
- 2022-03-20 14:29:55下载
- 积分:1
-
侯捷写的stl原码剖析
侯捷写的stl原码剖析-wrote the original code analysis stl
- 2022-01-25 22:10:14下载
- 积分:1
-
使用stl技术,(还没看,是听说的)
使用stl技术,(还没看,是听说的)-use of technology, (No, it is heard)
- 2023-04-28 15:45:10下载
- 积分:1
-
使用VC6.0 STL std::map的一个小例子。使用的键值是一个结构体,里面包含一个整型三维数组。...
使用VC6.0 STL std::map的一个小例子。使用的键值是一个结构体,里面包含一个整型三维数组。-use VC6.0 STL std : : map of a small example. The pair is a body structure, which contains an integer 3D array.
- 2023-07-18 23:20:02下载
- 积分:1
-
The book is primarily for STL
本书主要深入STL实作技法,一窥大家风范,可以提升自己的编程功力。
本书不适合STL初学者,主要在于STL源代码的剖析,同时学习世界一流程序员的身手,同时可以彻底了解各种广为流传的资料结构和算法。-The book is primarily for STL-depth techniques to learn about the U.S. style, you can upgrade their programming skills. STL This book is not suitable for beginners, mainly due to STL source code analysis, and study world-class programmers to test their abilities, as well as a thorough understanding of a variety of widely circulated data structures and algorithms.
- 2022-02-10 16:40:13下载
- 积分:1
-
CPP-STL-file-to-read
使用C++ STL进行文件读取,介绍C++标准模板库的基本操作。可以学习对stl的基本操作和数据处理。同时包含对文件的基本编程。(Use C++ STL file read, introduces the basic operation of the C++ standard template library. Can learn the basic operations and data processing of stl. The file contains both basic programming.)
- 2012-12-18 17:59:56下载
- 积分:1
-
PolyMulPoly_list
用stl实现多项式字符串相乘,用list实现,已测试。(Stl string using polynomial multiplication, with the list implementation, have been tested.)
- 2013-10-01 15:44:48下载
- 积分: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
-
Beyond Stl 中文版,十 分 有 用
Beyond Stl 中文版,十 分 有 用-Beyond STL CN used for C++
- 2023-04-11 13:20:23下载
- 积分:1
-
归并排序
Visual studio上利用C++模板类实现归并排序(sort c++ template on visual studio)
- 2020-06-20 22:40:01下载
- 积分:1