Skip to content

Xi-Plus/NKUST-Data-Compression-Midterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NKUST-Data-Compression-Midterm

Usage

encode
python compress.py encode <algorithm> <input file name> <output file name>
decode
python compress.py decode <algorithm> <input file name> <output file name>

Accepted algorithm:

  • nocompress - No compression
  • lz78 - LZ78
  • xp01 - Invented by myself, only works for UTF-8 encoding
  • xp01b - Invented by myself, similar to xp01, binary mode
  • xp02 - Invented by myself, combination of xp01 and huffman, only works for UTF-8 encoding
  • xp02b - Invented by myself, combination of xp01 and huffman, similar to xp02, binary mode
  • huffman - Huffman
  • auto - Automatically choose the best of the above algorithms

About

資料壓縮期中 Data Compression Midterm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published