-
1使用到了stl sorting
2stl find
3实现所有声明的函数。
关键方法是:
virtual Listing sort(stri...
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 description contains the string given by the parameter keyword;
压缩包里面有代码,指导书,以及Apache服务器。-outcomes.
• Use STL sorting functions
Use STL find functions
Use of appropriate STL functions
Produce C++ class implementations given class declarations
- 2022-05-18 17:28:47下载
- 积分:1
-
STLRead
读取stl文件的工具包,并通过demo演示工具包如何使用。并显示stl数据(Kit read stl file, and how to use the demo presentation tools package. Stl data is displayed)
- 2020-07-03 21:00:02下载
- 积分:1
-
艾迪森维斯理
Addison Wesley - Effective STL, STL经典著作!-Addison Wesley-Effective STL, STL classics!
- 2023-05-17 19:45: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
-
STLarray
多维数组的操作,在STL中的相关程序,找了好久才找到(Operation multidimensional arrays in STL relevant procedures for a long time to find)
- 2013-11-24 22:14:35下载
- 积分:1
-
4
说明: STL中map用法详解:map的构造函数、数据的插入、map的大小、数据的遍历、数据的查找(包括判定这个关键字是否在map中出现)等。(Detailed the STL map usage: traversal, find the data constructor map, insert the data, the size of the map, data (including determining whether the keyword appears in the map) and the like.)
- 2016-01-18 13:20:28下载
- 积分:1
-
cvery_345636323
trustlink企业版开发平台,支持多语言,多中指纹仪的开发,方便。(trustlink Enterprise Edition development platform to support multi-lingual, multi-instrument in the development of fingerprint and convenient.)
- 2008-08-05 16:06:16下载
- 积分:1
-
归并排序
Visual studio上利用C++模板类实现归并排序(sort c++ template on visual studio)
- 2020-06-20 22:40:01下载
- 积分:1
-
学习编程的经典资料 初学者必备 拥有理论性和实践性
学习编程的经典资料 初学者必备 拥有理论性和实践性
-Programming information for beginners to learn the classic theoretical and practical must-have
- 2022-04-16 00:32:48下载
- 积分:1