-
标题:教程和参考指南:C++编程与标准模板…
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Format: PDF
Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.-Title: STL Tutorial and Reference Guide: C Programming with the
Standard Template Library (2nd Edition)
Author: David R. Musser/Gillmer J. D
- 2022-03-11 19:32:21下载
- 积分:1
-
生物医学电子
Biomedical E-Book for Electronic Eng
- 2022-08-16 15:25:58下载
- 积分:1
-
advanced_linux_programming.rar
Advanced_Linux_Programming.rar
- 2022-03-20 05:09:49下载
- 积分:1
-
网站制作 网上开店 源码 经验 对于想要做网站的人来说绝对正点...
网站制作 网上开店 源码 经验 对于想要做网站的人来说绝对正点-Web site produced open-source online experience for people who want to make web site is absolutely punctual
- 2022-06-17 15:48:28下载
- 积分:1
-
使用 Spring 更好地处理 Struts 动作.rar
使用 Spring 更好地处理 Struts 动作.rar-Use Spring to better deal with Struts actions. Rar
- 2022-06-14 07:26:03下载
- 积分:1
-
Solve the broadcom wireless card in the vista does not recognize the wireless ne...
解决broadcom无线网卡在vista下无法识别无线网络和经常掉线的bug-Solve the broadcom wireless card in the vista does not recognize the wireless network under and often dropped the bug
- 2023-04-10 15:50:03下载
- 积分:1
-
这实在是本好书。并不是说它翻译得好,而是因为原著者是80386 CPU的总设计师John Crwaford,以及Patrick Gelsinger。翻译者没有写...
这实在是本好书。并不是说它翻译得好,而是因为原著者是80386 CPU的总设计师John Crwaford,以及Patrick Gelsinger。翻译者没有写上原著的名称(《Programming the 80386》),甚至连参考书目也没有列出,我感到很遗憾。
分成两部分part1, part2,-This is really good book. It is not translated well, but because the original 80386 CPU is the chief architect John Crwaford. and Patrick Gelsinger. Translation did not write the original name ( "Programming the 80386") even the bibliography is also not listed, I am sorry. Divided into two parts part1 and part2.
- 2023-06-14 14:11:02下载
- 积分:1
-
WTL的开发包,包括直接的路径,对VC的方向最好…
是WTL的开发包,直接包括在路径中,最好放在VC目录中,要更新的包请到官方网站去下载-WTL is the development kits, including the direct path, the best on the VC directory, To update the kits free to download the official website
- 2022-08-08 10:25:23下载
- 积分:1
-
一种快速算法的相关泽尼克论文,高
有关zernike的快速算法论文,高质量,本人用这个论文实现,相当不错-A Fast Algorithm for the relevant Zernike thesis, high-quality, I realize with this thesis, quite good
- 2022-10-14 10:00:03下载
- 积分:1
-
Visual C++数字图像处理技术课本后带代码第3章
应用背景Visual C++数字图像处理技术课本后带代码第3章,讲的是傅里叶变换及反变换,离散余弦变换,小波变换等,还有各种正交变换,旋转缩放镜像变换等,代码亲测可用,vs2010,2012,vc6.0均可以。关键技术
void Fourier(CplexNum * pTd, int lWidth, int lHeight, CplexNum * pFd)
void IFFT_2D(complex * pCFData, complex * pCTData, int nWidth, int nHeight)
HGLOBAL Rotate(LPSTR lpSrcDib, LPSTR lpSrcStartBits,long lWidth, long lHeight,
long lLineBytes, WORD palSize, long lDstWidth,
long lDstHeight,long lDstLineBytes,float fSina, float fCosa)
- 2022-08-08 19:30:35下载
- 积分:1