摘要: C语言Socket编程(TCP与UDP) UDP: //udp_server.c: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #i 阅读全文
posted @ 2020-07-16 15:13 h云淡风轻 阅读(19) 评论(0) 推荐(0) 编辑
摘要: C语言压缩与解压缩字符串(可用于进程间通信) #include <stdio.h> #include <stdio.h> #include <string.h> #include <malloc.h> #include <zlib.h> #define dPrint(fmt, ...) do{fpr 阅读全文
posted @ 2020-07-16 14:51 h云淡风轻 阅读(16) 评论(0) 推荐(0) 编辑