-
什么是内:自述
What s inside :README - this fileINSTALL - installation instructionsstlport - main STLport include directorysrc - source and makefiles for iostreams implementationlib - installation directory for STLport library (if you use STLport iostreams only)test/regression - regression test, using wrapper iostreamstest/eh - exception handling test using STLport iostreamsetc - miscellanous files (ChangeLog, TODO, scripts, etc.) -What s inside :README- this fileINSTALL- installation instructionsstlport- main STLport include directorysrc- source and makefiles for iostreams implementationlib- installation directory for STLport library (if you use STLport iostreams only)test/regression- regression test, using wrapper iostreamstest/eh- exception handling test using STLport iostreamsetc- miscellanous files (ChangeLog, TODO, scripts, etc.)
- 2022-08-18 17:12:59下载
- 积分:1
-
一个利用MAP的类,可以方便地使用多维数组.
一个利用MAP的类,可以方便地使用多维数组.-use of a type that allow the use of multi-dimensional arrays.
- 2022-06-21 11:53:33下载
- 积分: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
-
用MATLAB编写遗传算法程序源代码 全部为m文件,可以直接在MATLAB里运行...
用MATLAB编写遗传算法程序源代码 全部为m文件,可以直接在MATLAB里运行-Procedures for the preparation of genetic algorithms using MATLAB source code for all the m files, to run directly in MATLAB
- 2022-06-17 10:45:04下载
- 积分:1
-
good
haodongxi (*^__^*) -good
- 2022-08-06 04:35:07下载
- 积分:1
-
c++ stl 实现的矩阵程序
c++ stl 实现的矩阵程序-c stl procedures to achieve the matrix
- 2022-03-11 20:23:57下载
- 积分:1
-
这是关于几个数相加的一个简单例子,对初学者很有用
这是关于几个数相加的一个简单例子,对初学者很有用-This is the number of add on a few examples of a simple, very useful for beginners
- 2023-07-07 23:15:03下载
- 积分:1
-
stl the good books
stl方面的很好的书籍-stl the good books
- 2023-06-15 01:15:03下载
- 积分:1
-
一个Delphi的STL
这两年来编写程序,着实接触了不少函数代码,遇到比较有收藏价值的或者应用比较广的就收集了起来,就形成了这个大杂烩 SRTL(Super Run Time Library)。这里面有除了一些是本人编写的代码,其他全非本人版权,只是希望各位在修改或者传播的过程中,保留作者的版权说明.另外由于是免费的完全开源的,所以本人不对使用SuperRTL所造成的后果有任何责任。
下面简单介绍一下单元的内容:
Win32.pas (本人编写)
API函数的简单调用,如建立进程,建立文件映射,建立、读取管道(可以捕捉DOS程序输出)等。
StrFuncs.pas (本人编写)
字符串处理单元,完全兼容宽字节处理(即使用wideString),特有的中文字符串处理函数(如简繁转换等等),经过多次优化,大多以编表的方式进行处理(一般来说是最快的处理方式)。
BiosHelp.pas
读取Bios信息的单元,兼容各种windows系统。
Streams.pas
流(TStream)输入输出处理单元,可以用来保存读取控件属性。
ShlFile.pas
各种文件操作,包括获得系统特殊路径,获取文件图标等。
RegEx
- 2023-07-07 10:00:03下载
- 积分:1
-
ListLink
单链表 数据结构中单链表 数据结构中单链表(Single linked list)
- 2011-11-10 20:18:40下载
- 积分:1