Arithmetic coding
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression }} '''Arithmetic coding''' (pronounced ''a-rith-MEH-tic'') is a kind of lossless data compression. It can be seen as a ...") |
(→External links) |
||
(One intermediate revision by one user not shown) | |||
Line 3: | Line 3: | ||
|subcat=Compression | |subcat=Compression | ||
}} | }} | ||
− | '''Arithmetic coding''' (pronounced ''a-rith-MEH-tic'') is a kind of | + | '''Arithmetic coding''' (pronounced ''a-rith-MEH-tic'') is a kind of general purpose data compression. It can be seen as a generalization of [[Huffman coding]]. |
== External links == | == External links == | ||
* [[Wikipedia:Arithmetic coding|Wikipedia article]] | * [[Wikipedia:Arithmetic coding|Wikipedia article]] | ||
+ | * [http://www.drdobbs.com/cpp/data-compression-with-arithmetic-encodin/240169251 Data Compression with Arithmetic Encoding] - Dr. Dobb's article |
Latest revision as of 02:06, 15 November 2014
Arithmetic coding (pronounced a-rith-MEH-tic) is a kind of general purpose data compression. It can be seen as a generalization of Huffman coding.
[edit] External links
- Wikipedia article
- Data Compression with Arithmetic Encoding - Dr. Dobb's article