摘要: 两个好用的同义词替换网址thesaurus和powerthesaurus 1、https://zh.powerthesaurus.org/ 2、https://sourceforge.net/projects/thesaurus/ 20221030无法访问 3、https://www.thesaur 阅读全文
posted @ 2022-10-30 11:02 叕叒双又 阅读(551) 评论(0) 推荐(0) 编辑
摘要: 代码非常简单: 1 #include <stdio.h> 2 #include <termios.h> 3 #include <unistd.h> 4 #include <sys/types.h> 5 #include <sys/time.h> 6 7 int kbhit(void){ 8 stru 阅读全文
posted @ 2022-10-30 09:26 叕叒双又 阅读(327) 评论(0) 推荐(0) 编辑
摘要: keycode 8 = BackSpace BackSpacekeycode 9 = Tab Tabkeycode 12 = Clearkeycode 13 = Enterkeycode 16 = Shift_Lkeycode 17 = Control_Lkeycode 18 = Alt_Lkeyc 阅读全文
posted @ 2022-10-30 08:44 叕叒双又 阅读(49) 评论(0) 推荐(0) 编辑