Tools for raster data including geophysical applications and digital elevation models
-
Updated
Jan 14, 2025 - Java
Tools for raster data including geophysical applications and digital elevation models
This repository contains Java code implementing the LZ-78 (Lempel-Ziv 78) data compression algorithm. The LZ-78 algorithm is a lossless data compression method that replaces repeated occurrences of data patterns with references to previously encountered patterns.
This repository contains a Java implementation of the LZ-77 data compression algorithm. LZ-77 is a lossless data compression method that replaces repetitive sequences of characters with references to previously occurring data. It achieves compression by storing the position and length of a match in a sliding window of previously processed data.
Compress image to pixels by vector quantizations
Multi-thread ZX0 data compressor in Java
Text compression using Huffman algorithm created using java and Netbeans
Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. It's usually implemented via a greedy approach.
Huffman Coding
Teknik Kompresi dengan Algoritma Huffman
Coursera algorithms 2 (from Princeton Uni)
Huffman Coding implementation in Java for lossless data compression and decompression using a priority queue-based Huffman tree.
Software to compress .txt files, based in Huffman's algorithm and implemented in Java.
Teknik Kompresi dengan Algoritma Shannon-Fano
My 2nd attempt to reinvent the wheel of files compression, slightly worked
My first attempt to reinvent the wheel of files compression
Laboratory work: Data structures and algorithms, University of Helsinki
Add a description, image, and links to the data-compression topic page so that developers can more easily learn about it.
To associate your repository with the data-compression topic, visit your repo's landing page and select "manage topics."