C++程序设计语言 第四版 第4部分 标准库 C++之父 中文版 文字版 清晰版 样张 PDF C++11 标准 2016年 最新版
2021-10-15 06:05:42 3.4MB C++之父 第四版 第4部分 标准库
1
用C++ STL 实现的文件处理函数大全,包括一些常用的但标准库中没有字符串处理。内部含有的正则部分,是采用的boost库,不需要的完全可以去掉,不影响其他函数的使用。
2021-10-14 17:22:07 7KB 源码 c++ 标准库 字符串处理
1
C++程序设计语言(第4部分标准库) C++程序设计语言(第4部分标准库)
2021-10-12 20:56:33 86.44MB c++11 stl
1
大复数类,实现了复数的运算符重载与输出流重载。标准库码风
2021-10-11 14:02:39 3KB c++ 复数
1
Python3.7.6官方标准库参考中文 The Python Library Reference 发布3.7.6 Guido van Rossum and the Python development team 二月06, 2020 Python Software Foundation Email: docs@python.org
2021-10-09 16:32:54 9.32MB python3
1
python标准库中文版PDF(带章节书签),高清文字版,非扫描版
2021-10-09 16:16:52 540KB python,中文
1
The 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 - A Tutorial and Reference, 2nd Edition describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive documentation of each library component, including an introduction to its purpose and design; clearly written explanations of complex concepts; the practical programming details needed for effective use; traps and pitfalls; the exact signature and definition of the most important classes and functions; and numerous examples of working code. The book focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms. You will also find detailed coverage of strings, concurrency, random numbers and distributions, special containers, numerical classes, internationalization, and the IOStreams library. An insightful introduction to fundamental concepts and an overview of the library will help bring newcomers quickly up to speed. A comprehensive index will support the C++ programmer in his/her day-to-day life. Extending the overall content by about 50%, the book now also covers all the new C++11 library components, including Concurrency Fractional arithmetic Clocks and Timers Random numbers and distributions New smart pointers Regular expressions New STL containers, such as arrays, forward lists, and unordered containers New STL algorithms Tuples Type traits and type utilities
2021-10-06 11:59:10 13.8MB C++ 标准库
1
源码之前,了无秘密.详细看过STL源码的人都有这种感受吧. 本资源为STLPort4.0源代码.
2021-10-01 18:12:15 1.09MB STL源代码 C++源码
1
因为基于cortex系列芯片采用的内核都是相同的,区别主要为核外的片上的差异(片上外设主要有芯片生产商来定)。这些差异却导致软件在同内核,不同外设的芯片上移植困难。为了解决不同芯片厂商生产的cortex微控制器软件的兼容性问题,ARM与芯片厂商建立了CMSIS标准。CMSIS层位于硬件层和用户层之间,提供了与芯片生产商无关的硬件抽象层,提供软件接口,疲敝了硬件的差异。
2021-10-01 10:46:32 34.26MB STM32F4标准库 STM32F4 1.0.8. MDK开发包
1
Python原来这么简单(win系统 基础篇)
2021-10-01 09:10:20 82.29MB python
1