摘要: /* Linux API:read,write,open function:C实现CP Command */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> // read #include <fcntl.h> // open # 阅读全文
posted @ 2022-11-20 23:47 starc的miao 阅读(73) 评论(0) 推荐(0)
摘要: https://www.runoob.com/design-pattern/chain-of-responsibility-pattern.html 阅读全文
posted @ 2022-11-20 23:34 starc的miao 阅读(31) 评论(0) 推荐(0)
摘要: yum install SDL 安装的是SDL2 include的文件也是SDL2 yum install xclock 中文教程:http://tjumyk.github.io/sdl-tutorial-cn/contents.html 编译命令:gcc -o demo main.c sdl2-c 阅读全文
posted @ 2022-11-20 20:27 starc的miao 阅读(528) 评论(0) 推荐(0)
摘要: /* Linux API: function:C实现进度条 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #define NUM 101 #define STYLE '*' #define MAX 100 void pro 阅读全文
posted @ 2022-11-20 16:55 starc的miao 阅读(61) 评论(0) 推荐(0)
摘要: 桥接模式 NAT模式 仅主机模式 阅读全文
posted @ 2022-11-20 16:14 starc的miao 阅读(14) 评论(0) 推荐(0)