-
STL的文档和BOOST仅有的书籍,推荐!
STL的文档和BOOST仅有的书籍,推荐!-STL documentation and BOOST only books, recommended!
- 2022-04-16 03:08:45下载
- 积分:1
-
STL Quick Reference 1.26_2
STL Quick Reference 1.26_2
- 2022-07-02 13:15:20下载
- 积分:1
-
Boost Python application to expand the use of Boost1.32 for example, can generat...
Boost扩展Python应用样例 使用Boost1.32库,生成可以在Python环境下调用的Dll库-Boost Python application to expand the use of Boost1.32 for example, can generate the Python environment calls for the D
- 2022-05-13 12:00:37下载
- 积分:1
-
STLCode
stl源码分析,侯捷著,分析的非常详细,对想深入研究STL的朋友非常有帮助。(stl source analysis, Hou Jie, the analysis of very detailed, in-depth study on the STL' s friends want to be very helpful.)
- 2010-06-26 09:21:48下载
- 积分:1
-
c++ stl 实现的矩阵程序
c++ stl 实现的矩阵程序-c stl procedures to achieve the matrix
- 2022-03-11 20:23:57下载
- 积分:1
-
STL
STL程序员开发指南源码 -STL- source programmers to develop guidelines
- 2022-11-05 01:35:03下载
- 积分:1
-
stl algorithm set, a concrete realization of various diameters programming examp...
stl算法集,具体实现了摸板编程的各种示例,有利于初学者.-stl algorithm set, a concrete realization of various diameters programming examples, is conducive to beginners.
- 2022-02-07 12:32:21下载
- 积分:1
-
目标:这项任务的目的是加强学生的理解和…
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, Listing::iterator finish, Listing &matches)
压缩包里面有代码,指导书,以及Apache服务器。-Goals: This assignment is designed to reinforce the student s understanding and use of recursion.
Outcomes: Students successfully completing this assignment would master the following outcomes.
Use the STL vector container
Produce C++ class implementations given class declarations
Produce a recursive algorithm
- 2022-07-07 02:57:41下载
- 积分: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
-
stl-huffman
implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved(implement Huffman algorithm with stl prio rity- queue, first you must have the file, then the result is saved)
- 2007-01-16 15:56:56下载
- 积分:1