Effective stl中文版 Effective stl英文版 (均完整清晰带索引,非影印) 示例代码
2022-03-13 06:47:05 1.61MB stl
1
Written for the intermediate or advanced C++ programmer, renowned C++ expert Scott Meyers provides essential techniques for getting more out of the Standard Template Library in Effective STL, a tutorial for doing more with this powerful library. STL is a hugely powerful feature of today's C++, but one with a well-earned reputation for complexity. The book is organized into 50 tips that explore different areas of the STL. Besides providing a list of dos and don'ts, Meyers presents a lot of background on what works and what doesn't with STL. Each tip is demonstrated with in-depth coding samples, many of which make use of two-color printing to highlight the most important lines of code. (Advanced developers will enjoy Meyers's in-depth explanations, while those who are in a hurry can skip ahead to the recommended tip itself.) A good part of this book involves using containers, like vectors and maps, which are built into STL. (Besides the standard built-in containers, the author also highlights recent additions to STL like B-trees, which are available as extensions from other vendors.) You'll learn the best ways to allocate, add, change, and delete items inside containers, including associative containers like maps. You'll also learn to avoid common pitfalls, which can result in writing code that is slow or just plain wrong. Other areas covered in Effective STL cover getting the most out of the 100-plus STL algorithms that are bundled with this library. Meyers shows you how to choose the correct algorithm for sorting and other functions. (Even advanced developers will learn something here.) Sections on using function objects (called functors) round out the text. Meyers shows you when these classes make sense and the best ways to implement them. Besides specific tips, you'll get plenty of general programming advice. A useful appendix shows the limitations of STL as implemented in Microsoft Visual C++ 6.0 and how to overcome them. Overall, Effective STL is a really invaluable source of programming expertise on an essential aspect of today's C++ for anyone who is using--or planning to use--STL in real production code. It is quite simply a must-have. --Richard Dragan
2022-03-13 06:45:16 7.65MB c++ Effective STL
1
EFFECTIVE+STL中文版:50条有效使用STL的经验》高清书签目录版本
2022-03-12 21:43:17 11.11MB STL
1
More Effective C++, Scott Meyers~ 包括中文版和英文版 35个改善编程与设计的有效方法
2022-03-04 23:44:07 3.69MB More Effective C++ 中英文版
1
Effective C++系列,包含Effective C++ ,More Effecitve C++和Effecitve STL,都是中文版的。
2022-02-25 10:07:58 1.2MB Effective C++ More Effecitve
1
大疆无人机说明书_Case_Study_Police_Operations_Made_More_Effective
2022-02-22 17:02:26 3.91MB c++ 开发语言 后端
中文第三版 Effective C++ (带完整目录)
2022-02-17 00:27:14 16.4MB Effective C++ 中文 第三版
1
有人说C++程序员可以分成两类,读过Effective C++的和没读过的。世界顶级C++大师Scott Meyers成名之作的第三版的确当得起这样的评价。当您读过这本书之后,就获得了迅速提升自己C++功力的一个契机。 在国际上﹐本书所引起的反响﹐波及整个计算技术出版领域﹐余音至今未绝。几乎在所有C++书籍的推荐名单上﹐本书都会位于前三名。作者高超的技术把握力、独特的视角﹑诙谐轻松的写作风格﹑独具匠心的内容组织﹐都受到极大的推崇和仿效。这种奇特的现象﹐只能解释为人们对这本书衷心的赞美和推崇。 这本书不是读完一遍就可以束之高阁的快餐读物,也不是用以解决手边问题的参考手册,而是需要您去反复阅读体会的,C++是真正程序员的语言,背后有着精深的思想与无与伦比的表达能力,这使得它具有类似宗教般的魅力。希望这本书能够帮助您跨越C++的重重险阻,领略高处才有的壮美风光,做一个成功而快乐的C++程序员。
2022-02-09 09:30:46 2.05MB effective c++
1
Effective C#中文版 一本能使你的代码更优秀的书
2022-02-06 13:26:38 21.66MB C# Effective C#
1
辛辛苦苦添加了目录。 该书区别于诸如《MySQL技术内幕——InnoDB存储引擎》等书的一大特色是该书主要讲的是MySQL数据库中的索引技术,并分别讲了InnoDB、MyISAM、Memory三个存储引擎。其中重点当然是InnoDB。该笔记记得是乱七八糟,只适合自己看,记此笔记也是为了以后自己快速查阅回忆看这本书的内容,看起来会有断章取义的可能。 识别性能的问题:show full processlist
2022-01-29 11:58:54 41.02MB sql调优 带目录 mysql
1