An FPGA-based GZIP (deflate) compressor, which input raw data and output standard GZIP format (as known as .gz file format). 基于FPGA的GZIP压缩器。输入原始数据,输出标准的GZIP格式,即常见的 .gz / .tar.gz 文件的格式。
-
Updated
Sep 15, 2023 - Verilog
An FPGA-based GZIP (deflate) compressor, which input raw data and output standard GZIP format (as known as .gz file format). 基于FPGA的GZIP压缩器。输入原始数据,输出标准的GZIP格式,即常见的 .gz / .tar.gz 文件的格式。
This project is about the implementation of the LZ77 and Deflate COMPRESSION algorithm.
LZ77 algorithm, providing efficient lossless data compression and decompression capabilities. It offers a reliable and flexible solution for reducing file sizes in various programming languages.
The final project in my undergraduate life, a data compressor based on BWT, MTF and Huffman-coding.
A qr code encoder and decoder that first uses gzip, on the data field text and then encodes a qr code with base64 and another qr code with hex to generate qr codes
[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index
An implementation in C of the Shannon's compressor.
LZ77 compression-decompression alghoritm implemented for my assignment project
Add a description, image, and links to the data-compressor topic page so that developers can more easily learn about it.
To associate your repository with the data-compressor topic, visit your repo's landing page and select "manage topics."