-
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
-
简易的telnet操作java.rar
简易的telnet操作java.rar-simple telnet operation java.rar
- 2022-04-28 10:54:41下载
- 积分:1
-
用在局域网中完成机子之间的数据传递,文件传输,这是一个非常标准的例子,给初学者参考最好不过啦!...
用在局域网中完成机子之间的数据传递,文件传输,这是一个非常标准的例子,给初学者参考最好不过啦!-LAN used in the completion of data transfer between the machine, file transfer, this is a very standard example, to the best beginners reference啦!
- 2023-01-06 09:40:03下载
- 积分: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
-
邮件编码格式说明。
邮件编码格式说明。-mail encoding format note.
- 2023-05-20 15:25:03下载
- 积分:1
-
website produced the voice players, examples of the implementation of the cases,...
制作网页中的声音播放器,执行本例实例后,将创建一个带有1个下拉框和3个按钮的运行界面。鼠标单击下拉框可以选择要播放的声音文件(*.au),按下播放按钮可以播放当前的声音文件,按下循环按钮可以循环播放当前声音文件,按下停止按钮可以停止播放当前声音文件。-website produced the voice players, examples of the implementation of the cases, will create a with a drop-down box and three button operation interface. Mouse click the drop-down box can choose to play the sound files (*. au), press the button player can play current audio files, press the circle button on the current cycle of broadcast sound files, press the stop button to stop the current broadcast sound files.
- 2022-02-20 06:00:09下载
- 积分:1
-
put JavaMail packaged into simple Sendmail
把JavaMail包装成简单的Sendmail-put JavaMail packaged into simple Sendmail
- 2022-05-23 02:21:58下载
- 积分: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
-
网页恢复ie代码
网页恢复ie代码-website restore ie code
- 2022-04-25 16:06:26下载
- 积分:1
-
用Winsock实现文件的下载
用Winsock实现文件的下载-download files using winsock.
- 2022-09-21 06:40:03下载
- 积分:1