摘要:【Win32 API学习】模拟键盘输入和鼠标输入 - DoubleLi - 博客园 (cnblogs.com)
阅读全文
摘要:创建 Pattern 的构造函数 lpeg.P (value) 将 value 转变为 patten。value 可以是以下值 pattern, 返回 pattern string, 返回匹配该string固定值得pattern 非负数n, 返回一个匹配 n 个字符的 pattern 负数 -n,
阅读全文
摘要:git clone https://github.com/StevenBaby/onix.git
阅读全文
摘要:#include <stdio.h> #include <string> #include <vector> #include <iostream> using namespace std; // UTF8转UNICODE // 1个字节: 0xxx xxxx 7 = 7 (能表示128个字符) /
阅读全文
摘要:#include <Windows.h> #include <stdlib.h> #include <vector> #include <thread> #include <mutex> using namespace std; struct SDisplay { int Width; int He
阅读全文
摘要:开了串口0的接收中断后, 如果中途有调用__disable_irq(), __enable_irq(), 会概率性卡死在_enable_irq()函数中
阅读全文
摘要:歌词特效 【请你听歌】黄伟文的词能有多惊艳(4)_哔哩哔哩_bilibili
阅读全文
摘要:如下代码 // 平台_硬件版本_MCU型号_编译时间 (预留64字节空间,通过工具寻找并改写) static const char MCU_VERSION[64] = "LATD_HW00_APP"; // 不要修改,工具会自动修改 // ARM获取MCU版本信息(0xA2) static void
阅读全文
摘要:文章 拆解报告:Coocaa酷开Live-time留声 蓝牙音箱 (qq.com)
阅读全文
摘要:ST7735 DataSheet DATASHEET SEARCH SITE == WWW.ICPDF.COM (ic37.com)
阅读全文
摘要:原理图 mq-dual_sch_v1.6.pdf (mangopi.org) 在线PCB MQ-1p6 BOM (mangopi.org) 用户手册 t113-s3_user_manual_v1.3_.pdf (mangopi.org)
阅读全文
摘要:static uint8_t _GetFlag(void) { uint8_t buffer[1024]; ... return buffer[0] == 0x01 || buffer[0] == 0x02; } int main() { if (!_GetFlag()) { ... } // 注意
阅读全文
摘要:升压公式 V(out) = 0.6V + (R1/R2) * 0.6V 平芯微原装正品PW5328B,DC-DC升压芯片,包括欠压锁定,电流限制-淘宝网 (taobao.com)
阅读全文