搜索资源列表
mimedecode
- 一个C语言写的MIME格式信息的解码程序。从标准输入读入mime信息,解码结果输出到标准输出。-a C language to write the MIME format decoding process information. Reading from standard input into the mime information, decoding the results output to standard output.
mime64d
- A base-64 MIME format encoder/decoder with C source code
ie66_00272
- 本网页*生成器生成的为最新版本的网页*,对90%以上的浏览器都有作用,但是唯一的遗憾就是你必须拥有自己的服务器,当然你也可以用你的肉鸡去做,具体使用方法是这样的,按说明填写程序的内容,如果按默认内容填写将在C盘下生成一个Frank.Tk的网页*文件,然后你把他传到你的服务器上,但是注意,你必须在你的WEB服务器的MIME选项中添加.Tk这个文件类型,否则不能成功,然后把你的EXE*文件传到FTP服务器中,这样都做好了之后,在你的
MIME-C
- mime的C语言实现,用于开发邮件客户端。
MIME编码解码程序
- MIME(BASE64/QP) 编码/解码程序代码。 此代码是一个 BCB 的单元,非常简单,提供了四个函数, 要改成 Delphi 或其它 C/C++ 也很容易,有需要的自已改吧。此代码经过测试,结果正确。-MIME (BASE64/QP) encoding / decoding code. This code is a BCB module is very simple, providing four functions, to c
mime64d
- A base-64 MIME format encoder/decoder with C source code
MIME编码解码程序
- MIME(BASE64/QP) 编码/解码程序代码。 此代码是一个 BCB 的单元,非常简单,提供了四个函数, 要改成 Delphi 或其它 C/C++ 也很容易,有需要的自已改吧。此代码经过测试,结果正确。-MIME (BASE64/QP) encoding/decoding code. This code is a BCB module is very simple, providing four functions, to cha
mimeanlyser
- MIME 消息分析器,一步步告诉你怎么进行MIME消息的解析,可实例运行-MIME news analyzers, a step by step to tell you how to conduct MIME news analysis, examples can be run
mimedecode
- 一个C语言写的MIME格式信息的解码程序。从标准输入读入mime信息,解码结果输出到标准输出。-a C language to write the MIME format decoding process information. Reading from standard input into the mime information, decoding the results output to standard output.
POPClient
- POP3 (RFC 1939) & MIME (RFC 2045) Compliant Client-POP3 (RFC 1939)
MIME-C
- mime的C语言实现,用于开发邮件客户端。-mime of the C language for the development of e-mail client.
56551MMS
- 实现了彩信编程协议中的MIME协议的封装,利用本代码,用户可以选择所要封装的图片,输出为封装后的文件-MMS programming agreement achieved in the MIME protocol package, use this code, the user can choose to package the picture, the output file for the package
mimecpp_src
- MIME的编辑和解析类。不用了解MIME的详细协议也能生成各种标准格式的email文件。我就是用这个类很快的写了一个程序来批量生成email文件,然后用dreammail等邮件工具*,比较不容易被邮件服务器认为是垃圾邮件。-MIME type of the editing and analysis. Do not understand the details of the agreement MIME can also generat
CIS70
- 最新支持Delphi 2010完整源码版。 Clever Internet Suite version 7.0 使用最有效 便捷的方式,从应用程序访问网络资源。 Clever Internet Suite version 7.0 使用.NET的套件,您可以添加即时SSL / TLS安全到您的互联网应用 并实施许多有益的互联网相关的功能: 下载,上传和互联网提交,资源。发送和接收MIME邮件。 的HTT
Mime_formate_MFC
- 一个C++写的解析邮件的类,将外面这些文件导入工程,添加相应的头文件,那么就可以使用。 用法可以参考测试用例-Written in a C++ class parsing e-mail will be outside of these documents into projects, add the corresponding header file, then can be used. Usage can refer to the
35oe_yy115
- 演示地址:http://www.yy155.com/ (音乐区) 后台登陆:http://www.yy155.com/admin 帐号:admin 密码:123456 升级说明: 1、新增了歌手管理 2、新增了最新音乐生成 3、新增了热门音乐生成 4、新增了推荐音乐生成 5、新增了歌手生成 6、新增了专集生成 7、新增了音乐管
Mime
- 用于实现windows系统中扫雷软件,本程序主要是用C++编写的开源代码,在此和大家共享-Mine used to implement the windows system software, this program is mainly written in C++, open source, in this and share
Mime
- C#mime操作类 这个类负责分析一个字符串数组的行-This class is responsible for parsing a string array of lines
gh0stcodebye
- 终结者源码 唔错编译控实例,对于学习远程控制编写的同学有很好的参好价值~~值得学习 [TCP.rar] - 一个远程控制的demo,tcp同步,包括传文件和控制 [MIME-C.rar] - mime的C语言实现,用于开发邮件客户端。 [zjzyuanma.rar] - 终结者告别版源码发给大家谢谢了。呼呼哈哈.免费了.无错编译啊. [iocp.zip] - 这个是IOCP远程控制软件的模型,服务端运行后会自动发
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串