Algorithm 版 (精华区)

发信人: lofe ()感激生活(), 信区: Algorithm
标  题: 压缩算法源程序第三辑--Comp
发信站: 哈工大紫丁香 (Sun Sep  3 08:31:04 2000), 转信

  
  CODER.H  This is the header file needed to use CODER.C.

  
  CODER.C  This file contains the routines needed to implement
  
           an arithemtic coder.  

  
  BITIO.H  This is the header file needed to use BITIO.C.

  
  BITIO.C  This is the module used to do bit-oriented I/O.

  
  COMP-1.C    This is the main module for a fixed-context
  
              compression program.  It is used to drive MODEL-1
  
              and MODEL-1A.  It doesn't know about escape codes.

  
  EXPAND-1.C  This is the main module for a fixed-context
  
              decompression program.  It is used with MODEL-1
  
              and MODEL-1A.  Doesn't know about escape codes,
  
              order (-1) models, or any of that stuff.

  
  MODEL.H     This is the header file that is used when working
  
              with any of the modeling modules.

  
  MODEL-1.C   This is the modeling model for a very siple order-0
  
              fixed context model.  To be used with COMP-1 or
  
              EXPAND-1.

  
  COMP-2.C    This is the main module for a highest-context
  
              compression program.  It handles escape codes, and
  
              does compression ratio checking as well.  It is
  
              used with MODEL-2 and MODEL-2A.

  
  EXPAND-2.C  This is the main module for a highest-context
  
              decompression program.  It understands all of the
  
              fancy stuff used in MODEL-2 and MODEL-2A.

  
  MODEL-2.C   This is the highly optimized source for a
  
              variable order compression program.  It is
  
              used with COMP-2 or EXPAND-2.

  
  MODEL-1A.C This is an order-1 fixed context modeling unit, that
  
             can be combined with COMP-1 and EXPAND-1.  Used
  
             to test compression for higher order models that
  
             don't use escape codes.

  
  MODEL-2A.C This is the source for an order-1 highest-order
  
             modeling program.  It understands escape codes,
  
             but has a simple data structure that takes up a
  
             lot of room.  So it is fast, but takes up lots
  
             of RAM.  Can't be expanded beyond order-1 in a
  
             PC due to memory limitations.

  
  
--
          _____________________________
          Every problem has a solution.

optooff@mail.hust.edu.cn
www.netease.com/~hansen
※ 修改:.haojs 于 Sep  3 08:28:41 修改本文.[FROM: bbs.hit.edu.cn]
--
※ 转寄:.武汉白云黄鹤站 bbs.whnet.edu.cn.[FROM: bbs.hit.edu.cn]

--
☆ 来源:.哈工大紫丁香 bbs.hit.edu.cn.[FROM: haojs.bbs@bbs.whnet.]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.408毫秒