08 2024 档案
摘要:References: [what do you mean by registering a callback function in C?] (https://stackoverflow.com/questions/8590335/what-do-you-mean-by-registering-a
阅读全文
摘要:#include <stdio.h> // 函数原型声明 float calc(float a, float y, const char op); float add(float a, float b); float minus(float a, float b); float multiple(f
阅读全文
摘要:References: git撤销已经提交到远程服务器的commit
阅读全文
摘要:References: Function pointers and callbacks
阅读全文
摘要:References: 【硬核科普】全网最简洁易懂的OLED与LCD屏幕工作原理与优劣科普
阅读全文
摘要:// Online C compiler to run C program online #include <stdio.h> int main() { char arr[2] = {1, 2}; char *parr0 = NULL; char *parr1 = NULL; char **ppar
阅读全文
摘要:References: ubuntu16.04 snap Notepad++ Is there Notepad++ equal alternative substitute app in Ubuntu?
阅读全文
摘要:References: How to Install GCC on Ubuntu 22.04 [and Compile a C Program] How to install GCC on Ubuntu 22.04
阅读全文
摘要:References: Ubuntu中文设置与安装中文输入法(超详细)
阅读全文
摘要:References: 一文详解vmware虚拟机nat、桥接、仅主机模式的区别
阅读全文
摘要:References: mSBC VS CVSD CVSD和mSBC的区别
阅读全文
摘要:References: 什么是 Linux 发行版?为什么它被称为“发行版”?
阅读全文
摘要:References: why do header files even exist?
阅读全文
摘要:References: What does int argc, char* argv[] mean?
阅读全文
摘要:References: Declaration vs. Definition of a variable in C C++ - Declaration Vs Definition
阅读全文
摘要:Reference: 为何不能在头文件里写定义? // a.c文件 #include "c.h" // #include "c.h" int main(void) { return 0; } // b.c文件 #include "c.h" // #include "c.h" // c.h文件 /*
阅读全文
摘要:References: 关于gcc、make和CMake的区别
阅读全文
摘要:References: Android: How do bluetooth UUIDs work? Bluetooth for Programmers
阅读全文
摘要:References: Python教学29期(强烈推荐) : Day10 集合类型, 字符编码 , 编码与解码 , 今日总结
阅读全文
摘要:References: 蓝牙Hands-free和Stereo两种模式
阅读全文
摘要:References: 【I2C】IIC读写时序 IIC通讯协议详解(电路和时序图)
阅读全文
摘要:References Keil(STM32)开发环境-(5)烧写测试程序
阅读全文
摘要:References How to Make a UML Sequence Diagram Sequence Diagram - Step by Step Guide with Example What is Sequence Diagram?
阅读全文
摘要:References: UML Diagrams Full Course (Unified Modeling Language)
阅读全文
摘要:References Difference Between CMD vs Powershell vs Bash
阅读全文
摘要:【8分钟动画视频带你直观了解STM32 GPIO接口工作原理,内容很干!GPIO是什么?能用来做什么?八种工作模式,推挽输出和开漏输出的区别】 https://www.bilibili.com/video/BV1fu411a74Q/?share_source=copy_web&vd_source=3
阅读全文
摘要:References STM32寄存器的本质到底是什么???
阅读全文
摘要:Reference 《单片机原理及应用(第4版)》40课时合集-天津科技大学
阅读全文
摘要:Reference 花几分钟搞懂STM32寄存器
阅读全文
摘要:References 锁存器与触发器详解1_SR锁存器
阅读全文