Skip to content

starf1ame/Three-methods-for-source-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Three-methods-for-source-encoding

Three methods

  • Huffman, LZ-78 and Arithmetic coding for source encoding with an integration.
  • Huffman and lz-78 coding are integrated as a tool for source encoding, which has a simple interface and can choose the method to encode.
  • arithmetic coding just achieves basic function and can't perform as well as huffman coding.

Related Blog

The details, such as theory, explanation and test, are on my CSDN blog: https://blog.csdn.net/weixin_43825245/article/details/86480495

About

Huffman, LZ-78 and Arithmetic coding for source encoding with an integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages