readme.doc
来自「包含Lzw,Huff1,Dhuff等等多种压缩算法的源代码包。」· DOC 代码 · 共 35 行
DOC
35 行
HUFFSTUFF.ZIP: 15-Aug-90
-----------------------------
The following files are included:
HUFF1.C C source code for Huffman Code compression program.
HUFF1.EXE Executable Huffman Code compression program compiled
under Lattice C V6.0.
DHUFF.C C Source code for Huffman Code decompression program.
DHUFF.EXE Executable Huffman Code decompression program compiled
under Lattice C V6.0.
README.DOC This file.
** These programs were compiled using the command:
lc -O -L -aw -ciust -d0 -n -ml <program name>
I believe that these programs are "portable" enough to be recompiled using
another C compiler without too much trouble.
Please feel free to modify, improve, etc. these programs as you see fit.
They are hereby placed in the public domain. Being interested in
compression techniques, I would like to see any modifications, improvements,
etc. (Variable code sizes, etc.)
William Demas
72677, 3146
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?