Compression.ru last hot news:
Markov modeling is essentially a method to predict the probability of a given character based on what has come before it. The best know type of Markov modeling is known as PPM, which has its own category. This topic covers all things Markov that are not PPM-related.
Links
6 links were found
|
ArithmeticCoding area, Markov area, People content
rating: *****
|
Gordon is the author of DMC and many publications related to data compression. This is is home page, which has links to much of his work.
Created: 08/11/1999
by Mark Nelson
More...
|
canola1.uwaterloo.ca/cormack/
|
Huffman area, ArithmeticCoding area, Markov area, SourceCode content
rating: ****
|
Software implementing a complete DMC codec, plus code for a couple of different arithmetic encoders, and a linear time Huffman tree builder.
This program implements Dynamic Markov Compression (DMC) as described in
"Data Compression using Dynamic Markov Modelling",
by Gordon Cormack and Nigel Horspool
in Computer Journal 30:6 (December 1987). The Guazzo arithmetic coder is used here.
Created: 08/11/1999
by Mark Nelson
More...
|
plg2.math.uwaterloo.ca/~ftp/dmc/