Defines a lossless compressed data format that is independent of CPU type, operating system, file system, and character set, and is suitable for compression using the XP10 algorithm.
-
Updated
Jun 30, 2021 - Verilog
Defines a lossless compressed data format that is independent of CPU type, operating system, file system, and character set, and is suitable for compression using the XP10 algorithm.
Compression Benchmark
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
Huffman encode/decode text
My solutions to the assignments I have undertaken for the CS106B (Programming Abstractions in C++) course, in Stanford University. (2017-2018)
Huffman树,Huffman编码,压缩bmp图像。
Huffman encoding of Bitmap images
Very simple 8 bits huffman encoder/decoder with pure C.
A program that can losslessly compress and decompress files using Huffman Encoding
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
All projects of Data Structure course in an integrated GUI application
A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
It is a text file, script file Compression and Decompression Program which uses Huffman Algorithm for Compression and Decompression
A file compression program written in C++ to compress files using Huffman Coding
A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like Burrows–Wheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.
An implementation of Huffman Codes in Node.js
Browser-based Huffman encoding visualisation tool written in Typescript with HTML Canvas.
A simple visualization for huffman tree, which is used in encoding text.
This repo is an implementation of both constant and variable huffman encoding.
Add a description, image, and links to the huffman-compression-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the huffman-compression-algorithm topic, visit your repo's landing page and select "manage topics."