More Effective C++ 捷 pdf
2024-08-24 16:32:04 115.71MB pdf
1
学习编程的人都知道,阅读、剖析名家代码乃是提高水平的捷径。源码之前,了无秘密。大师们的缜密思维、经验结晶、技术思路、独到风格,都原原本本体现在源码之中。 这本书所呈现的源码,使读者看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;甚至还能够看到底层的memory pool和高阶抽象的traits机制的实现。
2023-09-17 23:02:55 23.01MB STL 源码分析 侯婕
1
c++ 标准库,捷译! 巨细靡遗,井然有序!
2023-06-07 08:28:39 21.3MB c++语言
1
台湾 捷 word排版艺术的电子书籍。一本好书,文中以WORD95为基础,但也比较了其他高版本的操作环境的不同!
2023-04-26 07:29:50 41.33MB 台湾 侯捷 word排版
1
Exceptional C++(中文版)
2023-04-14 20:30:23 946KB Exceptional C++ 中文版 侯捷
1
C++程序员案前必备 C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions. The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code. This thoroughly up-to-date book reflects the newest elements of the C++ standard library incorporated into the full ANSI/ISO C++ language standard. In particular, the text focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms. You will also find detailed coverage of special containers, strings, numerical classes, international……
1
STL泛型编程、C++内存管理、C++标注11-14、C++面向对象高级开发
2023-03-11 15:02:51 79B c++ stl 内存管理 面向对象编程
1
《STL源码剖析》 PDF 简体中文 扫描版本 这本书不适合C++ 初学者,不适合 Genericity(泛型技术)初学者,或 STL 初学者。这本书也不适合带领你学习面向对象(Object Oriented)技术 — 是的,STL 与面向对象没有太多关连。本书前言清楚说明了书籍的定位和合适的读者,以及各类基础读物。如果你的Generic Programming/STL实力足以阅读本书所呈现的源码,那么,恭喜,你踏上了基度山岛,这儿有一座大宝库等着你。源码之前了无秘密,你将看到 vector的实现、list的实现、heap的实现、deque的实现、RB-tree的实现、hash-table的实现、set/map 的实现;你将看到各种算法(排序、搜寻、排列组合、数据移动与复制…)的实现;你甚至将看到底层的memory pool 和高阶抽象的traits 机制的实现。那些数据结构、那些算法、那些重要观念、那些编程实务中最重要最根本的珍宝,那些蜇伏已久彷佛已经还给老师的记忆,将重新在你的脑中闪闪发光。
2023-03-08 17:05:59 11.59MB C++ STL 源码 侯捷
1
捷系列-全部课件\C++设计模式\C++设计模式
2023-02-26 21:34:16 1KB c++
1
C++ STL标准程序库 捷译中文版带书签,STL的使用参考书,由浅入深,适合不同阶段水平
2023-02-25 13:28:00 12.51MB STL C++
1