-
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
-
ChipGenius
U盘数据重写,可以想已损坏的U盘重新向里面写入新的数据,(U disk data rewriting can be damaged U disk to re-write new data to the inside,)
- 2010-07-09 02:16:38下载
- 积分:1
-
StkVC
VC 6.0语言连接访问STK卫星分析工具的源代码,完整工程文件,可连接各个版本的STK。(VC 6.0 STK language satellite connection to access source code analysis tools, complete project file, can be connected to various versions of the STK.)
- 2021-01-05 16:18:54下载
- 积分:1
-
针对Excel格文件操作编程实现
在 Visual C++中操作Excel,对开发数据库管理系统很有意义 (read and write excel file,useful for developing database management system)
- 2005-05-20 18:59:56下载
- 积分:1
-
SerialPortTest
学习C++,先学串口编程,本程序就是以串口作为编程对象,进行针对串口的数据接收与发送,内含丰富的注释,纯个人理解!(To learn C++ learn first serial programming, the program is as a programming object to the serial port for serial data reception and transmission, contains a wealth of comments, pure personal understanding!)
- 2013-04-28 10:18:11下载
- 积分:1
-
TCPMP-0.81
上传的是开源万能播放器TCPMP的源码和相关说明,该播放器能够播放很多种格式的视频文件(There is the sourcecode of TCPMP .It s a really cool player which can play server different files with different postfix)
- 2011-12-06 09:35:44下载
- 积分:1
-
Screen
VC根据DirectX的截图示例源码下载,你看懂了话都能截图了。要编译此程序需DirectX SDK5.0示例中的ddutil.h与ddutil.cpp文件,请自行参加工程,VC++编程学习源码,很好的参考资料。(VC according to the DirectX screenshot example source code download, you read the words can screenshot. To compile this program requires DirectX SDK5.0 example of ddutil.h and ddutil.cpp files, please participate in the project, learning VC++ programming source code, a good reference.)
- 2013-12-29 14:12:04下载
- 积分:1
-
CADInnovate12.23.1
Acis R15,hoops/mfc 12.0, xt12.0 写的一个 图形绘制软件的框架。Vc 2003 平台。
有基本的基于上面所述的组件组成的3D造型的演示。(Acis R15, hoops/mfc 12.0, xt12.0 to write a graphics rendering software framework. Vc 2003 platform. Based on the above basic components described in the presentation of 3D modeling.)
- 2008-12-28 01:03:39下载
- 积分:1
-
UniButton
Control Unicode Button
- 2014-02-25 13:33:27下载
- 积分:1
-
RFM5565-RTX-Driver
反射内存rfm5565在RTX实时环境下的驱动程序,已经过测试使用(The Reflective Memory rfm5565 driver has been tested using the RTX real-time environment)
- 2013-05-17 08:37:14下载
- 积分:1