👻Files and String zipper based on huffman codes 使用赫夫曼编码进行字符串和文件、文件夹的压缩解压或加密解密
-
Updated
Sep 2, 2021 - Java
👻Files and String zipper based on huffman codes 使用赫夫曼编码进行字符串和文件、文件夹的压缩解压或加密解密
Efficient Huffman Coding implementation for file compression and decompression.
Data Structures project based on image compression using huffman coding
Android application to zip up all files before sharing. it's basically " share as zip " for android which means it zipup all files as single zip archive before sharing.
An application for Text File Compression/Decompression using Huffman Coding.
Huffman Coding is a Java object of both file compression and decompression
an image compression framework.
File compression algorithms: Huffman Compression Algorithm and Lempel-Ziv-Welch Compression Algorithm.
Android application to zip up all files before sharing. it's basically " share as zip " for android which means it zipup all files as single zip archive before sharing.
The provided Java code defines a HuffmanSubmit class that implements the Huffman coding algorithm for file compression and decompression. It includes methods for building the Huffman tree, encoding characters, writing the tree and encoded data to files, and decoding the compressed files.
Simple file archiver with four different compression methods and a modern UI
A Java-based file compression tool that implements Huffman Encoding, LZW Compression, and Run-Length Encoding (RLE) with a Graphical User Interface (GUI) for easy file compression and decompression.
Tools for compressing file using Zstandard algorithm with GUI
Add a description, image, and links to the file-compression topic page so that developers can more easily learn about it.
To associate your repository with the file-compression topic, visit your repo's landing page and select "manage topics."