-
this upload sample................
this upload sample-this upload sample................
- 2022-04-07 11:29:24下载
- 积分:1
-
每一步的LZSS算法发送一个字符或<;位置,冷…
In each step the LZSS algorithm sends either a character or a pair. Among these, perhaps character "e" appears more frequently than "x", and a pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.-In each step the LZSS algorithm sends either a character or a lt;position, lengthgt; pair. Among these, perhaps character "e" appears more frequently than "x", and a lt;position, lengthgt; pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adap
- 2022-07-08 14:12:34下载
- 积分:1
-
7zip软件:七编码格式的压缩和解压功能。
7Zip软件实现:
七种编码格式的压缩与解压缩功能。-7Zip software : seven coding format compression and decompression functions.
- 2022-03-22 01:30:35下载
- 积分:1
-
基于小波的图像压缩,可运行,基于实数小波和EZW编码
基于小波的图像压缩,可运行,基于实数小波和EZW编码-Wavelet-based image compression can be run, based on real wavelet and EZW coding
- 2022-07-20 14:45:26下载
- 积分:1
-
C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码...
C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码-C code to complete jpeg encoding and decoding, including dct, quantization, zigzag and the Huffman code, decoding
- 2022-03-02 17:24:15下载
- 积分:1
-
此源码为zip压缩、解压缩源码,可实现对ZIP文件的操作。
此源码为zip压缩、解压缩源码,可实现对ZIP文件的操作。-this source of zip, extract the source code, can be realized right ZIP operation.
- 2023-07-05 22:15:03下载
- 积分:1
-
GIF文件解码器类使用说明
本解码器类支持GIF文件格式的89a版本,可支持动画GIF文件!
本原代码未经严格测试,欢迎广大朋友批评指正。...
GIF文件解码器类使用说明
本解码器类支持GIF文件格式的89a版本,可支持动画GIF文件!
本原代码未经严格测试,欢迎广大朋友批评指正。-GIF documents decoders use of this category of decoders class support to the GIF file format version 89a, GIF supports animation paper! Primitive code without testing, friends welcome criticism corrected.
- 2022-03-30 17:30:17下载
- 积分:1
-
is also a very good executable file compression software, including support for...
同样是一个非常好的可执行文件压缩软件,支持的格式包括 atari/tos,djgpp2/coff,dos/com,dos/exe,dos/sys,rtm32/pe,tmt/adam,watcom/le,win32/pe,Linux/i386 等等,压缩比率也非常的高。-is also a very good executable file compression software, including support for the format atari/los, djgpp2/coff, dos/com, dos/exe, dos/sys, rtm32/pe, TMT/adam, Watcom/le, win32/pe. Linux/i386 etc., compression ratio is very high.
- 2022-01-23 10:06:08下载
- 积分:1
-
使用CZip和CUnzip压缩VC代码文件和减压
VC下使用CZip和CUnzip压缩和解压文件代码-VC use CZip CUnzip and document compression and decompression code
- 2023-01-08 18:30:04下载
- 积分:1
-
Computes the permanent of a nonnegative in teger matrix. Notes : Compile in C, &...
Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c". -Computes the permanent of a nonnegative in teger matrix. Notes : Compile in C, "g-o permanent permanent.c."
- 2022-12-09 06:10:03下载
- 积分:1