[学习笔记]STM32F1 SYSTICK 滴答定时器源码(寄存器、标准库、HAL库)
2021-07-04 09:02:40 39.12MB 嵌入式 stm32f1
1
C标准库 参考手册,这个标准库可以作为 C 程序员的参考手册,后面学习 C 编程时,如果发现要使用到某个函数,可以来查询。
2021-07-03 19:03:41 98KB C语言 C标准库 C标准库参考手册
1
STM32L151RCT6添加标准库-附件资源
2021-07-03 02:15:53 23B
1
c++ stl The Standard Template Library, 容器(Container) 迭代器(Iterator) 算法(Algorithm)仿函数(Function object)迭代适配器(Adaptor)空间配制器(allocator)
2021-07-02 17:59:02 1.3MB stl c++ 标准库
1
C++标准模板库其实属于C++标准库的一部分,C++标准模板库主要是定义了标准模板的定义与声明,而这些模板主要都是 类模板,我们可以调用这些模板来定义一个具体的类;与之前的自己手动创建一个函数模版或者是类模板不一样,我们使用了 STL就不用自己来创建模板了,这些模板都定义在标准模板库中,我们只需要学会怎么使用这些类模板来定义一个具体的类, 然后能够使用类提供的各种方法来处理数据。
2021-07-02 15:44:28 294KB STL
1
网盘链接。230m,1026页祝你学习顺利。
2021-07-01 15:01:05 116B c++ stl
1
\8,STM32 参考资料\STM32F4xx 固件库\stm32f4_dsp_stdperiph_lib.zip
2021-06-28 23:04:27 81.46MB STM32 STM32F4 固件库 标准库
1
(注:若需要下载帮助文档,请搜索poco-1.6.1-all-doc) 本资源介绍:Introduction The POCO C++ Libraries are a collection of open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it. Their modular and efficient design and implementation makes the POCO C++ Libraries extremely well suited for embedded development, an area where the C++ programming language is becoming increasingly popular, due to its suitability for both low-level (device I/O, interrupt handlers, etc.) and high-level object-oriented development. Of course, POCO is also ready for enterprise-level challenges. POCO Libraries POCO consists of four core libraries, and a number of add-on libraries. The core libraries are Foundation, XML, Util and Net. Two of the add-on libraries are NetSSL, providing SSL support for the network classes in the Net library, and Data, a library for uniformly accessing different SQL databases. POCO aims to be for network-centric, cross-platform C++ software development what Apple's Cocoa is for Mac development, or Ruby on Rails is for Web development — a powerful, yet easy and fun to use platform to build your applications upon. POCO is built strictly using standard ANSI/ISO C++, including the standard library. The contributors attempt to find a good balance between using advanced C++ features and keeping the classes comprehensible and the code clean, consistent and easy to maintain.
2021-06-28 16:21:55 8.14MB 准C++标准库 Poco库
1
[学习笔记]STM32F1系统时钟配置(寄存器、标准库、HAL库源码)
2021-06-27 12:02:51 36.16MB STM32F1
1