Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 529 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 529 Bytes

This code is a study of data compression algorithms

LZW 15 Bit Variable Rate Encoder -- LZW15位可变速率编码器

LZW 12 Bit Encoder -- LZW12位编码器

LZSS Encoder -- LZSS编码器

static order 0 model with Huffman coding -- Huffman编码静态0阶模型

adaptive order 1 model with arithmetic coding -- 算术编码的自适应1阶模型

fixed order 0 model with arithmetic coding -- 算术编码的固定0阶模型

adaptive Huffman coding compression algorithms -- 自适应Huffman编码