-
XML高级编程书
XML高级编程书-XML programming book
- 2022-01-25 16:28:38下载
- 积分:1
-
基于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
-
用vc++实现超级连接
用vc++实现超级连接-with hyperlinks to achieve vc
- 2022-02-21 12:11:44下载
- 积分:1
-
实例01
实例01-简单网络聊天室-01-Simple Network Chat Room
- 2022-01-21 22:17:26下载
- 积分:1
-
Mpeg flow of real
Mpeg流的网络客户端实时播放-Mpeg flow of real-time network broadcast client
- 2022-04-25 13:20:52下载
- 积分:1
-
短消息发送接收源码
该源码是邮件短消息协议的发送以及接收源码,适合网络编程计算机网络通信协议的相关功能的开发以及应用,具有很大的参考价值,主要应用于windows平台下的开发参考与应用
- 2022-06-26 15:14:51下载
- 积分:1
-
TCP客户端GPS
应用背景TCP客户端将连接到一个TCP服务器间隔发送列表的文本。这可用于模拟和测试任何TCP客户端行为。它也可以被用来作为一个在TFD或BBD发展周期测试存根。关键技术客户用于测试大的TCP系统。在任何网络结构中,它们都可以作为定时器或周期发生器;
- 2022-02-20 17:41:37下载
- 积分:1
-
一个包监视程序,可对网络tcp/udp包进行嗅探
一个包监视程序,可对网络tcp/udp包进行嗅探-a packet monitoring program, the network tcp/udp packets sniffer
- 2023-08-06 15:50:04下载
- 积分:1
-
多线程端口扫描演示,能够设置连接延时,使用Winsocket2 API编写,Delphi7编译通过
多线程端口扫描演示,能够设置连接延时,使用Winsocket2 API编写,Delphi7编译通过-multithreaded port scanning demonstration connecting to delay, the use of API Winsocket2 prepared by compiling Delphi7
- 2022-03-26 04:26:50下载
- 积分:1
-
IP网络的QoS技术研究、队列式的时间延迟和等待…
IP网的QoS技术研究,介绍了排队类型,等待时延等。-IP Network QoS technology research, the type of queue and wait for the time delay.
- 2022-07-07 08:08:15下载
- 积分:1