-
protocol
protocol
- 2022-03-10 11:32:55下载
- 积分:1
-
站点映像程序
站点映像程序-The app of site mirror
- 2022-07-07 09:52:40下载
- 积分:1
-
This the server part of the chat application. This part establishes the connecti...
This the server part of the chat application. This part establishes the connection between clients. -This is the server part of the chat application. This part establishes the connection between clients.
- 2022-03-12 12:17:46下载
- 积分:1
-
Distributed Computing
分布式计算――CORBA客户服务器编程,学习CORBA客户/服务器编程。-Distributed Computing-- CORBA client-server programming, learning CORBA client/server programming.
- 2023-08-17 10:35:03下载
- 积分:1
-
实现串口连接的模拟程序界面,计算机网络安装环境.
实现串口连接的模拟程序界面,计算机网络安装环境.-Serial interface to connect the simulation program, computer network installation environment.
- 2023-06-20 01:00:05下载
- 积分: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
-
网络围棋对战的服务器端,可以统计在线人数、参战人数并可以进行排名。需要和客户端一起使用...
网络围棋对战的服务器端,可以统计在线人数、参战人数并可以进行排名。需要和客户端一起使用-Net GO server program. It can count how many pepole are online and the players are playing and ranks them. It needs to run the client program together.
- 2022-05-21 18:46:37下载
- 积分:1
-
listen to what are they talking,窃听源码
listen to what are they talking,窃听源码-listen to what are they talking, eavesdropping source
- 2023-07-09 09:05:03下载
- 积分:1
-
VC 6.0 ZZ read the weather information document (ground elements of conventional...
用VC++ 6.0 读取气象站的ZZ文件信息(地面常规要素实时数据文件)-VC 6.0 ZZ read the weather information document (ground elements of conventional real-time data files)
- 2022-08-14 11:34:12下载
- 积分:1
-
我自己收集的一堆关于网络方面的介绍和实用教程,绝对是有利于提高自身技术的!...
我自己收集的一堆关于网络方面的介绍和实用教程,绝对是有利于提高自身技术的!-I collected a pile on the network and the introduction of practical course, it is absolutely conducive to improving their own techniques!
- 2022-03-21 02:35:30下载
- 积分:1