2023年12月19日

C语言实现TCP CS模型代码,客户端服务器

摘要: 服务端将接受客户端发送的数据并将其转换成大写形式,然后再发送给客户端,客户端将发送一个字符串给服务器,并显示来自服务器的响应内容。 服务器 点击查看代码 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/ 阅读全文
posted @ 2023-12-19 16:32 开源侠 阅读(15) 评论(0) 推荐(0) 编辑