MPPC compress/decompress algorithm
标签: decompress algorithm compress MPPC
上传时间: 2014-06-02
上传用户:xz85592677
acv umpack Compress-Decompress algrithms
标签: Compress-Decompress algrithms umpack acv
上传时间: 2013-12-23
上传用户:zuozuo1215
UCL compress and decompress tool, very useful for embedded system
标签: decompress compress embedded system
上传时间: 2015-01-09
上传用户:三人用菜
Compress and decompress algorithm in C for vxWorks.
标签: decompress algorithm Compress vxWorks
上传时间: 2014-01-17
上传用户:love1314
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.
标签: decompress algorithm compress Huffman
上传时间: 2016-05-16
上传用户:aysyzxzm
和Unix的compress/uncompress兼容的压缩/解压算法16位程序,适合压缩文本或重复字节较多的文件
标签: uncompress compress Unix 兼容
上传时间: 2015-01-03
上传用户:小宝爱考拉
一个含有compress、expand、lzw等等压缩算法的源码
上传时间: 2014-01-15
上传用户:kbnswdifs
几个压缩算法程序(改进包括lzw、lz77、compress、huffeman)
上传时间: 2013-12-16
上传用户:003030
sample compress example, the function must modify... holp that can help you!
标签: compress function example sample
上传时间: 2013-12-02
上传用户:qwe1234
This code demonstrates how to use installed audio codecs to compress a WAVE file.
标签: demonstrates installed compress codecs
上传时间: 2014-01-21
上传用户:han_zh