-
基于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
-
用MFC自绘制特性扩展网格列表控件
用MFC自绘制特性扩展网格列表控件-with MFC since mapping features expand Grid Control List
- 2022-03-14 22:13:36下载
- 积分:1
-
an RTC
一个基于RTC的即时通信软件的例子-an RTC-based instant messaging software examples
- 2022-04-21 13:12:22下载
- 积分:1
-
教师管理系统
教师管理系统-teachers Management System
- 2022-03-24 19:55:27下载
- 积分:1
-
利用packetdriver接受发送以太网帧。
利用packetdriver接受发送以太网帧。-Send packetdriver accept the use of Ethernet frame.
- 2022-02-05 04:11:47下载
- 积分:1
-
网络监控系统 vc++开发 支持winRoute,Winxp带的ics共享,isa Server, 不支持sygate.对网卡无限制....
网络监控系统 vc++开发 支持winRoute,Winxp带的ics共享,isa Server, 不支持sygate.对网卡无限制.-Network monitoring system vc++ development support winRoute, Winxp belt ics share, isa Server, does not support sygate. Right card unlimited.
- 2022-02-05 22:39:27下载
- 积分:1
-
winsocket udp 编程 新手可以
winsocket udp 编程 新手可以-winsocket udp programming novice can s
- 2022-06-15 00:56:57下载
- 积分:1
-
cornermp
CornerMP-aqua-1.4.tar.bz2.rar
- 2022-12-10 15:30:03下载
- 积分:1
-
internet网络编程,client与server的一些编程,欢迎下载.
internet网络编程,client与server的一些编程,欢迎下载.-internet network programming, the client and server programming, welcome to download.
- 2022-05-23 10:27:53下载
- 积分:1
-
IEEE 802.11h
IEEE 802.11h-2003 IEEE Standard for Information technology―Telecommunications and Information Exchange Between Systems―LAN/MAN Specific Requirements―Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe-IEEE 802.11h-2003 IEEE Standard for Information technology-Telecommunications and Information Exchange Between Systems-LAN/MAN Specific Requirements-Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe
- 2022-04-25 09:04:51下载
- 积分:1