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
Bloat is a basic Perl script to allow you to easily decompress files from many formats.
标签: decompress formats easily script
上传时间: 2014-10-28
上传用户:hn891122
WINDDK XP/2003 Microsoft Bitmap Printer Driver Sample decompress to src in WINDDK and "build -cZ"
标签: WINDDK decompress Microsoft Printer
上传时间: 2016-04-07
上传用户:ruixue198909
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
Its a small library for decompress gzip files in j2me. The final size after obfuscation and jaring is less than 2150 bytes.
标签: obfuscation decompress library jaring
上传时间: 2013-12-11
上传用户:zhaiye
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
CZipFile is a lite library that allows you to get information about a zip archive. It is not able to decompress the files, but just retrieves the contents—the file name, file size, and so on.
标签: information CZipFile archive library
上传时间: 2013-12-13
上传用户:ruixue198909
Wavelets have widely been used in many signal and image processing applications. In this paper, a new serial-parallel architecture for wavelet-based image compression is introduced. It is based on a 4-tap wavelet transform, which is realised using some FIFO memory modules implementing a pixel-level pipeline architecture to compress and decompress images. The real filter calculation over 4 · 4 window blocks is done using a tree of carry save adders to ensure the high speed processing required for many applications. The details of implementing both compressor and decompressor sub-systems are given. The primarily analysis reveals that the proposed architecture, implemented using current VLSI technologies, can process a video stream in real time.
标签: applications processing Wavelets widely
上传时间: 2014-01-22
上传用户:hongmo