bzip2.txt
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:18k
源码类别:

生物技术

开发平台:

C/C++

  1. NAME
  2.        bzip2, bunzip2 - a block-sorting file compressor, v1.0.2
  3.        bzcat - decompresses files to stdout
  4.        bzip2recover - recovers data from damaged bzip2 files
  5. SYNOPSIS
  6.        bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ...  ]
  7.        bunzip2 [ -fkvsVL ] [ filenames ...  ]
  8.        bzcat [ -s ] [ filenames ...  ]
  9.        bzip2recover filename
  10. DESCRIPTION
  11.        bzip2  compresses  files  using  the Burrows-Wheeler block
  12.        sorting text compression algorithm,  and  Huffman  coding.
  13.        Compression  is  generally  considerably  better than that
  14.        achieved by more conventional LZ77/LZ78-based compressors,
  15.        and  approaches  the performance of the PPM family of sta