LZ77改进型无损压缩算法
一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved comp
本专区汇聚了各类基于 无损压缩 开发的源码资源,共计 229 篇资源供开发者免费下载学习。
一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved comp
一个有用的无损压缩原码用于文件中二进制位操作的函数说明,函数实现,错误处理以及内存中的函数实现-a useful lossless compression code for the
基于单片机的数据压缩算法的实现-Huffman算法-Based on single-chip data compression algorithm Algorithm-Huffma
图像压缩编码程序,使用霍夫曼编码方式,很好的例程序-Image compression coding procedures, the use of Huffman encoding
同compress1,针对图像压缩里面中的无损和有损收集到的PDF格式的论文-With compress1, for image compression inside the no
LZW算法的C语言实现!能够实现对原始数据的压缩!-LZW algorithm realize the C language! To achieve compression of
自己编写的对文件做哈夫曼无损压缩编码/解码的程序;-their documents prepared by the right to do Huffman lossless com
采用 LZ77 运算规则 压缩及解压工具-Operational rules adopted LZ77 compression and decompression tools
一个新的哈夫曼程序-a new procedure Huffman
huffman图像压缩算法-Huffman Image Compression Algorithm
这是一个哈夫曼编/译码器程序-Huffman encoder/decoder procedures
I have written Run Length Encoder Decoder program which compress files with RLE algorithm.