65 results for “topic:huffman-decoder”
Massively Parallel Huffman Decoding on GPUs
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
Extreme inline text compression for HTML / JS. A custom pipeline that generates stand-alone HTML or JS files which embed competitively compressed self-extracting text, with file sizes of 25% - 40% the original.
A program that can losslessly compress and decompress files using Huffman Encoding
Implementation of Huffman Coding using Python
A New Approach for Efficient Sequential Decoding of Static Huffman Codes
Huffman encoding and decoding tree in python
Huffman encoding and decoding with simple Serial and Parallel implementations for CPU and GPU
🏃 The fastest Python implementation of Huffman coding by using a Finite State Machine
2D terrain divided into tiles, compressed on CPU, decompressed on GPU, with caching to decrease PCIE bottleneck and VRAM requirement for very big terrains.
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++
This Java repository contains a robust implementation of Huffman encoding and decoding algorithms
An Web Application that uses Huffman Coding for compressing & decompressing txt files.
Compress and decompress a file using the Huffman encoding technique
Huffman Coding
A small implementation of Huffman encoding and decoding in Java
Tool to compress and decompress text files. Uses huffman encoding.
Huffman coding and decoding with GUI
A lightweight C++ implementation of Huffman encoding compression. 一个简单的C++霍夫曼编码压缩实现。
A program that uses Huffman Algorithm to compress a file, and also reverts back to original file.📁
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
A simple package that allows you to perform Huffman coding on user input strings.
Simple Lisp & Prolog Huffman encoder. Final project of the course "Linguaggi di Programmazione" (Programming Languages), bachelor in Computer Science, University of Milano-Bicocca
This project encodes then decodes sentences with HUFFMAN Decoding Way. Huffman algorithm and binary tree implementation.
Aplicação desenvolvida em JAVA que realiza a Codificação de Huffman e a Descodificação.
This project implements Huffman Encoding and Decoding in Java, complete with a graphical user interface (GUI) to visualize the Huffman Tree, Huffman Codes, character frequencies, encoded text, and decoded text. The application also supports file upload and saving encoded and decoded text.