Skip to content

NaviHX/hzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hzip

利用哈夫曼编码进行压缩文件

 ___  ___  ________  ___  ________   
|\  \|\  \|\_____  \|\  \|\   __  \   
\ \  \\\  \\|___/  /\ \  \ \  \|\  \   
 \ \   __  \   /  / /\ \  \ \   ____\  
  \ \  \ \  \ /  /_/__\ \  \ \  \___|  
   \ \__\ \__\\________\ \__\ \__\     
    \|__|\|__|\|_______|\|__|\|__|   

By NaviHX

如何使用

从源代码构建

使用cmake

或者点击这里下载windows下的二进制文件

用法

Usage          : hzip [options] file_path 
-h, --help     : help information 
-c, --compress : compress a file 
-e, --extract  : extract a file 
-o <file_path> : place the output file in <file_path>