-
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
-
- 2023-02-13 08:25:03下载
- 积分:1
-
C++类实现LZW 压缩算法
C++类实现LZW 压缩算法-C++ classes to achieve LZW compression algorithm
- 2022-02-16 07:10:55下载
- 积分:1
-
队列应用
队列应用-求迷宫问题-Queue application-seek maze problem
- 2022-03-02 14:16:55下载
- 积分:1
-
jpeg2000算法实现
jpeg2000算法实现-JPEG2000 algorithm
- 2023-03-07 09:50:03下载
- 积分:1
-
这是从网络加载SWF
this is a swf from net load
- 2022-01-25 20:23:59下载
- 积分:1
-
结合我wavelet_fractal_compressor小波技术和分形技术
wavelet_fractal_compressor小波技术与分形技术相结合进行图像压缩,压缩效果好,但是运行时间比较长。作为实验还是可以用的-wavelet_fractal_compressor wavelet technology and fractal technology combining image compression, compression effects, but relatively long running time. Can be used as an experimental or the
- 2022-01-26 03:49:27下载
- 积分: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
-
这个代码是"高斯克吕格与经纬度坐标值转换代码",本人也是从网友转贴而来....
这个代码是"高斯克吕格与经纬度坐标值转换代码",本人也是从网友转贴而来.-This code is
- 2022-01-26 05:14:47下载
- 积分: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