-
dt_client
用于模拟客户端与服务端之的通信机制。此是客户端(For the simulated client server communication mechanism. This is a client)
- 2012-11-23 23:02:25下载
- 积分:1
-
webspider
说明: 可以从网络上下载网页,采用多线程编程技术,下载速度更快,并可以记录下载网页数量(network can be downloaded from the website, using multithreaded programming techniques, faster download speeds and can be downloaded from the website record number)
- 2005-09-11 09:10:50下载
- 积分:1
-
HttpDownLoad
vc实现http下载的源代码 稍作改动可用来实现多线程 以及断点续传下载 对于想要学习http下载的朋友来说可以作为一个不错的参考(Vc realize the download HTTP source code can be used to make a little change to realize multithreading and netants download to want to learn HTTP download all of us can be used as a good reference)
- 2011-10-28 08:26:45下载
- 积分:1
-
Computer-Networks-and-Internets
这是一个用c++编写的,socket API 的服务器端和客户端的相互响应的简单程序.用cmd打开程序exe,输入“webserver + 端口号”,webclient方面,输入“webclient + 127.0.0.1 + 端口号5600”,则可以在客户端上显示接收到的信息。(This is a c++ written in response to a simple procedure of mutual socket API server and client' s Open Program exe, enter " webserver+ port number" , webclient, the input " webclient+ 127.0.0.1+ port number 5600 with cmd " you can display the information received on the client.)
- 2013-12-27 21:41:43下载
- 积分:1
-
ServerSocket
一个很好的winsock tcp/ucp示例,相信看了肯定收益颇丰(a good example for winsock about tcp/udp)
- 2009-10-31 09:05:50下载
- 积分:1
-
socketclient
说明: 简单的c#网络编程 获取本地地址 实现连接(Simple c# network programming for local address to connect)
- 2010-04-14 10:28:17下载
- 积分:1
-
01liaotianshi
第1章实例01-简单网络聊天室.zip(Chapter 1 Examples 01- Simple network chat rooms. Zip)
- 2013-05-31 09:23:05下载
- 积分:1
-
codm-output
调用c++动态库,资源包含C++代码及C#代码,及输出目录文件(Call the c dynamic library, resources containing C code and C # code, and output directory files)
- 2018-10-20 01:56:17下载
- 积分:1
-
network
计算机网络讲义谢西仁的,非常出名第五版计算机网络讲义谢西仁的,非常出名第五版(West Yan Xie computer network notes, very well-known computer network notes the fifth edition of the West Yan Xie, very famous Fifth Edition)
- 2010-05-27 17:53:22下载
- 积分:1
-
POP3_EXAMPLE
Pop3客户端接收信件的整个流程:
1。连接到pop3服务器(默认端口110)
2。发送用户名(user)
3。发送密码(pass)
4。查询当前邮箱状态(stat)
5。查询服务器上所有邮件UID列表(UIDL)
6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的)
7。对所有新邮件查询其大小(LIST)
8。下载所有新邮件(RETR)利用List提供的邮件大小信息
9。如果有必要,对所有新邮件标志为删除(DELE)
10。结束对话(QUIT)
11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
- 2021-01-03 19:38:55下载
- 积分:1