知源书城 -C++ Templates 影印版
本书资料更新时间:2025-01-20 18:22:13

C++ Templates 影印版 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线

C++ Templates 影印版精美图片
》C++ Templates 影印版电子书籍版权问题 请点击这里查看《

C++ Templates 影印版书籍详细信息

  • ISBN:9787508319247
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2004-04
  • 页数:528
  • 价格:39.30
  • 纸张:胶版纸
  • 装帧:平装
  • 开本:暂无开本
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看
  • 更新时间:2025-01-20 18:22:13

内容简介:

本书是一本对基本概念和语言特性有着深刻见解的指南性书籍,同时也是一本包含内容广泛的参考性书籍。本书首先讲述了语言细节,然后对编码技巧进行了广泛的讨论,后还对模板的高级应用进行了阐述、分析。贯串全书的示例阐明了抽象概念并演示了*实践方法。

读者将学习到:

·正确的模板行为;

·如何避开与模板相关的错误陷阱;

·从基础的到早前没有文字约定的惯用语法和技巧;

·如何在不对性能和安全性造成损害的前提下进行源代码重用;

·如何提高C++程序的效率;

·如何构建更具灵活性和可维护性的软件。


书籍目录:

Preface

Acknowledgments

1 About This Book

1.1 What You Should Know Before Reading This Book

1.2 Overall Structure of the Book

1.3 How to Read This Book

1.4 Some Remarks About Programming Style

1.5 The Standard versus Reality

1.6 Example Code and Additional Informations

1.7 Feedback

Part I:The Basics

2 Function Templates

2.1 A First Look at Function Templates

2.1.1 Defining the Template

2.1.2 Using the Template

2.2 Argument Deduction

2.3 Template Parameters

2.4 Overloading Function Templates

2.5 Summary

3 Class Templates

3.1 Implementation of Class Template Stack

3.1.1 Declaration of Class templates

3.1.2 Implementation of Member Functions

3.2 Use of Class Template Stack

3.3 Specializations of Class Templates

3.4 Partial Specialization

3.5 Default Template Arguments

3.6 Summary

4 Nontype Template Parameters

4.1 Nontype Class Template Parameters

4.2 Nontype Function Template Parameters

4.3 Restrictions for Nontype Template Parameters

4.4 Summary

5 Tricky Basics

5.1 Keyword typename

5.2 Using this->

5.3 Member Templates

5.4 Template Template Parameters

5.5 Zero Initialization

5.6 Using String Literals as Arguments for Function Templates

5.7 Summary

6 Using Templates in Practice

6.1 The Inclusion Model

6.1.1 Linker Errors

6.1.2 Templates in Header Files

6.2 Explicit Instantiation

6.2.1 Example of Explicit Instantiation

6.2.2 Combining the Inclusion Model and Explicit Instantiation

6.3 The Separation Model

6.3.1 The Keyword export

6.3.2 Limitations of the Separation Model

6.3.3 Preparing for the Separation Model

6.4 Templates and inline

6.5 Precompiled Headers

6.6 Debugging Templates

6.6.1 Decoding the Error Novel

6.6.2 Shallow Instantiation

6.6.3 Long Symbols

6.6.4 Tracers

6.6.5 Oracles

6.6.6 Archetypes

6.7 Afternotes

6.8 Summary

7 Basic Template Terminology

7.1 “Class Template”or“Template Class”?

7.2 Instantiation and Specialization

7.3 Declarations versus Definitions

7.4 The One-Definition Rule

7.5 Template Arguments versus Template Parameters

Part II:Templates in Depth

8 Fundamentals in Depth

8.1 Parameterized Declarations

8.1.1 Virtual Member Functions

8.1.2 Linkage of Templates

8.1.3 Primary Templates

8.2 Template Parameters

8.2.1 Type Parameters

8.2.2 Nontype Parameters

8.2.3 Template Template Parameters

8.2.4 Default Template Arguments

8.3 Template Arguments

8.3.1 Function Template Arguments

8.3.2 Type Arguments

8.3.3 Nontype Arguments

8.3.4 Template Template Arguments

8.3.5 Equivalence

8.4 Friends

8.4.1 Friend Functions

8.4.2 Friend Templates

8.5 Afternotes

9 Names in Templates

