-
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.
- 2023-08-24 03:35:02下载
- 积分:1
-
C++文件传输(有客户端服务器)
C++文件传输(有客户端服务器),C++ socket 编程实现,支持断点续传,可供参考学习用。 没有做太多的测试,如果有错误欢迎指正。
- 2022-05-25 18:38:24下载
- 积分:1
-
ADSL拨号
adsl拨号工具 有很多功能 不错啊 大家试试
-adsl dial-up tool has many functions ah well try everyone
- 2023-02-19 20:10:04下载
- 积分:1
-
Asp. Net platform, suitable for learning to use, better Elective System
asp.net平台,适合学习使用,选课系统较完善-Asp. Net platform, suitable for learning to use, better Elective System
- 2023-08-17 11:30:03下载
- 积分:1
-
一个支持http,ftp,https代理的代理服务器例程
一个支持http,ftp,https代理的代理服务器例程-a support http, ftp, https proxy agent routines
- 2023-03-19 18:20:03下载
- 积分:1
-
这是一个单用户的留言本,用ASP写成,适合个人网站使用!
这是一个单用户的留言本,用ASP写成,适合个人网站使用!-This is a single-user of the message, written in ASP, for the use of personal website!
- 2022-01-27 08:47:11下载
- 积分:1
-
PHP论坛中显示星座和性别的插件~
PHP论坛中显示星座和性别的插件~-PHP Forum shows constellation of plug-and gender-
- 2022-05-31 18:51:41下载
- 积分:1
-
c Builder progressive image transmission network examples
c++ Builder中网络图象渐进传输实例-c Builder progressive image transmission network examples
- 2022-03-26 11:03:30下载
- 积分:1
-
群聊小程序
有一个服务器,能够实现多人群聊 ,实现多线程,有6个类,ActionLoginListenerData 实现多线程监听,ClientData,客户端界面
ClientReadThreadData,创建多客户端,LoginData,登陆界面,serverData服务器,ServerReadWriteData 读取数据并广播
- 2022-01-25 17:39:12下载
- 积分: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