C++ implementations of common data compression algorithms.
-
Updated
Mar 5, 2017 - C++
C++ implementations of common data compression algorithms.
A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
Huffman Compression Algorithm using C++
The implementation of the Huffman algorithm as a command line utility.
Huffman Compression Program
A simple package that allows you to perform Huffman coding on user input strings.
A file based bank database management web app written in Java using Spark and Maven, with indexed variable length nested records, concurrency control, state transfer and Huffman Compression.
Lossless text compression using Huffman Coding.
Huffman encoding/decoding
Program that compresses and decompresses text files with the Huffmann’s method.
Implements the basic Huffman Compression and decompression algorithm in C++. All types of files can be compressed.
Audio steganography application developed in C# using .NET 6.0 that hides secret text, image, and video files inside .wav audio files by manipulating least significant bits (LSB). It uses Fibonacci sequence for bit placement and Huffman coding for data compression and security, preserving original audio quality.
Huffman Compression in C++, Python: file read/write, descriptive comments, few boilerplate
Steganography apps with image compression feature
App using c-language to make compress and decompress for text files
huffman encoding and decoding texts in python
A simple PNG encoder/decoder header file, for loading small 8-bit images in other rendering projects. Learning more about C++ and the PNG specification through this project.
Compresso is a Huffman Compression Application build using QT creator
Add a description, image, and links to the huffman-compression topic page so that developers can more easily learn about it.
To associate your repository with the huffman-compression topic, visit your repo's landing page and select "manage topics."