Topic: "huffman-compression"
e-hengirmen/Huffman-Coding
A C++ compression program based on Huffman's lossless compression algorithm and decoder.
Language: C++ - Size: 181 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 81 - Forks: 7
akuafif/hXOR-Packer
A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
Language: C++ - Size: 360 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 54 - Forks: 13
sudhamshu091/Huffman-Encoding-Decoding-For-Image-Compression
Huffman Encoding and Decoding for Image Compression using Python
Language: Python - Size: 2.36 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 15 - Forks: 7
AshishYUO/huffman-compression
Huffman Compression Algorithm using C++
Language: C++ - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 6
niravcodes/huffman_compression
The implementation of the Huffman algorithm as a command line utility.
Language: C - Size: 80.1 KB - Last synced at: 7 months ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 2
ercanersoy/Huffman-Compression-Program
Huffman Compression Program
Language: C - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0
sudhamshu091/Huffman-Encoding-and-Decoding
Huffman Encoding and Decoding with Python
Language: Python - Size: 3.38 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0
kotya4/c-raycast-gdi-huffman
simple textured raycasting engine ( like wolf3d ? ) written on c using huffman compression on indexed textures and recoursive map generation
Language: C - Size: 643 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0
pvs1209pvs/Huffman-Compression
Lossless text compression using Huffman Coding.
Language: Kotlin - Size: 5.78 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0
ShikharSahu/HuffmanCoder
A simple package that allows you to perform Huffman coding on user input strings.
Language: Python - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0
GokulVSD/UnicodeBankDB
A file based bank database management web app written in Java using Spark and Maven, with indexed variable length nested records, concurrency control, state transfer and Huffman Compression.
Language: Java - Size: 3 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0
Denvermagan/pe-packer
Packer for x86 Portable Executable applications encrypts code and adds obfuscation to hinder analysis. Support for x64 binaries is coming soon. 🛠️📦
Language: C++ - Size: 1.04 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
LukasHuth/Oxidendron
Huffman encoding/decoding
Language: Rust - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
ranaahmed786/Compresso
Compresso is a Huffman Compression Application build using QT creator
Language: C++ - Size: 24.3 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
alicescfernandes/image-compression
Language: Python - Size: 540 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
ArceusX/HuffmanCompression
Huffman Compression in C++, Python: file read/write, descriptive comments, few boilerplate
Language: C++ - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
jakuzek/Huffman-algorithms
The Huffman Algorithms folder contains implementations of the Huffman compression and decompression algorithms. Huffman compression is a widely used lossless data compression technique that reduces the size of files by assigning variable-length codes to different characters based on their frequencies.
Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
GrochowskiMichal/Huffman-Coding
Program that compresses and decompresses text files with the Huffmann’s method.
Language: C++ - Size: 609 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
andreilukichoff/static-huffman
Language: C++ - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
lluiscamino/HuffmanFileCompressor
Java compression application based on Huffman's coding
Language: Java - Size: 84 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
mohamedAhmedMokhtarElkomy/Huffman-coding-algorithm
App using c-language to make compress and decompress for text files
Language: C++ - Size: 93.8 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0
arjunsawhney1/data-structures
In this repo, I build and unit test several classic and custom Data Structures from scratch. I also build implementations of these data structures in the form of Bloom Filters, Round Robin Schedulers, etc.
Language: Java - Size: 2.84 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0
red7x/huffman
Huffman coding implementation
Language: Go - Size: 3.91 KB - Last synced at: 9 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0
caio-emiliano/Huffman-Compression
Language: HTML - Size: 329 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
perwirareno/Steganography-and-Image-Compression
Steganography apps with image compression feature
Language: Java - Size: 121 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1
marcmal/BMP-Compressor
A school project BMP image compression application using LZ77 and Huffman algoritms.
Language: C++ - Size: 6.38 MB - Last synced at: 27 days ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
astartes91/huffman-compression-with-hamming-code
Realization of Huffman compression with Hamming error correction code
Language: C# - Size: 137 KB - Last synced at: over 2 years ago - Pushed at: almost 11 years ago - Stars: 0 - Forks: 1
asad82/Huffman-Compression
Implements the basic Huffman Compression and decompression algorithm in C++. All types of files can be compressed.
Size: 148 KB - Last synced at: over 1 year ago - Pushed at: about 11 years ago - Stars: 0 - Forks: 1