-
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
-
cpu
基于CpuUsage的CPU空闲时工作构思,就是当CPU有空时,才能进行自己程序的大量数据处理命令,找了好久,找到这个,并加以10个时间的查询,如都是有空,才说有空.分享给有这方面需要的朋友,抛砖引玉.(CpuUsage the CPU idle time based on the idea work, free time is when the CPU can process large amounts of data for their own processing order, looking for a long time to find this, and make inquiries 10 hours, such as are available, only that there empty. to share a need, a friend, start a discussion.)
- 2011-09-16 15:04:46下载
- 积分:1
-
正点原子例程
说明: 正点原子的标准库例程。请有需要的下载。希望大家喜欢(Standard library routines for positive atoms.Please download as needed.Hope you enjoy it)
- 2019-07-04 09:48:46下载
- 积分:1
-
74HC595
说明: 74hc595.pdf datasheet file
- 2019-03-27 12:28:50下载
- 积分:1
-
sift
这是一个关于SIFT算法介绍的pdf和ppt的合集,可以很好地帮助初学者了解sift算法。(中英文都有)(This is a collection of pdf and ppt about SIFT algorithm. I believe it can greatly help beginners to understand SIFT algorithm.)
- 2012-04-29 21:13:46下载
- 积分:1
-
cSharp-code-for-login
C sharp code for login
- 2014-09-08 19:23:22下载
- 积分:1
-
很好的SOCKET,很简单的server/client程序
很好的SOCKET,很简单的server/client程序-good, a very simple server/client procedures
- 2023-04-07 12:20:03下载
- 积分:1
-
crazepony-firmware-none-5.2-ble
crazypony飞控源码,keil版适合飞控初学者开发实践,简单上手快。(Crazypony flight control source, keil development practices for flight control beginners, the load on the simple.)
- 2020-12-23 16:19:07下载
- 积分:1
-
大数阶乘
用C++实现大数阶乘,简单的实现,连界面都没有。用C++实现大数阶乘,简单的实现,连界面都没有。用C++实现大数阶乘,简单的实现,连界面都没有。用C++实现大数阶乘,简单的实现,连界面都没有。
- 2023-08-22 04:40:04下载
- 积分:1
-
CWavvelet_Esta
计算时间序列的Hurst系数有许多方法,但是其中最准确的就是运用小波法来计计算,本程序源码用Matlab实现了用小波来计算Hurst系数。
(There are many ways of calculating the Hurst coefficient of time series, but one of the most accurate calculation using wavelet method to count the program source code using Matlab achieve wavelet Hurst coefficient.)
- 2012-08-23 20:57:02下载
- 积分:1