⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.doc

📁 包含Lzw,Huff1,Dhuff等等多种压缩算法的源代码包
💻 DOC
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -