More Effective C++ 侯捷 pdf
2024-08-24 16:32:04 115.71MB pdf
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
很好的STL原理及源码分析,有文档结构,且非扫描版
2023-02-22 23:06:51 10.15MB stl 源码 侯捷
1