-
Notifications
You must be signed in to change notification settings - Fork 0
Compression (Huffman)
RΓ©gis Meyssonnier edited this page Apr 12, 2022
·
15 revisions
Give the Huffman coding only with huffman.cpp
Text : 116848 bits huffman 1096 bits
soit 99.062% compression
with huffmanbin.cpp
Compress text.txt in enc.txt
and decompress enc.txt to dec.txtYou can change the name of the file.
Compress fast file between 10ko and 200ko any type of files !!!!
Use Huffmanusedll.cpp to see an example how to use the dll huffmandll.dll
Change the path in the file for the include od Huffmanlibrary.h or for the pragmalib directive
You can use the dll in the repository or
Use HuffmanLibrary.h and HuffmanLibrary.cpp