摘要:
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 阅读全文
摘要:
C语言压缩与解压缩字符串(可用于进程间通信) #include <stdio.h> #include <stdio.h> #include <string.h> #include <malloc.h> #include <zlib.h> #define dPrint(fmt, ...) do{fpr 阅读全文