-
php plug
php插件有处于 短短的 毒素幅度-php plug-in a short span of the toxin rate
- 2022-04-09 12:22:20下载
- 积分:1
-
网络编程实用教程之点对点聊天的源码,希望对大家有用,欢迎下载...
网络编程实用教程之点对点聊天的源码,希望对大家有用,欢迎下载-Network programming tutorials and practical source of peer-to-peer chat, and they hope everyone useful are welcome to download
- 2022-05-13 02:37:11下载
- 积分:1
-
FTP 上传的文件重命名
这是一个示例,演示如何将借助图书馆的 FTP 上传。如果你成功上传的文件,您可以重命名它以后。其编码在 c + +。
- 2022-03-02 04:13:44下载
- 积分:1
-
windows socket smail 服务器和客户端程序
windows socket smail 服务器和客户端程序-socket smail
- 2022-04-24 07:58:20下载
- 积分:1
-
新型的计算机网络介绍及应用,网络技术飞速发展,希望对您有所帮助...
新型的计算机网络介绍及应用,网络技术飞速发展,希望对您有所帮助-Introduce a new type of computer networks and applications, rapid development of network technology, and they hope to help you
- 2022-03-19 22:51:24下载
- 积分:1
-
how 10 days Institute asp to see, it is a relatively simple
怎么10天学会asp,看看就知道了,简单易学-how 10 days Institute asp to see, it is a relatively simple
- 2022-04-12 00:11:45下载
- 积分:1
-
ASP原码,超级推荐,好好学习,天天向上
ASP原码,超级推荐,好好学习,天天向上-Original ASP code, super recommended, study hard, Every day up
- 2022-04-07 21:00:25下载
- 积分:1
-
this document contains two separate procedures, Sender and Receiver for testing...
此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
- 2022-05-12 15:58:29下载
- 积分:1
-
socket connection pool Programming
socket连接池编程-socket connection pool Programming
- 2022-06-19 15:53:30下载
- 积分: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