-
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
-
上位机通过CCD视觉识别条形码与二维码
halcon 识别条码和二维码的VCdemo(halcon barcode function demo using VC++)
- 2017-08-03 23:20:18下载
- 积分:1
-
juyuwangliaotian
局域网聊天软件,主要功能是发送文字消息,语音消息,图片,功能强大,界面简单(LAN chat software, the main function is to send text messages, voice messages, pictures, powerful, simple interface)
- 2012-07-13 09:25:37下载
- 积分:1
-
WindghsWindows
最新版的Windows,即Vista采用了全新的高分辨率图标(icon)格式(The latest version of Windows that Vista have adopted new high resolution icon (icon) format)
- 2017-04-27 11:05:51下载
- 积分:1
-
WinpkFilter
一个高性能的网络数据包处理架构,利用WinpkFilter可以利用应用层函数直接对数据包进行处理,甚至可以在应用层函数sleep()延缓数据包发送(WinpkFilter is a high performance packet filtering framework for Windows that allows developers to transparently filter (view and modify) raw network packets with minimal impact on network activity without having to write low level TDI or NDIS driver code.
WinpkFilter is more than just a firewall development kit for Windows. With WinpkFilter you can make an application that inserts itself into the Windows network stream: custom firewall solution, internet connection sharing (NAT), IP shaper, VPN and many other low-level network solutions completely in user-mode using your favorite development environment: Visual C++, Visual C#, Delphi, Visual Basic, C++ Builder and etc.
Using WinpkFilter requires no experience in kernel mode programming on your behalf since WinpkFilter provides you with powerful user level API. However, if you need to implement your solution (to achieve better performance) in kernel mode you can use well-documented raw IOCTL interface as well. )
- 2020-10-04 18:07:40下载
- 积分:1
-
ethercat-Master-Code_Version-3.10
现场工业以太网,ethercat主站代码windows平台实现(The industrial Ethernet, the Windows platform to realize ethercat master station code)
- 2015-06-10 14:53:08下载
- 积分:1
-
CallSQL
1、完整实现了VC++6.0 + MySQL数据库连接池;
2、解决了读取中文数据的乱码、显示问号问题;
3、演示了一个完整使用数据库连接池的标准过程;
4、进行了我自认为傻瓜化的注释,我相信详细程度足以让任何人看懂!(I am lazy,no english)
- 2016-02-14 21:05:03下载
- 积分:1
-
MinDBG
debug a crash windows file
- 2018-03-16 16:47:09下载
- 积分:1
-
MC-reliability
基于蒙特卡洛的电力系统充裕度计算程序(matlab)(The electric power system based on monte carlo abundant degree calculation program (matlab))
- 2020-11-02 14:09:53下载
- 积分:1
-
src
QT入门教程,代码详细有注释,非常适合初学者参考学习(QT tutorial, code detailed annotations, very suitable for beginners reference study)
- 2014-11-10 18:06:20下载
- 积分:1