C++并发编程(中文版) 🔍
陈晓伟 & chenjin5.com cj5_5535, 2017
英语 [en] · 中文 [zh] · MOBI · 3.1MB · 2017 · 📘 非小说类图书 · 🚀/lgli/zlib · Save
描述
作为对《C++ Concurrency in Action》英文版的中文翻译。
备用文件名
zlib/no-category/陈晓伟 & chenjin5.com/C++并发编程(中文版)_18457713.mobi
备选标题
Proceedings of the Twenty-first Annual ACM Symposium on Principles of Distributed Computing : PODC 2002 : Monterey, California, USA, July 21-24, 2002
备选标题
More Effective C++: 35 New Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)
备选标题
Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions (C++ In-Depth Series)
备选标题
Communicating Sequential Processes (Prentice-hall International Series in Computer Science)
备选标题
57 Engineering, Programming Problems, and Exceptional-safety Solutions
备选作者
ACM Special Interest Group for Algorithms and Computation Theory, ACM Special Interest Group in Operating Systems, Calif.) ACM Symposium on Principles of Distributed Computing (21st 2002 Monterey
备选作者
Association for Computing Machinery. Special Interest Group on Algorithms and Computational Theory.; ACM Special Interest Group in Operating Systems
备选作者
Aleta Ricciardi; ACM Symposium on Principles of Distributed Computing,; ACM Special Interest Group for Algorithms and Computation Theory
备选作者
sponsored by ACM Special Interest Group on Algorithms & Computational Theory and ACM Special Interest Group on Operating Systems
备选作者
Charles Antony Richard Hoare, Informatiker Grossbritannien
备选作者
Scott Douglas Meyers
备选作者
Bjarne Stroustrup
备选作者
Sutter, Herb
备选作者
Herb Sutter
备用出版商
Addison-Wesley; Addison-Wesley Professional
备用出版商
Association for Computing Machinery
备用出版商
Globe Fearon Educational Publishing
备用出版商
Prentice/Hall International
备用出版商
Da Capo Press, Incorporated
备用出版商
Addison-Wesley Pub. Co.
备用出版商
Longman Publishing
备用出版商
Hachette Books
备用出版商
Prentice Hall
备用出版商
Cengage Gale
备用出版商
Basic Books
备用出版商
ACM Press
备用版本
Addison-Wesley professional computing series, Reading, Mass, Massachusetts, December 29, 1995
备用版本
Prentice-Hall international series in computer science, Englewood Cliffs - N.J.a.o, 1985
备用版本
Prentice Hall international series in computer science, Englewood Cliffs, N.J, 1985
备用版本
Addison-Wesley professional computing series, 21. print, Reading, Mass, 2005
备用版本
Addison-Wesley professional computing series, Reading, Mass, ©1996
备用版本
Englewood Cliffs, N.J, United States, 1985
备用版本
The C++ In-Depth Ser, Reading, Mass, 2000
备用版本
Place of publication not identified, 2002
备用版本
United States, United States of America
备用版本
Pearson Education (US), [N.p.], 1995
备用版本
Reading, Mass, Massachusetts, 2000
备用版本
New York, New York State, 2002
备用版本
November 18, 1999
备用版本
Harlow, 2000-2002
备用版本
1, PT, 1996
备用版本
1985-04-01
备用版本
US, 1999
元数据中的注释
Includes bibliographical references (p. 203-204) and index
元数据中的注释
"ACM order number 536020"--T.p. verso.
Includes bibliographical references and index.
Also available on the World Wide Web via ACM Digital Library.
元数据中的注释
Includes index.
备用描述
<p><P><blockquote>Praise for Scott Meyers&rsquo; first book, <i>Effective C++</i>&#58;</blockquote> <blockquote>&ldquo;I heartily recommend <i>Effective C++</i> to anyone who aspires to mastery of C++ at the intermediate level or above.&rdquo;<br><i>&ndash; The C/C++ User&rsquo;s Journal</i> </blockquote><p>From the author of the indispensable <i>Effective C++</i>, here are 35 new ways to improve your programs and designs. Drawing on years of experience, Meyers explains how to write software that is <i>more effective</i>&#58; more efficient, more robust, more consistent, more portable, and more reusable. In short, how to write C++ software that&rsquo;s just plain better.<p><i>More Effective C++</i> includes&#58;<p><ul> <li>Proven methods for improving program efficiency, including incisive examinations of the time/space costs of C++ language features<br><li>Comprehensive descriptions of advanced techniques used by C++ experts, including placement new, virtual constructors, smart pointers, reference counting, proxy classes, and double-dispatching<br><li>Examples of the profound impact of exception handling on the structure and behavior of C++ classes and functions<br><li>Practical treatments of new language features, including bool, mutable, explicit, namespaces, member templates, the Standard Template Library, and more. If your compilers don&rsquo;t yet support these features, Meyers shows you how to get the job done without them.</ul><p><i>More Effective C++</i> is filled with pragmatic, down-to-earth advice you&rsquo;ll use every day. Like <i>Effective C++</i> before it, <i>More Effective C++</i> is essential reading for anyone working with C++.</p> <h3>Booknews</h3> <p>For programmers at the intermediate level and above. This sequel to the author's Effective C++ provides methods for improving program efficiency. Coverage includes examinations of the time/space costs of C++ language features; descriptions of advanced techniques (placement new, virtual constructors, smart pointers, reference county proxy classes, and double-dispatching); examples of the impact of exception handling; and treatment of new language features (e.g. bool, mutable, explicit, namespaces, member templates). Annotation c. Book News, Inc., Portland, OR (booknews.com)</p>
备用描述
<p><b><i>Exceptional C++</i></b> shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems.</p>
<p>The puzzles and problems in <b><i>Exceptional C++</i></b> not only entertain, they will help you hone your skills to become the sharpest C++ programmer you can be. Many of these problems are culled from the famous <i>Guru of the Week</i> feature of the Internet newsgroup comp.lang.c++.moderated, expanded and updated to conform to the official ISO/ANSI C++ Standard.</p>
<p>Each problem is rated according to difficulty and is designed to illustrate subtle programming mistakes or design considerations. After you've had a chance to attempt a solution yourself, the book then dissects the code, illustrates what went wrong, and shows how the problem can be fixed. Covering a broad range of C++ topics, the problems and solutions address critical issues such as:</p>
<ul>
<li>Generic programming and how to write reusable templates</li>
<li>Exception safety issues and techniques</li>
<li>Robust class design and inheritance</li>
<li>Compiler firewalls and the Pimpl Idiom</li>
<li>Name lookup, namespaces, and the Interface Principle</li>
<li>Memory management issues and techniques</li>
<li>Traps, pitfalls, and anti-idioms</li>
<li>Optimization</li>
</ul>
<p>Try your skills against the C++ masters and come away with the insight and experience to create more efficient, effective, robust, and portable C++ code.</p>
<p>0201615622B04062001</p>
备用描述
More than 150,000 copies in print! Praise for Scott Meyers' first book, Effective C++ : "I heartily recommend Effective C++ to anyone who aspires to mastery of C++ at the intermediate level or above."--The C/C++ User's Journal From the author of the indispensable Effective C++, here are 35 new ways to improve your programs and designs. Drawing on years of experience, Meyers explains how to write software that is more effective : more efficient, more robust, more consistent, more portable, and more reusable. In short, how to write C++ software that's just plain better. More Effective C++ includes: Proven methods for improving program efficiency, including incisive examinations of the time/space costs of C++ language features Comprehensive descriptions of advanced techniques used by C++ experts, including placement new, virtual constructors, smart pointers, reference counting, proxy classes, and double-dispatching Examples of the profound impact of exception handling on the structure and behavior of C++ classes and functions Practical treatments of new language features, including bool, mutable, explicit, namespaces, member templates, the Standard Template Library, and more. If your compilers don't yet support these features, Meyers shows you how to get the job done without them. More Effective C++ is filled with pragmatic, down-to-earth advice you'll use every day. Like Effective C++ before it, More Effective C++ is essential reading for anyone working with C++
备用描述
More than 150,000 copies in print! Praise for Scott Meyers'first book, Effective C++: “I heartily recommend Effective C++ to anyone who aspires to mastery of C++ at the intermediate level or above.” – The C/C++ User's Journal From the author of the indispensable Effective C++, here are 35 new ways to improve your programs and designs. Drawing on years of experience, Meyers explains how to write software that is more effective: more efficient, more robust, more consistent, more portable, and more reusable. In short, how to write C++ software that's just plain better. More Effective C++ includes: Proven methods for improving program efficiency, including incisive examinations of the time/space costs of C++ language features Comprehensive descriptions of advanced techniques used by C++ experts, including placement new, virtual constructors, smart pointers, reference counting, proxy classes, and double-dispatching Examples of the profound impact of exception handling on the structure and behavior of C++ classes and functions Practical treatments of new language features, including bool, mutable, explicit, namespaces, member templates, the Standard Template Library, and more. If your compilers don't yet support these features, Meyers shows you how to get the job done without them. More Effective C++ is filled with pragmatic, down-to-earth advice you'll use every day. Like Effective C++ before it, More Effective C++ is essential reading for anyone working with C++.
备用描述
Want to learn how to program in C++ immediately? Want to start writing better, more powerful C++ programs today? Accelerated C++'s uniquely modern approach will help you learn faster and more fluently than you ever believed possible. Based on the authors' intensive summer C++ courses at Stanford University, Accelerated C++ covers virtually every concept that most professional C++ programmers will ever use -- but it turns the "traditional" C++ curriculum upside down, starting with the high-level C++ data structures and algorithms that let you write robust programs immediately. Once you're getting results, Accelerated C++ takes you "under the hood", introducing complex language features such as memory management in context, and explaining exactly how and when to use them. From start to finish, the book concentrates on solving problems, rather than learning language and library features for their own sake. The result: You'll be writing real-world programs in no time -- and outstanding code faster than you ever imagined.
备用描述
More than 150,000 copies in print! Praise for Scott Meyers first book, Effective C++ : I heartily recommend Effective C++ to anyone who aspires to mastery of C++ at the intermediate level or above.
The C/C++ Users Journal From the author of the indispensable Effective C++ , here are 35 new ways to improve your programs and designs. Drawing on years of experience, Meyers explains how to write software that is more effective : more efficient, more robust, more consistent, more portable, and more reusable. In short, how to write C++ software thats just plain better. More Effective C++ More Effective C++ is filled with pragmatic, down-to-earth advice youll use every day. Like Effective C++ before it, More Effective C++ is essential reading for anyone working with C++.
备用描述
The puzzles and problems in Exceptional C++ not only entertain, they will help you hone your skills to become the sharpest C++ programmer you can be. Many of these problems are culled from the famous Guru of the Week feature of the Internet newsgroup comp.lang.c++, moderated, expanded and updated to conform to the official ISO/ANSI C++ Standard.
Try your skills against the C++ masters and come away with the insight and experience to create more efficient, effective, robust, and portable C++ code.
备用描述
Presents 35 ways to improve your programs and designs. This work explains how to write software that is more effective. It contains methods for improving program efficiency, including incisive examinations of the time/space costs of C++ language features; descriptions of advanced techniques used by C++ experts; and more.
备用描述
Meyers includes proven methods for improving program efficiency, comprehensive descriptions of advanced techniques such as virtual constructors, proxy classes and double-dispatching, and examples of the profound impact of exception handling
开源日期
2021-12-23
更多信息……

🚀 快速下载

成为会员以支持书籍、论文等的长期保存。为了感谢您对我们的支持,您将获得高速下载权益。❤️
如果您在本月捐款,您将获得双倍的快速下载次数。

🐢 低速下载

由可信的合作方提供。 更多信息请参见常见问题解答。 (可能需要验证浏览器——无限次下载!)

所有选项下载的文件都相同,应该可以安全使用。即使这样,从互联网下载文件时始终要小心。例如,确保您的设备更新及时。
  • 对于大文件,我们建议使用下载管理器以防止中断。
    推荐的下载管理器:JDownloader
  • 您将需要一个电子书或 PDF 阅读器来打开文件,具体取决于文件格式。
    推荐的电子书阅读器:Anna的档案在线查看器ReadEraCalibre
  • 使用在线工具进行格式转换。
    推荐的转换工具:CloudConvertPrintFriendly
  • 您可以将 PDF 和 EPUB 文件发送到您的 Kindle 或 Kobo 电子阅读器。
    推荐的工具:亚马逊的“发送到 Kindle”djazz 的“发送到 Kobo/Kindle”
  • 支持作者和图书馆
    ✍️ 如果您喜欢这个并且能够负担得起,请考虑购买原版,或直接支持作者。
    📚 如果您当地的图书馆有这本书,请考虑在那里免费借阅。