539 results for “topic:huffman-compression-algorithm”
Compression Benchmark
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.
📦 Zip and Unzip files using Huffman's code and LZW Algorithm
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
Huffman encode/decode text
A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
My solutions to the assignments I have undertaken for the CS106B (Programming Abstractions in C++) course, in Stanford University. (2017-2018)
A file compression program written in C++ to compress files using Huffman Coding
File Compression Using Huffman Coding Built in Java.
C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.
A file compressing web application designed using the concept of Huffman Coding.
Huffman树,Huffman编码,压缩bmp图像。
Very simple 8 bits huffman encoder/decoder with pure C.
It is a text file, script file Compression and Decompression Program which uses Huffman Algorithm for Compression and Decompression
A program that can losslessly compress and decompress files using Huffman Encoding
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.
Huffman Compression Algorithm using C++
All projects of Data Structure course in an integrated GUI application
Huffman encoding of Bitmap images
A c++ program to compresses and decompresses files using Huffman algorithm.
A simple visualization for huffman tree, which is used in encoding text.
Java project that implemnts Huffman encoding algorithm
This Repo Includes Data Compression Algorithm and Source Code Implemented Using Huffman Algorithm.
An implementation of Huffman Codes in Node.js
Lossless Image Compression and Transmission in Matlab
DEFLATE combines the LZ77 algorithm and Huffman Coding to achieve high compression ratios. This project is designed to be a straightforward and practical resource for anyone looking to understand or utilize DEFLATE compression in their applications.
Implementación Algoritmo de Huffman, código original de Salvador Pozo Coronado
Hamming, Huffman and etc algorithms
A Huffman Coding compression application. Compress and decompress files with respective code-books. Comes with a standalone executable and GUI.
This repo is an implementation of both constant and variable huffman encoding.