kehuadong

2023年3月22日

编写操作系统

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

posted @ 2023-03-22 13:22 kehuadong 阅读(36) 评论(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 阅读(33) 评论(0) 推荐(0)

导航