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 阅读全文
posted @ 2024-08-28 19:33 stitchCat 阅读(9) 评论(0) 推荐(0)
摘要:#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 阅读全文
posted @ 2024-08-28 19:31 stitchCat 阅读(31) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-08-28 19:30 stitchCat 阅读(0) 评论(0) 推荐(0)
摘要:References: git撤销已经提交到远程服务器的commit 阅读全文
posted @ 2024-08-28 18:21 stitchCat 阅读(9) 评论(0) 推荐(0)
摘要:References: Function pointers and callbacks 阅读全文
posted @ 2024-08-28 18:20 stitchCat 阅读(7) 评论(0) 推荐(0)
摘要:References: 原理图&PCB设计教程 阅读全文
posted @ 2024-08-26 14:35 stitchCat 阅读(9) 评论(0) 推荐(0)
摘要:References: 【硬核科普】全网最简洁易懂的OLED与LCD屏幕工作原理与优劣科普 阅读全文
posted @ 2024-08-23 20:04 stitchCat 阅读(12) 评论(0) 推荐(0)
摘要:placeholder 阅读全文
posted @ 2024-08-22 22:18 stitchCat 阅读(13) 评论(0) 推荐(0)
摘要:placeholder 阅读全文
posted @ 2024-08-22 22:18 stitchCat 阅读(11) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-08-22 10:27 stitchCat 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-08-22 10:15 stitchCat 阅读(0) 评论(0) 推荐(0)
摘要:// 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 阅读全文
posted @ 2024-08-22 09:04 stitchCat 阅读(7) 评论(0) 推荐(0)
摘要:References: ubuntu16.04 snap Notepad++ Is there Notepad++ equal alternative substitute app in Ubuntu? 阅读全文
posted @ 2024-08-21 11:10 stitchCat 阅读(28) 评论(0) 推荐(1)
该文被密码保护。
posted @ 2024-08-21 10:52 stitchCat 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-08-21 10:30 stitchCat 阅读(0) 评论(0) 推荐(0)
摘要:References: How to Install GCC on Ubuntu 22.04 [and Compile a C Program] How to install GCC on Ubuntu 22.04 阅读全文
posted @ 2024-08-20 22:58 stitchCat 阅读(6) 评论(0) 推荐(0)
摘要:References: Ubuntu中文设置与安装中文输入法(超详细) 阅读全文
posted @ 2024-08-20 16:15 stitchCat 阅读(28) 评论(0) 推荐(0)
摘要:References: 虚拟机与宿主机的网络连接 阅读全文
posted @ 2024-08-20 15:36 stitchCat 阅读(4) 评论(0) 推荐(0)
摘要:References: 一文详解vmware虚拟机nat、桥接、仅主机模式的区别 阅读全文
posted @ 2024-08-20 15:35 stitchCat 阅读(12) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-08-20 11:34 stitchCat 阅读(0) 评论(0) 推荐(0)
摘要:References: mSBC VS CVSD CVSD和mSBC的区别 阅读全文
posted @ 2024-08-20 11:24 stitchCat 阅读(202) 评论(0) 推荐(0)
摘要:References: 什么是 Linux 发行版?为什么它被称为“发行版”? 阅读全文
posted @ 2024-08-20 09:14 stitchCat 阅读(8) 评论(0) 推荐(0)
摘要:References: why do header files even exist? 阅读全文
posted @ 2024-08-18 05:37 stitchCat 阅读(5) 评论(0) 推荐(0)
摘要:References: What does int argc, char* argv[] mean? 阅读全文
posted @ 2024-08-18 03:36 stitchCat 阅读(21) 评论(0) 推荐(0)
摘要:References: Declaration vs. Definition of a variable in C C++ - Declaration Vs Definition 阅读全文
posted @ 2024-08-18 02:52 stitchCat 阅读(22) 评论(0) 推荐(0)
摘要:Reference: 为何不能在头文件里写定义? // a.c文件 #include "c.h" // #include "c.h" int main(void) { return 0; } // b.c文件 #include "c.h" // #include "c.h" // c.h文件 /* 阅读全文
posted @ 2024-08-18 01:39 stitchCat 阅读(15) 评论(0) 推荐(0)
摘要:References: 关于gcc、make和CMake的区别 阅读全文
posted @ 2024-08-16 20:02 stitchCat 阅读(17) 评论(0) 推荐(0)
摘要:References: Android: How do bluetooth UUIDs work? Bluetooth for Programmers 阅读全文
posted @ 2024-08-16 20:01 stitchCat 阅读(12) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-08-16 20:00 stitchCat 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-08-16 11:36 stitchCat 阅读(0) 评论(0) 推荐(0)
摘要:References: Python教学29期(强烈推荐) : Day10 集合类型, 字符编码 , 编码与解码 , 今日总结 阅读全文
posted @ 2024-08-13 20:57 stitchCat 阅读(38) 评论(0) 推荐(0)
摘要:References: 蓝牙Hands-free和Stereo两种模式 阅读全文
posted @ 2024-08-13 20:49 stitchCat 阅读(18) 评论(0) 推荐(0)
摘要:References: 【I2C】IIC读写时序 IIC通讯协议详解(电路和时序图) 阅读全文
posted @ 2024-08-09 11:20 stitchCat 阅读(23) 评论(0) 推荐(0)
摘要:References Keil(STM32)开发环境-(5)烧写测试程序 阅读全文
posted @ 2024-08-08 18:38 stitchCat 阅读(134) 评论(0) 推荐(0)
摘要:References How to Make a UML Sequence Diagram Sequence Diagram - Step by Step Guide with Example What is Sequence Diagram? 阅读全文
posted @ 2024-08-01 17:05 stitchCat 阅读(13) 评论(0) 推荐(0)
摘要:References: UML Diagrams Full Course (Unified Modeling Language) 阅读全文
posted @ 2024-08-01 17:03 stitchCat 阅读(7) 评论(0) 推荐(0)
摘要:References Difference Between CMD vs Powershell vs Bash 阅读全文
posted @ 2024-08-01 16:05 stitchCat 阅读(14) 评论(0) 推荐(0)
摘要:【8分钟动画视频带你直观了解STM32 GPIO接口工作原理,内容很干!GPIO是什么?能用来做什么?八种工作模式,推挽输出和开漏输出的区别】 https://www.bilibili.com/video/BV1fu411a74Q/?share_source=copy_web&vd_source=3 阅读全文
posted @ 2024-08-01 14:19 stitchCat 阅读(90) 评论(0) 推荐(0)
摘要:References STM32寄存器的本质到底是什么??? 阅读全文
posted @ 2024-08-01 14:17 stitchCat 阅读(13) 评论(0) 推荐(0)
摘要:Reference 《单片机原理及应用(第4版)》40课时合集-天津科技大学 阅读全文
posted @ 2024-08-01 11:16 stitchCat 阅读(25) 评论(0) 推荐(0)
摘要:References: 花几分钟理解嵌入式通信基础 阅读全文
posted @ 2024-08-01 11:15 stitchCat 阅读(9) 评论(0) 推荐(0)
摘要:Reference 花几分钟搞懂STM32寄存器 阅读全文
posted @ 2024-08-01 11:14 stitchCat 阅读(17) 评论(0) 推荐(0)
摘要:References 锁存器与触发器详解1_SR锁存器 阅读全文
posted @ 2024-08-01 11:13 stitchCat 阅读(31) 评论(0) 推荐(0)