Massively Parallel Huffman Decoding on GPUs
-
Updated
Feb 2, 2019 - C++
Massively Parallel Huffman Decoding on GPUs
A program that can losslessly compress and decompress files using Huffman Encoding
Huffman Tree Encoder using custom Priority Queue written in C++
A console based text editor that will suggest words from a Dictionary
Huffman Coding implementation in C++
Tool to compress and decompress text files. Uses huffman encoding.
A lightweight C++ implementation of Huffman encoding compression. 一个简单的C++霍夫曼编码压缩实现。
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
This project encodes then decodes sentences with HUFFMAN Decoding Way. Huffman algorithm and binary tree implementation.
C++ implementation of Huffman Encoder and Decoder
🗜️ Имплементация алгоритма Хаффмана на Qt.
Exam project for Parallel and Distributed Systems course, A.A. 2022/2023. Compilation and Execution instructions coming soon...
Huffman code is a data compression algorithm which uses the greedy technique for its implementation. The algorithm is based on the frequency of the characters appearing in a file.
Huffman Data Compression Algorithm: A C++ implementation of the lossless data compression algorithm for reducing file sizes while preserving data integrity.
【C++】自适应哈夫曼编码
Program that compresses and decompresses text files with the Huffmann’s method.
App using c-language to make compress and decompress for text files
encoding and compression using huffman coding algorithm in C++
Add a description, image, and links to the huffman-decoder topic page so that developers can more easily learn about it.
To associate your repository with the huffman-decoder topic, visit your repo's landing page and select "manage topics."