-
a开头和a结尾的字符串
a开头和a结尾的字符串-a beginning and the end of a string
- 2022-01-25 22:52:41下载
- 积分:1
-
游程编码的静态图像压缩的Delphi代码,程序员可以dephi的理解…
rle静态图片压缩DELPHI代码,可以对DEPHI程序员了解有很大帮助-rle static picture compression DELPHI code, programmers can DEPHI understanding will be of great help
- 2022-03-19 15:51:00下载
- 积分:1
-
来源结构,压缩和解压缩代码
Structure the sources so that the compression and decompression code
form a library usable by any program, and write both gzip and zip on
top of this library. This would ideally be a reentrant (thread safe)
library, but this would degrade performance. In the meantime, you can
look at the sample program zread.c.-Structure the sources so that the compress ion and decompression code form a library usabl e by any program, and write both gzip and zip on top of this library . This would ideally be a beats per (thread safe ) library. but this would degrade performance. In the mean time, you can look at the sample program zread.c.
- 2022-09-28 22:20:04下载
- 积分:1
-
Implementation for Lempel
Implementation for Lempel-Ziv code.
Encoder and decoder are separated. The input is a file and the output is written in another file.
- 2022-08-18 02:45:59下载
- 积分:1
-
纯粹用vb实现的压缩算法,由高手完成,使用简单方便
纯粹用vb实现的压缩算法,由高手完成,使用简单方便-The compress arithmetic realised absolutly on VB platform.The programme which can be conveniently used is completed by a superior.
- 2022-03-07 20:23:21下载
- 积分: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
-
This is VC++ for an icon with the mouse after a hearing, you will be able to hav...
这是用VC++编的一个用鼠标经过一个图标时你就能听到有铃在响,-This is VC++ for an icon with the mouse after a hearing, you will be able to have a bell in the ring,
- 2022-03-13 09:40:33下载
- 积分:1
-
作业,哈夫曼压缩解压缩
作业,哈夫曼压缩解压缩-Operations, Huffman compression decompression
- 2022-03-05 15:43:24下载
- 积分:1
-
zip算法的源码
zip算法的源码-zip algorithm source code
- 2022-04-24 10:01:40下载
- 积分:1
-
h264编解码.用C++实现了图像的编解码功能。
h264编解码.用C++实现了图像的编解码功能。-h264 codec. with C++ realize the image codec functionality.
- 2022-05-30 09:36:12下载
- 积分:1