搜索资源列表
zlib123
- The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced
FROOL
- 可打印ADO纪录集(支持层次纪录集)、DAO纪录集、数组等数据表格;不规则表格 (支持html表格语法描述语言);嵌套表格;票据套打(具有调节精度接口,使 得同一个程序可用于各种打印机)。支持斜线、多层表头、账本格式打印、设置分页、 分组字段。页面设置丰富,数十个“宏”可用于标题、表头、页眉、页脚的设置具有 打印预览和打印设置界面(所有界面标题可有应用程序设置)-Printable ADO record set (sup
Twb
- 这是一个基于delphi7.0下开发的一个浏览器实例,实现页面保存,内容打印,页面设置,内容编辑等功能.-delphi7.0 under development based on the example of a browser, pages achieving preservation, printable page settings, content editing functions.
chap5qps
- 1. 目录handrfc822包含处理rfc822信件结构的程序。2. 目录mail-attch包含发送带附件的email的程序。3. 目录mailchecker包含接收邮件的程序。4. 目录Mime包含编码(base64,quote-printable,Uuencode)解码的程序。5. 目录sendmail包含发送无附件的email的程序。6. 目录vbmail包含使用MAPI发送接收邮件的程序。-1. Contents inclu
project
- Application Note Abstract This Application Note introduces a complete and detailed PSoC® project. Telephone Call Logger keeps the detailed record of approximately 945 phone calls (7-digit number is assumed to be o
HTTPClient
- This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handli
qp
- Quoted-Printable也是MIME邮件中常用的编码方式之一。同Base64一样,它也将输入的字符串或数据编码成全是ASCII码的可打印字符串。 Quoted-Printable编码的基本方法是:输入数据在33-60、62-126范围内的,直接输出;其它的需编码为“=”加两个字节的HEX码(大写)。为保证输出行不超过规定长度,可在行尾加“=\\r\\n”序列作为软回车。
ciscocrack
- Simple Brute Force unix password cracker, tries every printable 7-bit * ascii characters.- Simple Brute Force unix password cracker, tries every printable 7-bit * ascii characters.
apoccrack
- Simple Brute Force unix password cracker, tries every printable 7-bit * ascii characters.- Simple Brute Force unix password cracker, tries every printable 7-bit * ascii characters
MIME(Quoted-Printable & Base64) 编码解码程序
- MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
MIME(Quoted-Printable & Base64) 编码解码程序
- MIME(Quoted-Printable & Base64) 编码解码程序-MIME (Quoted-Printable Base64) codec procedures
1
- 字符测试函数 isalnum(测试字符是否为英文字母或数字) isalpha(测试字符是否为英文字母) isascii(测试字符是否为ASCII码字符) isblank(测试字符是否为空格字符) iscntrl(测试字符是否为ASCII码的控制字符) isdigit(测试字符是否为阿拉伯数字) isgraph(测试字符是否为可打印字符) islower(测试字符是否为小写英文字母) isprint(测
qp
- Quoted-Printable也是MIME邮件中常用的编码方式之一。同Base64一样,它也将输入的字符串或数据编码成全是ASCII码的可打印字符串。 Quoted-Printable编码的基本方法是:输入数据在33-60、62-126范围内的,直接输出;其它的需编码为“=”加两个字节的HEX码(大写)。为保证输出行不超过规定长度,可在行尾加“=\r\n”序列作为软回车。 -Quoted-Printable is also
QPEncode-Decode
- QP(Quoted-Printable-Content-Transfer-Encoding)编码解码程序,实现QP码与汉字之间进行转换。-QP (Quoted-Printable-Content-Transfer-Encoding) codec procedures, QP code and realize the conversion between Chinese characters.
Quoted_Printable_Encode
- Quoted-Printable 编/解码类(VB6),全面支持中文的编/解码;支持对二进制数据的编码/解码;封装直接对字符串编/解码以及对文件进行编/解码。程序编写:Duclika(QQ:5183219)-Quoted-Printable encoding/decoding type (VB6), the full support of the Chinese language encoding/decoding support f
lpc-ARM-book
- Printable version of Insiders Guide to ARM programming
cakephp-printable
- 一个朋友整理的cakePHP学习资料 可以打印出来看-printable cakePHP materials
a
- 目前一部份手机(包括进口手机及山寨手机)的电话簿备份文件是UTF-8 QUOTED-PRINTABLE 编码的 vcf 文件,格式如下: BEGIN:VCARD VERSION:2.1 N CHARSET=UTF-8 ENCODING=QUOTED-PRINTABLE:=E6=95=96=E5=87=A4=E6=96=8C TEL CELL:13804797868 BDAY:00000000 END:VCA
printable
- printable string Source Code for Linux.
quoted-printable解码
- quoted-printable解码和编码(quoted-printable decode and encode)