424 results for “topic:huffman”
New generation entropy codecs : Finite State Entropy and Huff0
Fast lossless data compression in Go
JPEGsnoop: JPEG decoder and detailed analysis
An all-in-one tool for extracting/creating 3ds roms.
Compression Benchmark
Fast lossless data compression in C++
Fast lossless data compression in Java
Pure OCaml implementation of Zlib.
huffman encoder/decoder
An FPGA-based PNG image decoder, which can extract original pixels from PNG files. 基于FPGA的PNG图像解码器,可以从PNG文件中解码出原始像素。
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
No description provided.
Implementation of Elementary Algorithms (infix-prefix-postfix-evaluation-to-longest-common-increasing-sub-sequence-activity-selection-balance-kd-binary-heap-binomial-tree-breath-depth-first-search-max-flow-shortest-path-topological-sort-calculus-derivative-integration-forward-interpolation-simpson-rule-intersecting-area-non-linear-equation-jacobis-gauss-seidal-bisection-false-position-newton-raphson-fixed-point-secant-cigarette-smokers-genetic-huffman-a-a*-star-binary-knuth-morris-pratt-kmp-quick-thread-priority-based-premitive-shortest-job-non-primitive-arithmetic-expression-data-structures-list-node-implementation-one-two-way-linked-stack-string-graph-numerical-methods-equation-solving-solve-process-problem-search-sort-prime-ugly-friend-perfect-fibonacci-factorial-factor-number)
Fast, small, in-memory inflate (zlib, deflate and gzip decompression)
Massively Parallel Huffman Decoding on GPUs
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.
Fast deflate implementation with zopfli-like ratios and a streaming API
A simple lightweight set of implementations and bindings for compression algorithms written in Go.
:fast_forward: Efficient compression of streams of short JSON strings
A collection of various algorithms to produce length-limited prefix codes
PNG encoder, implemented in VHDL
A pure C++ implementation of a fast, small, in-memory inflate (zlib, gzip, deflate decompression)
Embedded Compression Library for low-memory systems
Pure Python implementation of Deflate data compression algorithm.
C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.
The Huffman library is a simple, pure C99 library for encoding and decoding data using a frequency-sorted binary tree.
rawdog jpeg-encoder , demonstrating the full compression pipeline including DCT, quantization, and Huffman coding.
Molecular Encoded Storage for Space Exploration (MESSE)
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