12 2021 档案

摘要:代码文件:点击下载 #include <stdio.h> void show(char** str, int n); //打印指针数组常量字符串的内容 void bubble_sort(char** str, int n, int(*func)(char*, char*)); //冒泡排序 void 阅读全文
posted @ 2021-12-20 00:05 王廷胡_白嫖帝 阅读(27) 评论(0) 推荐(0)
摘要:视频连接 head end /******* 域名解析 ************************** * 函数名:struct hostent *gethostbyname(const char *name); * 功能:域名解析 * 参数: * const char *name:域名或者i 阅读全文
posted @ 2021-12-04 21:50 王廷胡_白嫖帝 阅读(414) 评论(0) 推荐(0)