-
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
-
FFT
基于Tms320 5509a的 快速傅里叶变换(FFT)的CCS程序(FFT process based on dsp 5509a)
- 2014-11-03 20:27:15下载
- 积分:1
-
AppAgain
在MFC中对单本文的程序,如何添加一个对话框在里面进行显示,In this paper, the MFC-on-one program, how to add a dialog box is displayed on the inside(In this paper, the MFC-on-one program, how to add a dialog box is displayed on the inside)
- 2014-06-12 21:06:09下载
- 积分:1
-
cbll538
本程序实现了用位图作为全平的主窗口,是全平显示的又一种实现方法,(This program realizes using bitmap as the main window of full flat, which is another realization method of full flat display.)
- 2018-10-27 05:40:09下载
- 积分:1
-
MyProject
说明: 监视磁盘容量,控制各种外设,产生日志并查询,提供数据库(Disk capacity to monitor and control a variety of peripherals, and generated log information, provided by the database)
- 2009-07-27 09:43:02下载
- 积分:1
-
zeus2d_v2.0.tar
二维磁流体计算程序,可根据问题干煸,已有改变成三维的版本(Two-dimensional MHD calculation program, according to the problem dry stir, has changed into a three-dimensional version of the)
- 2020-11-21 10:49:36下载
- 积分:1
-
CPP-Primer(version-4)-answer
C++ primer 第四版课后答案,详细的给出了教材课后习题的答案(the book give the answer of C++ primer (version 4))
- 2011-10-07 22:08:19下载
- 积分:1
-
open_pc_and_port_scan
网络活动主机和开放端口扫描源程序,含开发文档,基于C#的rawsocket开发,支持 多线程
支持ARP,ICMP协议的活动主机扫描,支持TCP connect syn fin 三种方式的开放端口扫描,支持udp端口扫描(Networking activities, the host and open source port scan, including the development of the document, based on the C# The rawsocket development, support for multi-threaded support for ARP, ICMP scanning hosting agreement to support the TCP connect syn fin three ways of opening up port scanning, support udp port scan)
- 2020-11-01 21:50:01下载
- 积分:1
-
key
矩阵键盘的DSP28335,CCS调试成功,附加H文件即可在其他函数中调用。IO口可以采用38译码器,减少资源浪费。(Matrix keyboard DSP28335, CCS debugging success, additional H file can call in other functions. IO port 38 decoder can be used to reduce the waste of resources.)
- 2015-08-02 15:25:15下载
- 积分:1
-
Desktop
调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。(Scheduling problem backtracking algorithm is the classic problem. Problem Description: Suppose there are n-task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design an algorithm to find completing these n-best task scheduling, making the earliest time to complete all tasks.)
- 2010-02-19 23:31:11下载
- 积分:1