搜索资源列表
Base64
- Base64算法源码、0x30编解码、Hex编解码,这些一般在银行、通信等中,用于对二进制的数据流进行处理,转换成全可见的ASCII字符。这里提供的是.h和.cpp,简单明了,易于移植。-Base64 source algorithm, 0x30 codec, Hex codec, which generally in the banking, communications, etc., used for binary data stream processing, conversion Che
Mail-client-realized
- 为发送者提供一个图形界面,其中有用于本地邮件服务器的以下字段:发送者电子邮件地址接受者电子邮件地址、报文主题及报文本身。SMTP客户端是编辑、发送邮件的部分,用户通过界面输入邮件信息后,SMTP客户端根据邮件信息生成标准格式的邮件,并发送到SMTP服务器上。-For the sender to provide a graphical interface, including the local mail server for the following fields: e-mail addres
VC6_base64
- 这是VC调用的例子,里面有base64的文件和调用方法,很简单 -This is called example, inside VC base64 files and calls a method, it is very simple
CSmtp_v1_4
- VC++发送带附件邮件程序,使用Smtp发送邮件,不带附件发送版本 main.cpp CSmtp.cpp CSmtp.h base64.cpp base64.h-VC++ program to send mail with attachments, using Smtp send mail without attachments version main.cpp CSmtp.cpp CSmtp.h base64.cpp base64.h
