-
基于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
-
ASP website module, module can be used to produce personal websites
ASP网站模块,可以以此为模块制作个人网站-ASP website module, module can be used to produce personal websites
- 2022-01-25 16:36:56下载
- 积分:1
-
"computer system assembly and maintenance technology" electronic templ...
《计算机系统组装与维护技术》电子教案
教你如何找出自己电脑的故障!-"computer system assembly and maintenance technology" electronic templates will teach you how to identify their computer failures!
- 2023-08-06 03:05:05下载
- 积分:1
-
150套网页模板
150套网页模板-150 website template
- 2023-07-09 22:40:10下载
- 积分:1
-
WARP COM 口通讯 C 语言源程序库
WARP COM 口通讯 C 语言源程序库-WARP COM port communication for C language source
- 2023-08-04 21:05:03下载
- 积分:1
-
单机版的‘三子棋’游戏
单机版的‘三子棋’游戏-stand-alone version of the "three-game" game
- 2022-06-12 04:51:03下载
- 积分:1
-
该方程的MATLAB源代码根,很多次了,这很好…
方程求根的matlab源码,用了很多次,很好用,希望对大家有用-Roots of the equation matlab source code, with a lot of times, very good with the hope for all of us! ! !
- 2023-07-22 02:35:03下载
- 积分:1
-
mfc socket
mfc socket服务器通讯,一对多通信,mfc socket服务器通讯,一对多通信,mfc socket服务器通讯,一对多通信,mfc socket服务器通讯,一对多通信,mfc socket服务器通讯,一对多通信,mfc socket服务器通讯,一对多通信,
- 2023-05-20 07:55:07下载
- 积分:1
-
c#编的CSDN离线助手
c#编的CSDN离线助手-series CSDN offline aides
- 2022-02-02 12:17:55下载
- 积分:1
-
MFC 机械臂数据监控 二维动态轨迹
使用mfc框架编写,通过TCPIP协议即socket通信采集机械臂数据,同时涉及MySQL数据库 使用,多线程技术,二维实时动态轨迹。
- 2022-02-04 18:45:40下载
- 积分:1