-
ip packet fragmentation and reorganization of code and some notes, curriculum de...
ip数据包的分片与重组代码及部分注释,大学生课程设计-ip packet fragmentation and reorganization of code and some notes, curriculum design, students
- 2022-06-28 13:31:38下载
- 积分:1
-
php 简单的客户端-服务器
如何构建教育经验 (php) 简单的客户端服务器上。
- 2023-06-17 07:45:03下载
- 积分:1
-
WebRct 视频通话
java webrct websoket 实现点对点视频通话功能
- 2022-02-06 12:06:21下载
- 积分:1
-
ASP原码,超级推荐,好好学习,天天向上
ASP原码,超级推荐,好好学习,天天向上-Original ASP code, super recommended, study hard, Every day up
- 2022-04-07 21:00:25下载
- 积分:1
-
学习网络编程的初学者必看的.
学习网络编程的初学者必看的.-Learning Network Programming Watchable the beginners.
- 2023-04-03 19:45:04下载
- 积分:1
-
网络围棋对战的服务器端,可以统计在线人数、参战人数并可以进行排名。需要和客户端一起使用...
网络围棋对战的服务器端,可以统计在线人数、参战人数并可以进行排名。需要和客户端一起使用-Net GO server program. It can count how many pepole are online and the players are playing and ranks them. It needs to run the client program together.
- 2022-05-21 18:46:37下载
- 积分:1
-
Internet chat in a small Dongdong
网络聊天的一个小-Internet chat in a small Dongdong
- 2022-03-23 10:06:36下载
- 积分: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
-
good example, will learn good things
好的例子,会学到好东西-good example, will learn good things
- 2022-03-06 02:00:02下载
- 积分: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