搜索资源列表
Encode
- 使用3DES自动加密的WebService,用于随时随地获取存储的帐号,密钥信息-Automatically encrypted using the 3DES WebService, account for anytime, anywhere access to storage, the key information
HuffmanCodes
- Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently use
Bas64_EnCode
- Base64 加密算法(Author 蒋柏良 Jerry Jiang)-* * DEscr iptION * Base64 processes input in 24bit chunks by converting each chunk into 4 * bytes of output. It does so by splitting input into four 6bit groups and * using these as indexes in the following
time.tar
- DES加密解密程序,自己写的,可用,可记录加密解密耗时-encode and decode using DES
Base64
- 利用openssl源码对文本文件内容实现base64编码和解码,利用c语言实现,VC平台-implement base64 encode and decode by using openssl
jpeg-encode
- 在linux下用JPEG压缩编码, 文件小巧,资源占用小!适合嵌入式视频监控-in linux env,using jpeg encodec , small size,low cost!fit embed vedio monitor
encode
- 文件加解密C++程序,使用对称密码,简单实用。-File encryption and decryption C++ program, using symmetric cryptography, simple and practical.
URLEncoder
- This class is used to encode a string using the format required by application x-www-form-urlencoded MIME content type.
URIEncoderDecoder
- This class is used to encode a string using the format required by {@code application x-www-form-urlencoded MIME content type.
ztrees
- *讨论 * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越 *共源的值由短比特序列表示。 * *每个代码树存储在ZIP文件以压缩形式 *这是本身的长度的霍夫曼编码 *所有的代码串(按升序排列按来源值)。 *实际代码串从长度重构 *解压缩过程中,如在“应用指南”中描述 *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
encode
- Return the encoder s version number, packed in hexadecimal using 8bits for each of major minor revision. E.g: v2.5.7 is 0x020507.