-
基于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
-
androw在wifi下手机与电脑的socket通信
压缩包中详细描述了套接字网络编程中的手机电脑连接实例,有图有真相,是实现手机电脑互相控制的基础,各自作为服务器,客户端,包含了tcp,udp两大方面进行了详细的描述。
- 2022-03-19 20:45:06下载
- 积分:1
-
CWebGrab is a simple class that allows you to quickly and easily download files...
CWebGrab is a simple class that allows you to quickly and easily download files from the net. The class is merely a light wrapper for the MFC internet classes, and as such supports any protocol that the MFC classes support.
- 2022-03-18 10:29:55下载
- 积分:1
-
一个串口通讯/数据库存取例子程序
一个串口通讯/数据库存取例子程序 -a serial communications/database access example programs
- 2022-05-24 10:58:00下载
- 积分:1
-
miniupnpc.c
$Id: Changelog.txt,v 1.95 2009/10/30 09:18:18 nanard Exp $
miniUPnP client Changelog.
VERSION 1.4 : released 2009/10/30
2009/10/16:
using Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW_THREADS in python module.
2009/10/10:
Some fixes for compilation under Solaris
compilation fixes : http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=1464
- 2022-05-12 14:05:30下载
- 积分:1
-
用Java实现断点续传
用Java实现断点续传-using Java HTTP
- 2022-02-01 10:36:50下载
- 积分:1
-
使用VOIP进行网络传输声音的类库,内包含一个详细的例子
使用VOIP进行网络传输声音的类库,内包含一个详细的例子-a library for voip,an detailed demo is provided
- 2023-06-07 04:45:03下载
- 积分:1
-
Client code can be used as a dipper gourd painting beginners.
客户端的代码实现,可作为初学者画瓢的葫芦。-Client code can be used as a dipper gourd painting beginners.
- 2022-06-21 13:23:57下载
- 积分:1
-
3721, CNNIC, POPO, 百度 免疫程序
3721, CNNIC, POPO, 百度 免疫程序-3721, CNNIC, POPO, hundred immunities procedures
- 2022-06-20 14:51:01下载
- 积分:1
-
Browse through your website must click on the ads, if he did not click on the ad...
浏览你的网站的人必须点击广告,如果他不点击广告将无法继续浏览-Browse through your website must click on the ads, if he did not click on the ads will not be able to continue browsing
- 2022-02-05 08:55:03下载
- 积分:1