-
用JAVA语言实现的压缩解压Zip文件
用JAVA语言实现的压缩解压Zip文件-using the Java language extracting Zip file compression
- 2023-01-15 05:40:03下载
- 积分:1
-
LZW程序源代码,c语言实现。可能不是很全,我有好的版本,会继续给大家。...
LZW程序源代码,c语言实现。可能不是很全,我有好的版本,会继续给大家。-LZW source code, c language. May not be all, I have a good version, we will continue to.
- 2022-03-22 15:48:44下载
- 积分:1
-
This is a branch for the classic image compression procedures, in normal circums...
这是分行用于图像压缩的经典的程序,在正常的情况下可达到7:1左右的压缩比.-This is a branch for the classic image compression procedures, in normal circumstances can reach about 7:1 compression ratio.
- 2022-03-21 05:20:36下载
- 积分:1
-
本软件实现单机数据压缩打包备份功能.数据压缩级别,压缩速度可选!备份可采取增量备份或全备份....
本软件实现单机数据压缩打包备份功能.数据压缩级别,压缩速度可选!备份可采取增量备份或全备份.-the standalone software package backup data compression functions. Data compression levels, optional compression speed! Backup can take full or incremental backup backup.
- 2023-04-18 01:05:04下载
- 积分:1
-
零树小波图像压缩算法,能够很好的压缩图象,在…
本程序是小波零树图象压缩算法,能够很好的压缩图象,在C语言里编写的-Zerotree wavelet image compression algorithms, to the good image compression, in the C language prepared by the Lane
- 2023-05-18 07:15:03下载
- 积分:1
-
图象压缩算法的实现,十分具有参考价值的,赫赫有名
图象压缩算法的实现,十分具有参考价值的,赫赫有名-Image compression algorithm is very valuable and well-known
- 2022-07-21 21:36:25下载
- 积分:1
-
进行软件分析的一个模板。
进行软件分析的一个模板。-software for the analysis of a template.
- 2022-01-29 03:43:09下载
- 积分:1
-
声音的线性预测编码和解码,利用vc的函数直接从mic采集数据或者操作wav文件进行压缩和解压,别情提供回访比较功能。...
声音的线性预测编码和解码,利用vc的函数直接从mic采集数据或者操作wav文件进行压缩和解压,别情提供回访比较功能。-sound linear forecasting coding and decoding,make use of vc library directly to collect data or operate wav file to compress or decompress ,provide compression function.
- 2022-07-03 00:13:23下载
- 积分: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
-
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is d...
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
- 2022-10-29 01:55:05下载
- 积分:1