10 2022 档案

摘要:原视频链接:华大半导体20210709直播录像:HC32L系列MCU原理与应用——系统时钟_哔哩哔哩_bilibili 分享主题 一、系统总线架构 APB和AHB总线(AHB(AdvancedHigh performance Bus)系统总线和APB(Advanced Peripheral Bus) 阅读全文
posted @ 2022-10-28 09:49 朱果果 阅读(255) 评论(0) 推荐(0)
摘要:TCP之深入浅出send&recv - 腾讯云开发者社区-腾讯云 (tencent.com) 阅读全文
posted @ 2022-10-18 14:13 朱果果 阅读(58) 评论(0) 推荐(0)
摘要:1. cat /proc/cpuInfo 2. 通过汇编获取 3. dmidecode指令解析 dmidecode -t 4 | grep ID |sort -u |awk -F': ' '{print $2}' 代码示例: #include <cstdio> #include <cstring> 阅读全文
posted @ 2022-10-13 11:15 朱果果 阅读(3133) 评论(0) 推荐(0)