-
土窖通信
此程序是套接字通信程序。
这包括土窖聊天、 文件上传、 下载文件、 文件的请求
这是在套接字通信应用程序中非常有用。
对你来说是使用 !!!
密码
- 2022-01-31 15:51:19下载
- 积分:1
-
contract to a network, an example of application of network development quite he...
一个网络来发包,还有一个例子应用,对网络开发挺有帮助的-contract to a network, an example of application of network development quite helpful
- 2022-02-20 05:23:03下载
- 积分:1
-
物品借用管理程序
物品借用管理程序-items borrowed management procedures
- 2022-03-11 02:24:59下载
- 积分:1
-
用vc++实现超级连接
用vc++实现超级连接-with hyperlinks to achieve vc
- 2022-02-21 12:11:44下载
- 积分:1
-
作品一个客户端和一个服务器使用UDP异步运行模式的实现…
Works a client and a server using UDP in asynchronous operation mode to implement the simple daytime protocol, as described in RFC 867
- 2022-04-21 17:58:19下载
- 积分:1
-
C++网络编程 卷2 运用ACE和模式消除复杂性
C++网络编程 卷2 运用ACE和模式消除复杂性-ACE资料
- 2023-03-31 09:10:05下载
- 积分:1
-
SOCKS5代理
应用背景这段代码可以连接SOCKS5服务器在反向模式。第一部分是出机。我们需要启动服务器监听localhost。然后,你可以开始在其他机器中的其他可执行文件,以连接到。连接时,你可以开始SOCKS5隧道。配置sockscap隧道上路吧:)关键技术Delphi是一个良好的、稳定的IDE和Object Pascal很快和竞争。这个代码在7。太快了。你不需要安装任何框架,虚拟机。Delphi程序的输出是独立的。你可以运行它没有缺少的问题。这是好的,非常快。
- 2022-02-16 02:18:46下载
- 积分:1
-
use jrtplib
利用jrtplib-3.1.0开发包实现RTP包接收的程序。-use jrtplib- 3.1.0 Development Kit achieve RTP packet reception procedures.
- 2023-04-18 17:15: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
-
Delphi Socket服务端与客户端
Delphi Socket服务端与客户端源码,服务端与客户端相互传输信息,可以做IM类通讯软件
- 2022-04-10 14:34:38下载
- 积分:1