Skip to content

hyperbolic-c/compression_coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
blueorange
Apr 23, 2022
ac228e5 · Apr 23, 2022

History

1 Commit
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022
Apr 23, 2022

Repository files navigation

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编码

About

encode and decode Algorithms Study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published