David’s Compression Page
Published in Source Code, Adaptive Huffman Coding, Huffman Coding, Tutorials, Reference, Presentations
This page has a some Huffman compression code that has been adapted to implement a unique property that author refers to as one to one compression. In a nutshell, this property means that for any file X, F( F’( X ) ) == X. (F is either the compressor or decompressor, and F’ is its opposite number.)This is definitely not the case for most conventional compression algorithms.
* * * * *
Posted in December 17th, 1999
No User Commented In " David’s Compression Page "
Subscribes to this post Comment RSS or TrackBack URL