93 results for “topic:huffman-encoder”
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
A Python program that compresses raw images based on the JPEG compression algorithm.
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, and Huffman - through a user-friendly graphical interface. Ideal for educational use, this tool offers a hands-on approach to teach encoding strategies
Few purpose oriented projects in C++ and Java involving Fundamental Data Structures and Crucial Algorithms
Implementation of Huffman Coding using Python
A program to compress and decompress files
Huffman encoding and decoding with simple Serial and Parallel implementations for CPU and GPU
Huffman code
Huffman encoding and decoding tree in python
An interactive web tool to learn about Huffman Coding, backed with theory to understand its key concepts.
2D terrain divided into tiles, compressed on CPU, decompressed on GPU, with caching to decrease PCIE bottleneck and VRAM requirement for very big terrains.
Simple File Compression Program
The huffPP (Huffman Coding Plus Plus) is a utility tool written in C++ 20 to compact and unzip files using the huffman coding algorithm.
No description provided.
Huffman Tree Encoder using custom Priority Queue written in C++
A console based text editor that will suggest words from a Dictionary
🖇 In computer science and information theory, a Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression.
<多媒体计算机技术> 专选课作业
Huffman Coding implementation in C++
This Java repository contains a robust implementation of Huffman encoding and decoding algorithms
Compress and decompress a file using the Huffman encoding technique
An Web Application that uses Huffman Coding for compressing & decompressing txt files.
Visual Studio 2017 C++ Console Project
[Tsinghua University — Multimedia] N-ary Huffman Tree encoder
A program that can compress and decompress text files using Huffman encoding.
Tool to compress and decompress text files. Uses huffman encoding.
A small implementation of Huffman encoding and decoding in Java
No description provided.
No description provided.