Утилиты


Lecar 2.0 - Антивирус-Полифаг

Полифаг Lecar обладает развитой системой совершенствования, открыт к изменениям, распространяется в исходных текстах. Распознает LZEXE-архивированные модули, умеет их раскручивать и проверять на наличие вирусов. Относительно безопасный поиск (во время сканирования обходит обработчики Int 21h). В версии 2.0 увеличено количество распознаваемых вирусов.

LRUPas - LRU Compression Method

Две программы для сжатия/распаковки файла методом LRU.
Two programs to compress and decompress files with LRU data compression method.

LZH - Adaptive Huffman Coding for Turbo Pascal 5.0

Переведенный с С на Паскаль алгоритм адаптивного кодирования Хаффмана. Приведена программа сжатия - распаковки файла.

Adaptive Huffman Coding Converted to Turbo Pascal 5.0 LZHUF.C English version 1.0 (Based on Japanese version 29-NOV-1988 LZSS coded by Haruhiko OKUMURA)

LZH - compress data using a LZSS/Huffman coding

Модуль для работы с архивами по методу LZSS/Huffman. Приведен пример программы архивирования файлов.
The LZH unit implements a fairly faithful port of an algorithm that was written in C by Haruyasu Yoshizaki and Haruhiko Okumura. Included is a simple 1 file compression program as a demonstration on how to use the LZH unit.

LZH Compression Routine version 0.97

Две программы для работы с LZH архивами. Одна программа умеет архивировать один файл, а вторая - показывать заголовок архива.
The file LZHSRC97.PAS is the pascal source code for the LZH compression routine used by BRANCH version 0.97. This program uses a 4-byte file header and can only compress one file at a time. The other program, LZHVIEW.PAS is the pascal source to view the contents of any LZH files.

LZSS - implementation of the LZ77 algorithm

Программа для сжатия и распаковки, использующая быстрый алгоритм LZ77.
The LZSS program implements a very nice (and fast) implementation of the LZ77 algorithm submitted to the DR DOBBS compression contest a few years back by Andy Tam.

LZW Data Compression Library v1.4

Библиотека для упаковки по методу LZW.
LZW Data Compression Library for Pascal. It uses the LZW algorithm as published in research papers by Lempel, Ziv, and Welch. The LZW algorithm is probably the best generic compression algorithm known today.

LZW2 Unit

Упаковщик/распаковщик по методу LZW с изменяемой длиной кода. Имеется демонстрация работы модуля LZW2 для сжатия/расжатия файла.

LZW4P - LZW Data Compression Library for Pascal

LZW4P v1.3

Библиотека для сжатия/распаковки по методу LZW для Turbo Pascal.
It is a data compression library for Turbo Pascal programmers which uses the LZW algorithm as published in research papers by Lempel, Ziv, and Welch. The LZW algorithm is probably the best generic compression algorithm known today. Shareware.

OOAV v3.0 - Object Oriented Archive Viewer

Объектно-ориентированный просмотрщик содержимого архивных файлов Arj, Arc, Lzh, Zip, Zoo.

Object Oriented Archive Viewer for Turbo Pascal 7.0 v.3 (c) by Edwin Groothuis, MavEtJu software. This unit let you peek into archives as if it were directories. With the commands FindFirst and FindNext you get all the information you need (name, size and date) for easy archive-handling. Currently the supported archivetypes are Zip, Arj, Arc, Lzh and Zoo, but it's very easy to expand them.