-
Code for Java compression
Code for Java compression
- 2022-06-27 21:03:39下载
- 积分:1
-
rlezip wrote它自己
自己写的RLEZIP,实现了文件和文件夹的压缩解压-RLEZIP wrote it myself
- 2022-03-20 14:55:45下载
- 积分:1
-
Calculation of expression value. Enter the expression directly, the calculation...
计算表达式的值。直接输入表达式,得到计算结果,非常好用。-Calculation of expression value. Enter the expression directly, the calculation results, very easy to use.
- 2023-06-05 14:00:04下载
- 积分:1
-
change wall paper
change wall paper
- 2022-03-16 07:04:36下载
- 积分:1
-
tar原码,不知道有没有用
tar原码,不知道有没有用-tar source was not aware useless
- 2022-01-25 22:43:14下载
- 积分:1
-
for more documents and folders compression algorithm used lzss algorithm, c lang...
用于多文件及文件夹压缩的算法,采用lzss算法,c语言编写,很值得借鉴-for more documents and folders compression algorithm used lzss algorithm, c language, we can draw
- 2023-06-20 20:45:02下载
- 积分: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
-
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
-
gif图像的编解码实现,在vc环境下直接编译即可!
gif图像的编解码实现,在vc环境下直接编译即可!-realization of gif graphic compression/decompression,which can be compiled in VC environment.
- 2022-02-09 23:49:40下载
- 积分:1
-
一个对LZSS压缩算法的深入应用的例子,有兴趣的可以下载看一看...
一个对LZSS压缩算法的深入应用的例子,有兴趣的可以下载看一看-LZSS a compression algorithm in-depth examples of the application, interested can download to look at
- 2022-03-16 09:23:08下载
- 积分:1