登入帳戶  | 訂單查詢  | 購物車/收銀台( 0 ) | 在線留言板  | 付款方式  | 聯絡我們  | 運費計算  | 幫助中心 |  加入書簽
會員登入 新註冊 | 新用戶登記
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2023年度TOP分類閱讀雜誌 香港/國際用戶
最新/最熱/最齊全的簡體書網 品種:超過100萬種書,正品正价,放心網購,悭钱省心 送貨:速遞 / EMS,時效:出貨後2-3日

2024年03月出版新書

2024年02月出版新書

2024年01月出版新書

2023年12月出版新書

2023年11月出版新書

2023年10月出版新書

2023年09月出版新書

2023年08月出版新書

2023年07月出版新書

2023年06月出版新書

2023年05月出版新書

2023年04月出版新書

2023年03月出版新書

2023年02月出版新書

『簡體書』C++之旅英文版

書城自編碼: 2782229
分類: 簡體書→大陸圖書→計算機/網絡程序設計
作者: [美]Bjarne Stroustrup[本贾尼·斯特劳斯特
國際書號(ISBN): 9787121273308
出版社: 电子工业出版社
出版日期: 2016-03-01

頁數/字數: 181页
書度/開本: 16开 釘裝: 平装

售價:NT$ 413

我要買

share:

** 我創建的書架 **
未登入.



新書推薦:
金庸评传
《 金庸评传 》

售價:NT$ 941.0
西方哲学史
《 西方哲学史 》

售價:NT$ 498.0
中国财富管理发展指数(2022)
《 中国财富管理发展指数(2022) 》

售價:NT$ 325.0
嫉妒与社会
《 嫉妒与社会 》

售價:NT$ 459.0
希腊神话和仪式中的结构与历史
《 希腊神话和仪式中的结构与历史 》

售價:NT$ 437.0
世界花纹与图案大典
《 世界花纹与图案大典 》

售價:NT$ 1669.0
周制与秦制
《 周制与秦制 》

售價:NT$ 717.0
花路
《 花路 》

售價:NT$ 493.0

建議一齊購買:

+

NT$ 1721
《 深入理解计算机系统(英文版·第3版) 》
+

NT$ 713
《 C++程序设计:原理与实践(基础篇)(原书第2版) 》
+

NT$ 1001
《 流畅的Python 》
+

NT$ 778
《 现代C++探秘:编码、工程与科研必修(基于C++ 14)(英文版) 》
+

NT$ 641
《 C++性能优化手册(影印版) 》
+

NT$ 518
《 C++覆辙录 》
內容簡介:
本书作者是C++语言的设计者和最初实现者,本书的写作目的是让有经验的程序员快速了解C++现代语言。书中几乎介绍了C++语言的全部核心功能和重要的标准库组件,以很短的篇幅将C++语言的主要特性呈现在读者面前,并给出一些关键示例,让读者在很短的时间内就能对现代C++的概貌有一个清晰的了解,尤其是关于面向对象编程和泛型编程的知识。本书没有涉及太多C++语言的细节,非常适合想熟悉C++语言最新特性的CC++程序设计人员,以及精通其他高级语言而想了解C++语言特性和优点的人员。
關於作者:
Bjarne Stroustrup本贾尼·斯特劳斯特卢普博士,1950年出生于丹麦,先后毕业于丹麦阿鲁斯大学和英国剑桥大学,AT&T大规模程序设计研究部门负责人,AT&T、贝尔实验室和ACM成员,现任德州农工大学计算机系首席教授。1979年,B. S开始开发一种语言,当时称为“C with Classes”(带类的C),后来演化为C++。1998年,ANSIISO C++标准建立,同年,B. S推出了其经典著作The C++ Programming Language的第三版。C++的标准化标志着B. S博士倾20年心血的伟大构想终于实现。
目錄
前言1 The Basics1.1 Introduction 1.2 Programs 1.3 Hello, World! 1.4 Functions 1.5 Types, Variables, and Arithmetic 1.6 Scope 1.7 Constants 1.8 Pointers, Arrays, and References 1.9 Tests 1.10 Advice 2 User-Defined Types2.1 Introduction 2.2 Structures 2.3 Classes 2.4 Unions 2.5 Enumerations 2.6 Advice 3 Modularity3.1 Introduction 3.2 Separate Compilation 3.3 Namespaces 3.4 Error Handling 3.5 Advice 4 Classes4.1 Introduction 4.2 Concrete Types 4.3 Abstract Types 4.4 Virtual Functions 4.5 Class Hierarchies 4.6 Copy and Move 4.7 Advice 5 Templates5.1 Introduction 5.2 Parameterized Types 5.3 Function Templates 5.4 Concepts and Generic Programming 5.5 Function Objects 5.6 Variadic Templates 5.7 Aliases 5.8 Template Compilation Model 5.9 Advice 6 Library Overview6.1 Introduction 6.2 Standard-Library Components 6.3 Standard-Library Headers and Namespace 6.4 Advice 7 Strings and Regular Expressions7.1 Introduction 7.2 Strings 7.3 Regular Expressions 7.4 Advice 8 IO Streams8.1 Introduction 8.2 Output 8.3 Input 8.4 IO State 8.5 IO of User-Defined Types 8.6 Formatting 8.7 File Streams 8.8 String Streams 8.9 Advice 9 Containers9.1 Introduction 9.2 vector 9.3 list 9.4 map 9.5 unordered_map 9.6 Container Overview 9.7 Advice 10 Algorithms10.1 Introduction 10.2 Use of Iterators 10.3 Iterator Types 10.4 Stream Iterators 10.5 Predicates 10.6 Algorithm Overview 10.7 Container Algorithms 10.8 Advice 11 Utilities11.1 Introduction 11.2 Resource Management 11.3 Specialized Containers 11.4 Time 11.5 Function Adaptors 11.6 Type Functions 11.7 Advice 12 Numerics12.1 Introduction 12.2 Mathematical Functions 12.3 Numerical Algorithms 12.4 Complex Numbers 12.5 Random Numbers 12.6 Vector Arithmetic 12.7 Numeric Limits 12.8 Advice 13 Concurrency13.1 Introduction 13.2 Tasks and thread s 13.3 Passing Arguments 13.4 Returning Results 13.5 Sharing Data 13.6 Waiting for Events 13.7 Communicating Tasks 13.8 Advice 14 History and Compatibility14.1 History 14.2 C++11 Extensions 14.3 CC++ Compatibility 14.4 Bibliography 14.5 Advice Index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 香港用户  | 台灣用户 | 海外用户
megBook.com.tw
Copyright (C) 2013 - 2024 (香港)大書城有限公司 All Rights Reserved.