decompression-algorithm
There are 26 repositories under decompression-algorithm topic.
ionescu007/minlzma
The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils
dfgHiatus/ResoniteUnityPackagesImporter
Import Unity Packages into Resonite
BaseMax/MiniArchiveCompressor
C++ software to compress and archive files with Qt based UI. (Currently user-interface ready)
chrisly42/unzx0_68000
Free, zlib licensed ZX0 decompressor for the 68000 (optimized for speed)
davecom/nflate
Naive implementation of DEFLATE in C for decompressing gzip files (RFC 1951, RFC 1952).
IgnacioUtrilla/defl8
Defl8 is a DEFLATE-based compression and decompression that use Huffman and LZ78.
BaseMax/ZMiniCArchiveCompressor
C software to compress and archive files with CLI console. (miniz)
mh97m/Compressor-Files-Python
this app, compress your directory with any algorithm that you want.
nrutkowski1/HuffmanEncoding
Compress and decompress a file using the Huffman encoding technique
sichkar-valentyn/String_Decoding
Decoding input string - so called task of 'decompression'
TeoSean00/Tree_Compression_Algorithm_Backend
This Full-Stack Application (React and Springboot) was developed with the purpose of allowing a user to choose, run and compare the results of any 2 of our algorithms from our list of completed Tree Compression Algorithms that we have explored and implemented, comparing factors such as time taken and compressed image size and quality.
zxuu/Haffuman-compressed-files
哈夫曼编解码压缩文件,只需在电脑选择要压缩的文件即可压缩,压缩后重新选择压缩的文件可进行解压。
Debraj-Dey/Huffman_Encoding_Decoding
An Web Application that uses Huffman Coding for compressing & decompressing txt files.
GuildOfCalamity/Zippy
A home-brew compression engine using Huffman trees.
TeoSean00/Tree_Compression_Algorithm_Frontend
This Full-Stack Application (React and Springboot) was developed with the purpose of allowing a user to choose, run and compare the results of any 2 of our algorithms from our list of completed Tree Compression Algorithms that we have explored and implemented, comparing factors such as time taken and compressed image size and quality.
andrewchokh/file-compressor
The project is my coursework for second college grade.
asad82/Huffman-Compression
Implements the basic Huffman Compression and decompression algorithm in C++. All types of files can be compressed.
bilgesucakir/CS300-data-structures-course-homeworks
CS300 Data Structures Course Homeworks at Sabancı University in Fall 2021
etdon/detect-compression
Simple script to detect popular compression algorithms based on their magic number.
ziad40/Compress-file
it is an command user interface used to compress files using huffman algorithm(Greedy algorithm) with variable length of chunks for compressing
BaseMax/MiniPHPArchiveCompressor
PHP software to compress and archive files with CLI console.
CrateOfThunder/n64-sli-decode
Decompression Function Extension for Nintendo's SLI Compression Format
LConn1/To-Compress-or-Not-to-Compress-
This project compresses and decompresses text files
vdhug/Lempel-Ziv-Welsh-LZW
Implementação de um compressor e um descompressor aplicado a texto em geral.