10 Instantiation

11 Template Argument Deduction

12 Specialization and Overloading

13 Future Directions

Part III:Templates and Design

14 The Polymorphic Power of Templates

15 Traits and Policy Classes

16 Templates and Inheritance

17 Metaprograms

18 Expression Templates

19 Type Classification

20 Smart Pointers

21 Tuples

22 Function Objects and Callbacks

Appendixes

A The One-Definition Rule

B Overload Resoution

Bibliography

Glossary

Index


作者介绍:

David Vandevoorde是20多年的C++工作经验,C++标准委员会成员。曾因为审校《The C++ Programming Language》一书的草稿,获得Bjarne Stroustrup的推荐,编写了《C++ Solutions》。


出版社信息:

暂无出版社相关信息,正在全力查找中!


书籍摘录:

暂无相关书籍摘录,正在全力查找中!


在线阅读/听书/购买/PDF下载地址:


原文赏析:

暂无原文赏析,正在全力查找中!


其它内容:

编辑推荐

模板是C++功能强大的特性之一,然而却常常被人们所忽视、误解与误用。本书将帮助软件设计师、工程师清晰理解为什么、何时及如何使用模板来构建及维护简洁、快速、灵活的高效软件。本书将引导程序员全面完整地开发C++功能强大的特性——模板特性。


书籍介绍

本书是一本对基本概念和语言特性有着深刻见解的指南性书籍,同时也是一本包含内容广泛的参考性书籍。本书首先讲述了语言细节,然后对编码技巧进行了广泛的讨论,最后还对模板的高级应用进行了阐述、分析。贯串全书的示例阐明了抽象概念并演示了最优实践方法。

读者将学习到:

·正确的模板行为;

·如何避开与模板相关的错误陷阱;

·从基础的到早前没有文字约定的惯用语法和技巧;

·如何在不对性能和安全性造成损害的前提下进行源代码重用;

·如何提高C++程序的效率;

·如何构建更具灵活性和可维护性的软件。


书籍真实打分

  • 故事情节:6分

  • 人物塑造:8分

  • 主题深度:3分

  • 文字风格:3分

  • 语言运用:7分

  • 文笔流畅:6分

  • 思想传递:8分

  • 知识深度:5分

  • 知识广度:6分

  • 实用性:8分

  • 章节划分:5分

  • 结构布局:4分

  • 新颖与独特:7分

  • 情感共鸣:5分

  • 引人入胜:7分

  • 现实相关:8分

  • 沉浸感:5分

  • 事实准确性:4分

  • 文化贡献:7分


网站评分

  • 书籍多样性:7分

  • 书籍信息完全性:4分

  • 网站更新速度:5分

  • 使用便利性:5分

  • 书籍清晰度:4分

  • 书籍格式兼容性:9分

  • 是否包含广告:6分

  • 加载速度:4分

  • 安全性:9分

  • 稳定性:4分

  • 搜索功能:4分

  • 下载便捷性:8分


下载点评

  • 体验满分(301+)
  • 四星好评(593+)
  • 下载速度快(602+)
  • 经典(408+)
  • 品质不错(419+)
  • 超值(552+)
  • 差评少(272+)
  • 小说多(166+)
  • 简单(61+)
  • txt(294+)
  • 字体合适(350+)
  • 推荐购买(515+)

下载评价

  • 网友 后***之: ( 2025-01-04 23:49:26 )

    强烈推荐!无论下载速度还是书籍内容都没话说 真的很良心!

  • 网友 国***芳: ( 2024-12-25 08:10:23 )

    五星好评

  • 网友 习***蓉: ( 2025-01-18 14:17:30 )

    品相完美

  • 网友 堵***格: ( 2024-12-29 12:51:32 )

    OK,还可以

  • 网友 敖***菡: ( 2025-01-07 00:19:55 )

    是个好网站,很便捷

  • 网友 曹***雯: ( 2024-12-31 12:10:24 )

    为什么许多书都找不到?

  • 网友 石***烟: ( 2025-01-13 14:01:38 )

    还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的

  • 网友 焦***山: ( 2024-12-26 14:39:24 )

    不错。。。。。

  • 网友 曾***文: ( 2024-12-27 17:46:11 )

    五星好评哦


随机推荐