09 2024 档案
摘要:References: what do you mean by registering a callback function in c
阅读全文
摘要:Referneces: STM32函数固件库 CMSIS_6 -> 此为arm提出的cmsis6的标准,各个用arm作内核的mcu厂商在写自家的固件库时应该遵守的标准。以后以stm32为例说明 【STM32】驱动库的选择:CMSIS Driver、SPL、HAL、LL | 在ARM MDK、STM3
阅读全文
摘要:References: What is self? Why must ‘self’ be used explicitly in method definitions and calls?
阅读全文
摘要:在金融和经济领域中,杠杆和加杠杆是非常重要的概念,通常用于描述借贷、投资和企业运营中如何利用借入资金或债务来放大收益的行为。它们可以增加潜在的收益,但也会增加风险。 1. 杠杆(Leverage) 杠杆是指使用借款资金来进行投资或运营,以期望通过借来的资金获取更高的收益。在没有杠杆的情况下,投资者只
阅读全文
摘要:References: Implementing a Finite State Machine in C++ Finite State Machines (FSM) in Embedded Systems (Part 1) - There's a State in This Machine! Sta
阅读全文
摘要:References: volatile (computer programming) When and How to use the Volatile Keyword (Embedded C Programming)
阅读全文
摘要:References: Inline function What does it mean to inline a function and how does it affect a program?
阅读全文
摘要:Based on chatGPT Yes, Windows has a shell layer, which serves as the interface between the user and the operating system. The term "shell" in this con
阅读全文
摘要:References: Inter-IC Sound (I2S) I2S (Inter-IC Sound) is a serial bus interface standard used for connecting digital audio devices, such as microcontr
阅读全文
摘要:Based on chatGPT 1. 什么是经济? 经济是指一个国家或地区通过生产、分配、交换和消费来满足人类需求的活动及其相关的制度、过程和结构。经济涉及资源的利用,包括自然资源、劳动力、资本、技术等,目的是为了生产商品和提供服务,满足社会需求。 经济可以分为不同的层面,包括: 宏观经济:关注整
阅读全文
摘要:Based on chatGPT 1. 什么是左声道和右声道? 左声道和右声道是指在立体声(Stereo)系统中,声音信号的两个独立音轨。 左声道(Left Channel):主要负责播放来自左侧的音频信号,通常会通过左边的扬声器或耳机发声。 右声道(Right Channel):主要负责播放来自右
阅读全文
摘要:References: const*和*const The data types of const char * and char * const in C language In C, const char * and char * const are two different pointer
阅读全文
摘要:References: 初识ARM(内核、SoC) 一文彻底分清ARM架构、内核、指令集等相关概念 【ARM】(1)架构简介 什么是ARM、Cortex、SOC、arm架构、ARMv7、ARM指令集?超详细!!!! Learn the architecture - Introducing the A
阅读全文
摘要:References: cpu多核的来历,cpu性能与核心数的联系 如何理解处理器、CPU、多处理器、内核、多核? 内核/逻辑处理器/线程/多线程/多CPU/多核CPU CPU相关概念:物理cpu数、核数、逻辑cpu数,12核20线程实例分析 Multi-Core on Chip Architect
阅读全文
摘要:References: STM32的时钟系统 STM32系统时钟及配置方法 【STM32】系统时钟RCC详解(超详细,超全面) STM32 internal clocks Changing CPU frequency/clock in existing STM32H750 project What
阅读全文
摘要:References: Wireless LAN: WAP, BSS, BSSID, SSID, ESS, & ESSID 服务集(Service Set) 什么是SSID?
阅读全文
摘要:References: Wireless Access Points: Everything You Need To Know Wireless LAN: WAP, BSS, BSSID, SSID, ESS, & ESSID Conclusion AP是运行在osi模型中第二层(data link
阅读全文