-
基于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
-
网络编程比较好的参考书籍。从入门到精通都有阐述。
网络编程比较好的参考书籍。从入门到精通都有阐述。-Relatively good network programming reference books. From entry to the master are described.
- 2023-03-21 03:55:03下载
- 积分:1
-
用ICMP.DLL发送TCP/IP控制信息
用ICMP.DLL发送TCP/IP控制信息-ICMP.DLL used to send TCP/IP control information
- 2023-04-14 23:30:02下载
- 积分:1
-
该程序实现了串口之间的相互通信,是异步串口通信,计算机网络实验经典程序。...
该程序实现了串口之间的相互通信,是异步串口通信,计算机网络实验经典程序。-between the serial communications, serial communication is asynchronous, the classic experimental procedures for computer networks.
- 2023-05-31 00:45:03下载
- 积分:1
-
Animation菜单声称程序
Animation菜单声称程序-Animation menu claims procedures
- 2023-05-12 21:35:04下载
- 积分:1
-
一个简单的pop3接收邮件程序
一个简单的pop3接收邮件程序-a simple procedure and receive email pop3
- 2022-08-23 14:14:12下载
- 积分:1
-
JAVA写的一个非常完美的在线投票系统,附带使用方法.
JAVA写的一个非常完美的在线投票系统,附带使用方法.-JAVA write a very perfect online voting system, incidental use.
- 2022-10-09 13:35:03下载
- 积分:1
-
实现串口连接的模拟程序界面,计算机网络安装环境.
实现串口连接的模拟程序界面,计算机网络安装环境.-Serial interface to connect the simulation program, computer network installation environment.
- 2023-06-20 01:00:05下载
- 积分:1
-
一些协议的c语言的例子
一些协议的c语言的例子--Some protocols examples in c language
- 2022-03-23 08:51:41下载
- 积分:1
-
P2P打洞源码,客户端和服务器源码,C++编写
P2P打洞源码,客户端和服务器源码,C++编写,很好的学习p2P的资料。一套纯c++实现的p2p典范,是学习c++编码的经典之作。 无论编码格式,风格,还是对c++各种语法,模板的使用都非常详细。 不可多得的好代码,打开即可编译运行。
- 2022-01-24 12:36:42下载
- 积分:1