无损压缩算法,是LDS(lossless data-compression sources)的KIT.我发现很多人都想这么一份压缩软件的源代码,但是他们很难找到。-lossless compression algorithm is LDS (lossless data-compression sources) of KIT. I found so many people want a compression software source code, but they are difficult to find. 下载
|
常用的无损压缩算法源代码,包括huffman ,算术编码,等。-common lossless compression algorithm source code, including Huffman and arithmetic coding, and so on. 下载
|
一种无损压缩算法,采用了lzss结合huffman动态编码,速度快-a lossless compression algorithm, using a combination of lzss dynamic Huffman coding, fast 下载
|
LZW无损压缩算法的实现与研究,EI检索论文LZW无损压缩算法的实现与研究- 下载
|
对音频信号的无损压缩算法。比MP3的质量还要高的多的音频压缩算法!-right audio signals in the lossless compression algorithm. The quality than MP3 but also the high number of audio compression algorithm! 下载
|
一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster 下载
|
"无损压缩算法代码包"是大家学习压缩技术的入门好帮手。- the source package of Lossless compress algorithm ,will show introduction to those who start to study on compression techniques. 下载
|
这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth some image format, then read these codes you will be of great help, which is the foundation. (Package includes the algorithm are : lzari, lzhuf, lzss, 4,558,302, lz77, Huffman, rle8, rle16). Tools : Definitive C. 下载
|
LZ77压缩算法是一种无损数据压缩算法。该算法是大多数 LZ 算法变体如 LZW、LZSS 以及其它一些压缩算法的基础。是基于字典的编码器。 - 下载
|
当前公认的最优无损/准无损图像压缩算法之一:calic算法的软件实现。-An accepted lossless and near lossless image compression algrithm: Relization of CALIC on soft. 下载
|