王朝百科
分享
 
 
 

泛型编程与STL(影印版)

王朝百科·作者佚名  2010-07-07  
宽屏版  字体: |||超大  

泛型编程与STL(影印版)

版权信息书 名: 泛型编程与STL(影印版)

作者:(美国)奥斯滕著

出版社:中国电力出版社

出版时间: 2003

ISBN: 9787508318059

开本:16

定价: 58.00 元

内容简介许多程序员可能并不知道,C++不仅是一个面向对象程序语言,它还适用于泛型编程(genericprogramming)。这项技术可以大大增强你的能力,协助你写出高效率并可重复运用的软件组件(softwarecomponents)。

本书由知名的C++专家MatthewH.Austern执笔,引导你进入泛型编程思维模型,并将你带往此一模型的最重要成品:C++StandardTemplateLibrary(STL)。本书揭示STL的奥秘,告诉你STL不仅仅是一组方便运用的容器类(containerclasses)。对于泛型组件和可交互作用的组件而言,STL是一个具备扩充能力的框架(framework)。

本书阐述了泛型编程的中心思想:concepts、modeling、refinement,并为你展示这些思想如何导出STL的基础概念:iterators、containers、functionObjects。循此路线,你可以把STL想像为一个由concepts(而非明确之functions或classes)组成的程序库。你将学习其正式结构并因此获得其潜在威力所带采的完整优势。

作者简介

MatthewH.Austern:拥有博士学位,曾于MIT和UCBerkeley做研究。现任职于SiliconGraphics编译器团队,是SGISTL的主要作者。他是Dr.Dobb'sJournal和C++Report两本刊物的撰稿人,并主持newsgroupcomp.std.c++,同时也是ISO/ANSIC++标准委员会的一位活跃成员。

作者简介MatthewH.Austern:拥有博士学位,曾于MIT和UCBerkeley做研究。现任职于SiliconGraphics编译器团队,是SGISTL的主要作者。他是Dr.Dobb'sJournal和C++Report两本刊物的撰稿人,并主持newsgroupcomp.std.c++,同时也是ISO/ANSIC++标准委员会的一位活跃成员。

目录Preface

PartIIntroductiontoGenericProgramming

Chapter1ATouroftheSTL

1.1ASimpleExample

1.2Summary

Chapter2AlgorithmsandRanges

2.1LinearSearch

2.2ConceptsandModeling

2.3Iterators

2.4Refinement

2.5Summary

Chapter3MoreaboutIterators

3.1IteratorTraitsandAssociatedTypes

3.2DefiningNewComponents

3.3Summary

Chapter4FunctionObjects

4.1GeneralizingLinearSearch

4.2FunctionObjectConcepts

4.3FunctionObjectAdaptors

4.4PredefinedFunctionObjects

4.5Summary

Chapter5Containers

5.1ASimpleContainer

5.2ContainerConcepts

5.3VariableSizeContainerConcepts

5.4Summary

PartIIReferenceManual:STLConcepts

Chapter6BasicConcepts

6.1Assignable

6.2DefaultConstructible

6.3EqualityComparable

6.4Ordering

Chapter7Iterators

7.1TrivialIterator

7.2InputIterator

7.3OutputIterator

7.4ForwardIterator

7.5BidirectionalIterator

7.6RandomAccessIterator

Chapter8FunctionObjects

8.1BasicFunctionObjects

8.2AdaptableFunctionObjects

8.3Predicates

8.4.SpecializedConcepts

Chapter9Containers

9.1GeneralContainerConcepts

9.2Sequences

9.3AssociativeContainers

9.4Allocator

PartIIIReferenceManual:AlgorithmsandClasses

Chapter10BasicComponents

10.1pair

10.2IteratorPrimitives

10.3allocator

10.4MemoryManagementPrimitives

10.5TemporaryBuffers

Chapter11NonmutatingAlgorithms

11.1LinearSearch

11.2SubsequenceMatching

11.3CountingElements

11.4for_each

11.5ComparingTwoRanges

11.6MinimumandMaximum

Chapter12BasicMutatingAlgorithms

12.1CopyingRanges

12.2SwappingElements

12.3transform

12.4ReplacingElements

12.5FillingRanges

12.6RemovingElements

12.7PermutingAlgorithms

12.8Partitions

12.9RandomShufflingandSampling

12.10GeneralizedNumericAlgorithms

Chapter13SortingandSearching

13.1SortingRanges

13.2OperationsonSortedRanges

13.3HeapOperations

Chapter14IteratorClasses

14.1InsertIterators

14.2StreamIterators

14.3reverse_iterator

14.4raw_storage_iterator

Chapter15FunctionObjectClasses

15.1FunctionObjectBaseClasses

15.2ArithmeticOperations

15.3Comparisons

15.4LogicalOperations

15.5IdentityandProjection

15.6SpecializedFunctionObjects

15.7MemberFunctionAdaptors

15.8OtherAdaptors

Chapter16ContainerClasses

16.1Sequences

16.2AssociativeContainers

16.3ContainerAdaptors

AppendixAPortabilityandStandardization

A.1LanguageChanges

A.2LibraryChanges

A.3NamingandPackaging

Bibliography

Index

 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
如何用java替换看不见的字符比如零宽空格​十六进制U+200B
 干货   2023-09-10
网页字号不能单数吗,网页字体大小为什么一般都是偶数
 干货   2023-09-06
java.lang.ArrayIndexOutOfBoundsException: 4096
 干货   2023-09-06
Noto Sans CJK SC字体下载地址
 干货   2023-08-30
window.navigator和navigator的区别是什么?
 干货   2023-08-23
js获取referer、useragent、浏览器语言
 干货   2023-08-23
oscache遇到404时会不会缓存?
 干货   2023-08-23
linux下用rm -rf *删除大量文件太慢怎么解决?
 干货   2023-08-08
刀郎新歌破世界纪录!
 娱乐   2023-08-01
js实现放大缩小页面
 干货   2023-07-31
生成式人工智能服务管理暂行办法
 百态   2023-07-31
英语学习:过去完成时The Past Perfect Tense举例说明
 干货   2023-07-31
Mysql常用sql命令语句整理
 干货   2023-07-30
科学家复活了46000年前的虫子
 探索   2023-07-29
英语学习:过去进行时The Past Continuous Tense举例说明
 干货   2023-07-28
meta name="applicable-device"告知页面适合哪种终端设备:PC端、移动端还是自适应
 干货   2023-07-28
只用css如何实现打字机特效?
 百态   2023-07-15
css怎么实现上下滚动
 干货   2023-06-28
canvas怎么画一个三角形?
 干货   2023-06-28
canvas怎么画一个椭圆形?
 干货   2023-06-28
canvas怎么画一个圆形?
 干货   2023-06-28
canvas怎么画一个正方形?
 干货   2023-06-28
中国河南省郑州市金水区蜘蛛爬虫ip大全
 干货   2023-06-22
javascript简易动态时间代码
 干货   2023-06-20
感谢员工的付出和激励的话怎么说?
 干货   2023-06-18
 
>>返回首页<<
 
 
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有