Skip to content
/ wzip Public

JLU2022年数据结构课程设计(辅修)

Notifications You must be signed in to change notification settings

pcbcos/wzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2022辅修数据结构课程设计

构建

Use GCC/Clang+CMake

git clone https://github.com/pcbcos/wzip
cd wzip
mkdir build
cmake -B build . -G "Unix Makefiles"
cmake --build build
cd bin #可执行文件所在路径

Use MSVC(VS2022)+CMake

git clone https://github.com/pcbcos/wzip
cd wzip
mkdir build
cmake -B build . -G "Visual Studio 17 2022"
cmake --build build
cd bin/Debug #可执行文件所在路径

使用方法

压缩(使用哈夫曼编码)

wzip.exe [input filename] [output filename]

解压缩((使用哈夫曼编码))

unwzip.exe [input filename] [output filename]

压缩(使用等长编码)

Eqwzip.exe [input filename] [output filename]

解压缩(使用等长编码)

unEqwzip.exe [input filename] [output filename]

About

JLU2022年数据结构课程设计(辅修)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published