-
基于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
-
*unix ip包的生成和发送 非本人写源码
*unix ip包的生成和发送 非本人写源码-* unix ip packet generation and I write to send non-FOSS
- 2022-02-06 01:53:32下载
- 积分:1
-
这是一个TraceRoute程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框,然后单击“浏览”按钮,在该工程Debug和...
这是一个TraceRoute程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框,然后单击“浏览”按钮,在该工程Debug和Release目录下得到可执行文件的路径和文件名,并在后面加入命令行参数:要TraceRoute的IP地址。--This is a TraceRoute program, it is a winsole program. After compiled successfully, you may open the "running" dialog box of "start" menu, then click "browse" button, you can get the path and execution filename at Debug and Release catalogs of the project.and add command line parameters: TacePath`s IP address is needed
- 2022-01-26 07:32:29下载
- 积分:1
-
端口映射工具
简单的多线程端口映射工具,支持多线程并发
- 2022-02-03 18:08:18下载
- 积分:1
-
一个端口扫描器
一个端口扫描器 -A port scanner
- 2023-01-03 20:00:03下载
- 积分:1
-
打天下php+mysql招聘求职源代码
打天下php+mysql招聘求职源代码-conquer the world php mysql job recruitment source code
- 2022-05-30 21:25:24下载
- 积分:1
-
一个Javascript源代码大全1.0,很不错哦,chm格式,对你制作漂亮网站很有帮助,大家一定不要错过。...
一个Javascript源代码大全1.0,很不错哦,chm格式,对你制作漂亮网站很有帮助,大家一定不要错过。-a Javascript source code Series 1.0, quite Oh, chm format, and for your beautiful production site useful, we must not miss.
- 2022-02-03 07:52:04下载
- 积分:1
-
此程序是一个通过WINSOKET来编写的程序,和用到了串口编程,实现计算发送信息量是多少。...
此程序是一个通过WINSOKET来编写的程序,和用到了串口编程,实现计算发送信息量是多少。-this procedure is a WINSOKET through the procedures to prepare, and used the serial programming, achieve this calculation is the amount of information.
- 2023-08-03 02:10:03下载
- 积分:1
-
HTTP下载程序。类似IE中的下载界面
HTTP下载程序。类似IE中的下载界面-HTTP downloading procedure. In similar IE downloading contact
surface
- 2023-03-13 22:10:03下载
- 积分:1
-
这是关于UDP穿透NAT的P2P源代码,运行环境是VC++6.0
这是关于UDP穿透NAT的P2P源代码,运行环境是VC++6.0-on UDP penetrate NAT P2P source code, the environment of VC 6.0
- 2022-05-05 10:26:48下载
- 积分:1