-
ftp类库,用C++开发时可以调用进行ftp传输文件。
ftp类库,用C++开发时可以调用进行ftp传输文件。-ftp library, using C++ developers can call to ftp to transfer files.
- 2023-03-15 18:20:03下载
- 积分:1
-
ASP编写的动感下载系统
ASP编写的动感下载系统-prepared by the ASP dynamic Download System
- 2022-06-19 05:27:31下载
- 积分:1
-
一个用VisualBasic编写的局域网消息发送软件。
一个用VisualBasic编写的局域网消息发送软件。-a prepared using Visual Basic LAN messaging software.
- 2022-08-05 11:47:38下载
- 积分:1
-
网吧管理系统服务器端(2004年毕业设计源码)
网吧管理系统服务器端(2004年毕业设计源码)-Internet server management system (2004 graduate design FOSS)
- 2022-10-05 04:30:03下载
- 积分:1
-
WINSOCK简单介绍
WINSOCK简单介绍-briefed Winsock
- 2022-01-30 20:12:05下载
- 积分:1
-
Windows下的ICMP封装
Windows下的ICMP封装-Clcmp class which can echo
- 2022-02-15 15:10:32下载
- 积分:1
-
RAS api的MFC类封装
RAS api的MFC类封装-MFC class encapulation of RAS api
- 2022-09-28 10:00:03下载
- 积分:1
-
使用VC中的异步套接字编写的服务器和客户端小程序
使用VC中的异步套接字编写的服务器和客户端小程序-The use of VC in the preparation of the asynchronous socket server and client applets
- 2022-05-25 22:45:47下载
- 积分:1
-
vc++五子棋游戏
这是一个用vc++写的游戏代码,其中用到MFC,很适合初学者去学习代码,从中学习到更多的东西!该程序把大家平时很容易忘记的知识点多用到了,可能感觉又有时候代码很简单但是确实让初学者受益颇深啊!希望能对初学者有所帮助,实现我们对你们有用!
- 2022-01-23 10:38:36下载
- 积分:1
-
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端...
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:clientls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : client ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
- 2022-06-30 17:04:28下载
- 积分:1