kehuadong

01 2024 档案

epoll_t类
摘要:epoll通常用于单线程读取多个串口的数据 #include <unistd.h> #include <sys/epoll.h> #include <mutex> #include <functional> #include <map> using namespace std; // 这里使用了mu 阅读全文

posted @ 2024-01-18 15:09 kehuadong 阅读(9) 评论(0) 推荐(0) 编辑

绘制像素buffer
摘要:#ifndef CLASS_BITMAP_H #define CLASS_BITMAP_H #include <stdio.h> #include <windows.h> class cbitmap { public: cbitmap(); ~cbitmap(); public: // 创建 voi 阅读全文

posted @ 2024-01-16 16:40 kehuadong 阅读(9) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示