Страницы: >> 1 2 3 |
Peter Sawatzki |
Переведенный с С на Паскаль алгоритм адаптивного кодирования
Хаффмана. Приведена программа сжатия - распаковки файла.
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)
|
01.05.1989
10k |
|
Samuel H. Smith |
Небольшая утилита для распаковки ZIP архивов формата PkZip1.01.
Приведены исходники на Турбо-Паскале и Турбо-C.
'UnZip' is a small Zipfile extract utility. It is written to be
as small and portable as possible -- ideal as a starting point
for handling .ZIP files in non-IBM environments.
Source code is provided in C and Turbo Pascal.
|
09.09.1989
42k |
|
Milen Georgiev |
Архиватор файлов по алгоритму LZW. Имеет оболочку, построенную
на основе Turbo Vision.
AMG Archiver is a program that convert one or more MS DOS
files to a special format with reduced size and store it in
archive file with LZW method.
|
19.11.1993
66k |
|
Edwin Floyd |
Адаптивный алгоритм сжатия данных и использованием
дерева "срезов" по модели Маркова. Метод похож на метод Хаффмана,
но использует только один проход и не требует сохранения
дерево кодов в сжатом файле. Компилируется Turbo Pascal 4.0, 5.5.
Adaptive data compression using "Splay" tree with Markov
model. This is a method somewhat similar to Huffman encoding (SQZ),
but which is locally adaptive. It therefore requires only a
single pass over the uncompressed file, and does not require
storage of a code tree with the compressed file.
It is characterized by code simplicity and low data
overhead. Compression efficiency is not as good as recent ARC
implementations, especially for large files. However, for small files, the
efficiency of SPLAY approaches that of ARC's squashing technique.
|
27.12.1989
17k |
|
Richard Byrne |
Файловый архиватор с использованием алгоритма LZW 12-bit.
Работает из командной строки.
This program create archive files using LZW 12-bit compression
that are compatible with those produced by PKWare and SEA
programs.
|
15.12.1988
29k |
|
Vincent Berghe |
Две программы для сжатия/распаковки файла методом LRU.
Two programs to compress and decompress files
with LRU data compression method.
|
25.06.1990
7k |
|
Toupao Chieng |
Простая программа для упаковки и распаковки нескольких файлов
в один архив.
This is a simple file compression program written in Turbo Pascal
5.5. The program does no more than compress and decompress
files. But this is a good way of starting and learning how the
file compression is done.
|
01.01.1990
13k |
|
Joe Jared |
Модуль для архивирования по алгоритму Хаффмана (LZH).
Компилируется BP7 (real/protected mode).
Huffman Compression Engine v0.29 IBM Version.
DPMI mode now supported Borland help files
included with this release.
|
29.10.1995
28k |
|
Samuel Smith |
Вывод списка файлов, содержащихся в Zip-архиве,
созданом с помощью PKZip v1.1. BP7.
Verbose ZIP directory lister works with PK's new "ZIP"
files (PKZip v1.1). Includes source code.
|
17.02.1989
8k |
|
Страницы: >> 1 2 3 |