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.
英文版,pdf格式。
詳細(xì)說(shuō)明:
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition)
URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/
ISBN: 0201379236
Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge
Publisher: Addison-Wesley
Page: 560
Edition: 2nd edition (March 27, 2001)
Catalog: C++
Format: PDF
Size: 3.8M
Supplier: December
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.
DETRIN is a C++ library of classification algorithms and other utilities in the field of data mining. We will use standard ISO C++ programming language to develop our project. The goal of DETRIN is to facilitate researchers in the related fields.
C++ 標(biāo)準(zhǔn)程序庫(kù)提供一組通用類(lèi)別(classes)和接口(interfaces),可大幅擴(kuò)充 C++ 核心語(yǔ)言。由于程序庫(kù)本身并不容易,為了完整運(yùn)用其組件并從其強(qiáng)大的威力中獲得幫助,你需要一份完善的資源,而非一份僅僅陳列類(lèi)和函數(shù)的普通文檔。《The C++ Standard Library》不僅對(duì)每一個(gè)程序庫(kù)組件提供范圍廣泛的說(shuō)明,也對(duì)繁雜的感念提供清楚明亮的解釋?zhuān)⒚枋龈咝н\(yùn)用這些組件時(shí)需要的實(shí)際編程細(xì)節(jié),提出一個(gè)又一個(gè)的范例程序。這本包含最新資料的完整書(shū)籍,反映出被 ANSI/ISO C++ 語(yǔ)言標(biāo)準(zhǔn)規(guī)格書(shū)納入的 C++ 標(biāo)準(zhǔn)程序庫(kù)的結(jié)構(gòu)。更明確地說(shuō),本書(shū)將焦點(diǎn)放在標(biāo)準(zhǔn)模板庫(kù)(Standard Template Library)身上,檢驗(yàn)其中的容器(containers)、迭代器(iterators)、仿函數(shù)(functors)和算法(algorithms)。你還可以找到特殊容器、字符串(strings)、數(shù)值類(lèi)別、國(guó)際化議題、IOStream。每一個(gè)組件都有深刻的呈現(xiàn),包括其介紹、設(shè)計(jì)、運(yùn)用實(shí)例、細(xì)部解說(shuō)、陷阱、意想不到的危險(xiǎn),以及相關(guān)類(lèi)別和函數(shù)的確切標(biāo)記(signature)和定義。一份見(jiàn)解深刻的基礎(chǔ)概念介紹和一個(gè)程序庫(kù)綜合鳥(niǎo)瞰,會(huì)對(duì)新手帶來(lái)快速的提升。
高清電子書(shū)-C++ Primer Plus, 第6版英文版 1438頁(yè)Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming,
generic programming, and the traditional procedural programming.The fifth edition of
this book described the language as set forth in the ISO C++ standards, informally
known as C++99 and C++03, or, sometimes as C++99/03. (The 2003 version was
largely a technical correction to the 1999 standard and didn’t add any new features.)
Since then, C++ continues to evolve.As this book is written, the international C++
Standards Committee has just approved a new version of the standard.This standard had
the informal name of C++0x while in development, and now it will be known as
C++11. Most contemporary compilers support C++99/03 quite well, and most of the
examples in this book comply with that standard. But many features of the new standard
already have appeared in some implementations, and this edition of C++ Primer Plus
explores these new features.
C++ Primer Plus discusses the basic C language and presents C++ features, making
this book self-contained. It presents C++ fundamentals and illustrates them with short,
to-the-point programs that are easy to copy and experiment with.You learn about
input/output (I/O), how to make programs perform repetitive tasks and make choices,
the many ways to handle data, and how to use functions.You learn about the many
features C++ has added to C, including the followi