readme.txt

来自「huffman_template_algorithm.zip」· 文本 代码 · 共 91 行

TXT
91
字号

  ================================
  n-ary Huffman Template Algorithm
  ================================

  The algorithm has been written by Alex Vinokur.
  Programming Language : C++.
  Any and all comments would be appreciated.

  DISCLAIMER

    Copyright (c) 1999-2001 by Alex Vinokur.

    This work and all works derived from it may be copied and modified 
    without any restrictions other than that 
    a copy of this copyright notice must be included in any copy 
    of this work or any derived work.

    The Author assume no responsibility for damage or loss of system
    performance as a direct or indirect result of the use of this
    software.

  =====================================
  AVAILABILITY

    -----------------------------------
    ### Web page ###
        http://alexvn.freeservers.com/s1/huffman_template_algorithm.html

        Content:
          1. Algorithm
          2. Classes
          3. Program Files (Description)
          4. Tests (Description and Input Data Files)
          5. Program Files (Headers & Source)
          6. Compiling
          7. Running (Tests)
          8. Download

    -----------------------------------
    ### Download ###
        http://alexvn.freeservers.com/s1/huffman_template_algorithm.zip

        Files:
          1. README.txt	(this file)
             --- Program Files ---
          2. huf_class.H
          3. huf_methods.H
          4. huf_service.H
          5. huf_main.C
             --- Input Data Files ---
          6. data_file_01
          7. weights_file_01
             --- Info File ---
          8. huffman_template_algorithm.html


  =====================================
  ENVIRONMENT

    ### System & Compiler ###

        Windows98
        gpp :  GNU C++ version 2.95.3 20010315/djgpp (release) (djgpp) 
               compiled by GNU C version 2.95.3 20010315/djgpp (release).


  =====================================
  USAGE

    ### Compiling & Running Tests ###

        %gpp huf_main.C
        %a.exe



=========================================================

	Alex Vinokur
		2001.09.11
	-----------------------------------
	mailto:alexvn@bigfoot.com, mailto:alexvn@dr.com
	mailto:alexv@hitechclub.com
        http://up.to/alexvn
        http://go.to/alexv_math
	-----------------------------------

=========================================================

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?