Compression

Huffman Compress

Admin | 04-Jan-2016 | C#, VB.Net, C, C++

Huffman coding is a data compression algorithm. It is based on the idea that frequently-appearing letters should have shorter bit representations and ...

Huffman Decompress

Admin | 04-Jan-2016 | C#, VB.Net, C, C++

Huffman coding is a data compression algorithm. It is based on the idea that frequently-appearing letters should have shorter bit representations and ...

Rice Compress

Admin | 04-Jan-2016 | C#, VB.Net, C, C++

Rice is data compression algorithm. This is most useful for compressing data like image and audio. For Rice Decompress algorithm click here.

Rice Decompress

Admin | 05-Jan-2016 | C#, VB.Net, C, C++

Rice is data compression algorithm. This is most useful for compressing data like image and audio. For Rice Compress algorithm click here.

RLE Compress

Admin | 04-Jan-2016 | C#, VB.Net, C, C++

RLE (Run-length encoding) is a very simple form of lossless data compression in which runs of data (that is, sequences in which the same data value ...

RLE Decompress

Admin | 04-Jan-2016 | C#, VB.Net, C, C++

RLE (Run-length encoding) is a very simple form of lossless data compression in which runs of data (that is, sequences in which the same data value ...

Shannon–Fano Compress

Admin | 04-Jan-2016 | C#, VB.Net, C, C++

Shannon–Fano is data compression algorithm, which replaces each symbol with an alternate binary representation. Common symbols are represented ...

Shannon–Fano Decompress

Admin | 04-Jan-2016 | C#, VB.Net, C, C++

Shannon–Fano is data compression algorithm, which replaces each symbol with an alternate binary representation. Common symbols are represented ...