-
一种管理用户的代码,主要用于用户管理,这也是一种常见的管理方式...
一种管理用户的代码,主要用于用户管理,这也是一种常见的管理方式-A management user
- 2022-02-07 08:16:07下载
- 积分:1
-
修改 Network 网的密码
修改 Network 网的密码-change the password Network Network
- 2022-03-24 00:14:16下载
- 积分:1
-
large voice chat software
大型语音聊天软件-large voice chat software
- 2023-06-12 10:35:04下载
- 积分:1
-
聊天客户端
vc socket实现的聊天室,一个服务器,多个客户端。多个客户端可以通过这个服务器进行通信
- 2023-07-21 09:10:04下载
- 积分:1
-
通过设置发送并接收消息:可以设置端口,波特率,奇偶校验等参数...
通过设置发送并接收消息:可以设置端口,波特率,奇偶校验等参数-send and receive news : you can set ports, baud rate, parity and other parameters
- 2022-10-15 23:05:03下载
- 积分:1
-
the use of fack!
课程设计的用的,不知道有没有用,这个网站真的很烦啊,还哟奥有二十个字,搞什么啊!-the use of fack!
- 2023-05-20 10:15:03下载
- 积分:1
-
从网页文件中删除html标记,提取其中的中文字符内容。
从网页文件中删除html标记,提取其中的中文字符内容。-Delete files from a web page html tag, extract the contents of which the Chinese characters.
- 2022-04-20 23:33:22下载
- 积分:1
-
ARQ协议的实验。可以通过次软件来模拟ARQ协议.
ARQ协议的实验。可以通过次软件来模拟ARQ协议.-ARQ protocol experiment. Through meeting the software to simulate the ARQ protocol.
- 2022-10-29 17:25:03下载
- 积分:1
-
EVC中网络编程的ping的例子,对初学EVC有些帮助
EVC中网络编程的ping的例子,对初学EVC有些帮助-EVC network programming in the ping example, EVC for beginner some help
- 2022-02-04 11:22:56下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1