-
缩率较高,编译码算法也较为简单的LZ77算法
缩率较高,编译码算法也较为简单的LZ77算法-This algorithm of LZ77 has a good compression,besides it can also be made easily!
- 2023-03-17 01:30:03下载
- 积分:1
-
压缩用的
压缩用的-Compression used
- 2022-06-17 03:38:52下载
- 积分:1
-
在Delphi环境下可运行
在Delphi环境下可运行-environment in Delphi running
- 2022-04-16 22:40:01下载
- 积分:1
-
qccpackspiht是另一个sourecode三维
QccPackSPIHT 是一个关于3d-spiht的源代码。是经过Pearlman先生授权的程序。希望对大家有用。-QccPackSPIHT is another sourecode about 3d-spiht, which has been warranted by Pro.Pearlman
- 2022-02-01 12:52:25下载
- 积分:1
-
Windows gzip源码
windows gzip source code
- 2023-02-16 08:45:03下载
- 积分:1
-
7za447,压缩解压缩源码,最新源码^_^
7za447,压缩解压缩源码,最新源码^_^-7za447, decompress compressed source, the latest source ^ _ ^
- 2022-01-25 15:39:22下载
- 积分:1
-
快速离散余玄变换idct
快速离散余玄变换idct-fast discrete Yuxuan transform IDCT
- 2022-03-24 00:38:03下载
- 积分:1
-
这是一个关于统计压缩的算法,包含压缩和解压缩的源码,使用VC些的,而且包含测试过程。...
这是一个关于统计压缩的算法,包含压缩和解压缩的源码,使用VC些的,而且包含测试过程。-This is a statistical compression algorithms, including compression source code, the use of VC more, but includes the testing process.
- 2022-02-22 10:21:56下载
- 积分:1
-
convenient Gzip compression decompression demo.
方便的Gzip压缩解压demo。-convenient Gzip compression decompression demo.
- 2022-03-19 21:29:07下载
- 积分:1
-
使用Lempel-Ziv压缩
Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols from a finite alphabet into substrings, whose lengths do not exceed a prescribed integer and a coding scheme which maps these substrings sequentially into uniquely decipherable code words of fixed length. The strings are selected so that they have nearly equal probability of occurrence. Frequently-occurring symbols are grouped into longer strings while occasional symbols appear in short strings. -Compression using lempel-ziv
-for a dictionary size of 2k
-provide dictionary
Lempel ziv algorithm is a dictionary based algorithm that addresses byte sequences from former contents instead of the original data. This algorithm consists of a rule for parsing strings of symbols from a fi
- 2022-07-10 13:32:58下载
- 积分:1