-
Library of C functions that allows a program to use WinSock 2 functionality if i...
Library of C functions that allows a program to use WinSock 2 functionality if it is available or fall back to WinSock 1.1 if it isn t.
- 2023-07-12 06:30:03下载
- 积分:1
-
/* This IPv4 example listens for incoming packets and automatically adds destina...
/*
This IPv4 example listens for incoming packets and automatically adds destinations
for new sources.
这个例子主要是让大家了解下面3个函数的用法。
void OnNewSource(RTPSourceData *dat)
void OnBYEPacket(RTPSourceData *dat)
void OnRemoveSource(RTPSourceData *dat)
具体内容看我的测试文档吧。
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* This IPv4 example listens for incoming packets and automatically adds destinations for new sources. This example is designed to allow everyone to understand the following three functions usage. void OnNewSource (RTPSourceData* dat) void OnBYEPacket (RTPSourceData* dat) void OnRemoveSource (RTPSourceData* dat) the specific content of the test document I watch it. Explained by the example of the Chinese hanyuejun add, have any questions please send hanyuejun2006@163.com* /
- 2022-03-26 07:31:21下载
- 积分:1
-
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
-
超强的图形界面聊天软件.rar
超强的图形界面聊天软件.rar-superior graphical interface chat software. Rar
- 2023-08-22 02:00:04下载
- 积分:1
-
集中式服务器的聊天应用
应用背景多用户聊天应用程序使用Python命令行文件:client.py server.py可以帮助多个用户同时进行交互的应用程序。运行client.py:Python client.py服务器IP地址端口号关键技术关键技术:Python•套接字编程TCP
- 2022-02-12 07:33:30下载
- 积分:1
-
AsyncClient
异步客户端是从一个组件聪明互联网套件图书馆。
此组件 represends 异步 TCP 客户端,而不会干扰主应用程序线程在后台工作。
- 2022-02-04 16:05:06下载
- 积分:1
-
using dial
用拨号网络拨号及取得连接状态-using dial-up and dial-up Internet connections made state
- 2023-01-20 02:15:04下载
- 积分:1
-
vc++ telnet 网络编程
多线程telnet 网络实现,版本较早,并且是转载的希望大家尊重原创。
telnet 网络编程基于c++编程设计
- 2022-01-26 04:09:04下载
- 积分:1
-
php聊天源码,功能非常强大
php聊天源码,功能非常强大-chat php source code, which is very strong
- 2023-02-01 22:20:04下载
- 积分: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