kehuadong

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页

2023年4月17日

ESP32-C3资料

摘要: esp32-c3_technical_reference_manual_cn.pdf (espressif.com.cn) 阅读全文

posted @ 2023-04-17 15:13 kehuadong 阅读(79) 评论(0) 推荐(0) 编辑

2023年4月10日

git 乱码解决

摘要: git config --global core.quotepath false 阅读全文

posted @ 2023-04-10 20:10 kehuadong 阅读(23) 评论(0) 推荐(0) 编辑

2023年3月30日

windows api模拟键盘鼠标

摘要: 【Win32 API学习】模拟键盘输入和鼠标输入 - DoubleLi - 博客园 (cnblogs.com) 阅读全文

posted @ 2023-03-30 01:38 kehuadong 阅读(84) 评论(0) 推荐(0) 编辑

2023年3月28日

lpeg (Parsing Expression Grammars)

摘要: 创建 Pattern 的构造函数 lpeg.P (value) 将 value 转变为 patten。value 可以是以下值 pattern, 返回 pattern string, 返回匹配该string固定值得pattern 非负数n, 返回一个匹配 n 个字符的 pattern 负数 -n, 阅读全文

posted @ 2023-03-28 14:23 kehuadong 阅读(28) 评论(0) 推荐(0) 编辑

2023年3月22日

编写操作系统

摘要: git clone https://github.com/StevenBaby/onix.git 阅读全文

posted @ 2023-03-22 13:22 kehuadong 阅读(25) 评论(0) 推荐(0) 编辑

utf-8 转 unicode

摘要: #include <stdio.h> #include <string> #include <vector> #include <iostream> using namespace std; // UTF8转UNICODE // 1个字节: 0xxx xxxx 7 = 7 (能表示128个字符) / 阅读全文

posted @ 2023-03-22 10:12 kehuadong 阅读(5) 评论(0) 推荐(0) 编辑

2023年3月20日

字符动态切换效果

摘要: #include <Windows.h> #include <stdlib.h> #include <vector> #include <thread> #include <mutex> using namespace std; struct SDisplay { int Width; int He 阅读全文

posted @ 2023-03-20 20:30 kehuadong 阅读(10) 评论(0) 推荐(0) 编辑

TODO ...

摘要: 1. 文本切换特效 2. 边框切换特效 阅读全文

posted @ 2023-03-20 02:49 kehuadong 阅读(12) 评论(0) 推荐(0) 编辑

2023年3月18日

GD32E230 __enable_irq()的问题

摘要: 开了串口0的接收中断后, 如果中途有调用__disable_irq(), __enable_irq(), 会概率性卡死在_enable_irq()函数中 阅读全文

posted @ 2023-03-18 22:34 kehuadong 阅读(81) 评论(0) 推荐(0) 编辑

歌词特效算法研究

摘要: 歌词特效 【请你听歌】黄伟文的词能有多惊艳(4)_哔哩哔哩_bilibili 阅读全文

posted @ 2023-03-18 16:37 kehuadong 阅读(8) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页

导航