文件名称:antman:使用霍夫曼算法进行基本文件压缩和解压缩
文件大小:1.7MB
文件格式:ZIP
更新时间:2024-06-12 09:43:04
HTML
蚂蚁人 使用霍夫曼算法进行基本文件压缩和解压缩 快速入门:在项目的根文件夹中运行make命令,然后make clean以删除临时文件。 蚂蚁:压缩文件巨人:解压缩文件 编译的程序分别位于“ antman”和“ giantman”文件夹中。 该算法主要适用于包含文本的文件,例如html,但也可以适用于其他类型。 语法: ./antman file compression压缩:1到3之间的数字(表示.html,.lyr或.ppm文件)。 由于该算法适用于所有这些文件类型,因此输入数字无关紧要。 ./giantman file decompression压缩./giantman file decompression压缩号不必与压缩号匹配。
【文件预览】:
antman-main
----Makefile(299B)
----giantman()
--------Makefile(2KB)
--------src()
--------obj()
----antman()
--------Makefile(2KB)
--------src()
--------obj()
----README.md(746B)
----tests()
--------test_files_students-1-ng.lyr(2KB)
--------test_files_students-1-ej.lyr(24KB)
--------test_files_students-2-Amazon.html(631KB)
--------test_files_students-2-Hacker_News.html(40KB)
--------test_files_students-3-TL.ppm(850KB)
--------google.html(184KB)
--------test_files_students-1-nw.lyr(373B)
--------test_files_students-1-ml.lyr(2KB)
--------test_files_students-3-PainAuChocolat.ppm(3.72MB)
--------test_files_students-1-wk.lyr(3KB)
--------test_files_students-3-Kureuil.ppm(171KB)
--------test_files_students-1-rg.lyr(8KB)
--------test_files_students-2-Github.html(137KB)
--------test_files_students-2-Wikipedia.html(1.13MB)
--------test_files_students-3-Carapuce.ppm(1007KB)
----lib()
--------my()
----includes()
--------my.h(4KB)
--------giantman.h(2KB)
--------antman.h(2KB)