-
利用辅助线程从匿名FTP服务器上下载文件
利用辅助线程从匿名FTP服务器上下载文件-use the auxiliary threads from anonymous FTP server download
- 2023-08-19 09:55:02下载
- 积分:1
-
win inet in WTL on C++ for quck inet http
win inet in WTL on C++ for quck inet http
- 2022-03-15 01:07:18下载
- 积分:1
-
一个FTP应用程序,该程序完成以下功能:⒈登录FTP服务器;⒉显示登录FTP服务器目录下的文件和目录名;⒊提供文件下载上传服务...
一个FTP应用程序,该程序完成以下功能:⒈登录FTP服务器;⒉显示登录FTP服务器目录下的文件和目录名;⒊提供文件下载上传服务-An FTP application, the program is complete the following features: ⒈ login FTP server ⒉ display the login FTP server directory under the file and directory names ⒊ upload service to provide file download
- 2022-09-21 22:05:03下载
- 积分:1
-
soket通信
实现多客户机服务器Socket通信 使用多线程操作 可以实现客户机和服务器之间的数据自由发送 希望可以帮到做网络通信的朋友。
- 2022-07-05 11:12: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
-
libgHttp_win32
windows平台下的libghttplibghttp 是一个很好用的 http 库,这个库十分的方便使用,它能够轻松地实现同步和异步的Http请求libghttp从linux下移植到win32平台,http协议客户端代码
- 2022-04-09 11:34:28下载
- 积分:1
-
network marketing system. Net version. Rar
网络营销系统.net版.rar-network marketing system. Net version. Rar
- 2022-03-12 01:50:50下载
- 积分:1
-
rdesktop是微软Windows NT终端服务器客户端,Windows 2000
rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
Remote Desktop, and possibly other Terminal Services products.
rdesktop currently implements the RDP version 4 and 5 protocols.
- 2023-07-22 10:20:04下载
- 积分:1
-
查询上网记录部分源程序
查询上网记录部分源程序-inquiries Internet records of some source
- 2023-01-15 19:35:03下载
- 积分:1
-
基于winsock的聊天程序
基于winsock的聊天程序- Chats the procedure based on winsock
- 2022-02-20 18:23:24下载
- 积分:1