Dec 172017
Sample file compression program using splay trees. Includes C source. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
GETOPT.C | 2548 | 1165 | deflated |
GETOPT.H | 64 | 45 | deflated |
MAKEFILE | 314 | 180 | deflated |
MAKEFILE.BSD | 308 | 127 | deflated |
SPLAY.C | 7188 | 2391 | deflated |
SPLINT.1ST | 1653 | 936 | deflated |
SPLINT.C | 9706 | 2889 | deflated |
SPLINT.EXE | 19745 | 11862 | deflated |
SPLINT.H | 774 | 360 | deflated |
SPLINT.TXT | 674 | 435 | deflated |
Download File SPLINT.ZIP Here
Contents of the SPLINT.TXT file
Submitted-by: Kenji Rikitake
Archive-name: splint/splint.uue
This is a splay-prefix-coding data compression program I made for
studying.
-- Kenji
[
Includes source suitable for Turbo C and for 4.xBSD, and executable
for MS-DOS. In the one test that I did, it compressed slightly better
than 13-bit LZW, though not quite as well as LZHUF.
Checksums obtained with the 4.3BSD "sum" or System V "sum -r" command.
checksum size (bytes) file (between BEGIN--cut and END--cut lines)
35547 38939 splint.uue
checksum size (bytes) file
34150 28242 splint.arc
-- R.D.
Archive-name: splint/splint.uue
This is a splay-prefix-coding data compression program I made for
studying.
-- Kenji
[
Includes source suitable for Turbo C and for 4.xBSD, and executable
for MS-DOS. In the one test that I did, it compressed slightly better
than 13-bit LZW, though not quite as well as LZHUF.
Checksums obtained with the 4.3BSD "sum" or System V "sum -r" command.
checksum size (bytes) file (between BEGIN--cut and END--cut lines)
35547 38939 splint.uue
checksum size (bytes) file
34150 28242 splint.arc
-- R.D.
December 17, 2017
Add comments