Скачать LZSSUnit v1.02 - Модуль упаковки по LZSS.

Andrew Eigus
29.11.1994
Скачать файл (11,01 Кб)

Files in this package:

lzssunit.pas LZSSUNIT source for Borland (Turbo) Pascal 7.0
lzssunit.tph LZSSUNIT help file for Borland (Turbo) Pascal 7.0
lzssdemo.pas Simple source of compression/decompression program
readme.doc Some notes
filelist.doc This file
file_id.diz Brief description for SysOps

Here is just a ritual doc file, couz i hate to write READMEs! ;) Okay, LZSSUNIT.PAS is my source unit for Borland (Turbo) Pascal for implementation of LZSS (LZ77) compression algorithm in your programs. It is designed to work with all three DOS, DPMI and Windows platforms of Borland Pascal 7.0. Extremely clear example to show the use of this unit and very easy implementation.

One note: I figured out that it compresses and decompresses files faster and better! than similar Microsoft COMPRESS/EXPAND utilities used by slow Microsoft Setup program. Microsoft COMPRESS uses the same algo, however.