-
Tcp
基于TCP/UDP的简单网络编程 客户端和服务器端的开发代码示例(Based on the simple network programming TCP/UDP client and server-side development code examples)
- 2012-10-24 16:59:50下载
- 积分:1
-
cPPhttp_Part5_upAndDown
http通信包,提供上传和下载的处理接口(http communications package that provides the processing interface to upload and download)
- 2013-10-14 14:31:25下载
- 积分:1
-
socket
在visualstudio6下实现socket客户端和服务器端(In visualstudio6 to achieve client and server-side socket)
- 2010-06-01 18:46:56下载
- 积分:1
-
Onvifshengzhe8688
Onvif实例源码 VC6.0 C++开发 便于学习 Onvif开发入门 Onvif协议开发训练(Onvif instance source VC6.0 introduction to c++ development to facilitate learning Onvif Onvif protocol development training)
- 2013-07-31 16:25:35下载
- 积分:1
-
cal-diameter
计算网络静态参数的直径c程序(其中的数据是具体的可换成其他的数据)。(computing network diameter of the static parameters c (which is specific data can be replaced by other data).)
- 2007-01-02 14:49:19下载
- 积分:1
-
VNC源码
VNC源码
- 2014-09-12下载
- 积分:1
-
项目中在使用的POP3 接收邮件类库,亲测通过,附完整源码下载(OpenPOP.NET)
已经测试过 qq邮箱和 163邮箱,显示一切正常,无乱码现象
- 2020-11-16 20:09:39下载
- 积分:1
-
tree2
二叉树的简单使用,包括其构建与销毁,以及各种遍历(Simple use of binary trees, including their construction and destruction, and various Traversals)
- 2019-06-02 11:49:03下载
- 积分:1
-
chatserver
简单的网络通信,一个客户端,一个服务器端(winsock )
- 2009-05-11 11:13:16下载
- 积分: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