home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / TDCF10.ZIP / README.T10 < prev    next >
Text File  |  1992-11-02  |  3KB  |  66 lines

  1. Text Data Compaction Facility Student Version 1.0
  2. Copyright 1992, Synergistic Consultants, Inc.
  3.  
  4. This program is distributed for non-commercial use only.  To extract the
  5. program and associated files, type these commands (or the equivalent):
  6. Note that d: is the disk drive that is to contain the programs, and 
  7. s: is the external source disk drive.
  8.  
  9.   d:
  10.   MD \TDCF10
  11.   CD \TDCF10
  12.   COPY s:TDCF10.ZIP .
  13.   COPY s:README.T10 .
  14.   COPY s:PKZ101.EXE .
  15.   PKZ101
  16.   PKUNZIP TDCF10.ZIP
  17.  
  18. The files require over 600K of disk space including the files distributed 
  19. with the PKUNZIP program (the PK* files may be deleted if you so desire).  
  20.   
  21. To run the Text Data Compaction Facility, type:
  22.  
  23.   TDCF
  24.  
  25. An error message and the text similar to what is in TDCF10.DOC will be
  26. displayed.  This text explains the command line options and the operation
  27. of the program more fully.  This program may be used to compact ASCII
  28. text information into six files.  Compaction rates vary depending upon
  29. the frequencies of the words in the text and how many of the six files
  30. are required for the application.  This compaction rate could be as low
  31. as 35-38% for files with a large repetition rate (computer language source
  32. files tested previously were in the range of 38%, with the compacted text
  33. output file, the symbol table file, and the line pointer file).  The 
  34. generated compacted text has a variable length, extensible command
  35. language that is most compact for small dictionaries.  It supports 
  36. up to four symbol tables or dictionaries, and has a wide variety of
  37. options for much versatility.  The command language can support an
  38. embedded superset language for extensiblity, a special opcode allows
  39. other commands or data to be compacted within the file also (these 
  40. would be user defined features written by a programmer and integrated 
  41. into the C function library).  A C function library to access and manipulate
  42. the compacted text and associated files may be purchased for ten dollars.
  43. The file: REGISTER contains the registration form.
  44.  
  45. Some possible ways to run TDCF with the supplied batch files are:
  46.  
  47.   RUNN _ C
  48.     Compact the supplied C.SF file, and include underbars in the symbols.
  49.  
  50.   RUNC ACTS
  51.     Compact the portion of the Acts of the Apostles, in sorted order.
  52.  
  53. See the file CONTENTS.FIL for a description of all the files distributed 
  54. in the TDCF10.ZIP file.
  55.  
  56. A more complete description of this program may be found in the file:
  57.  
  58.        TDCF10.DOC
  59.  
  60. To print this file type:
  61.  
  62.        PRINT TDCF10.DOC
  63.  
  64. This will print a copy of the manual on your printer.
  65.  
  66.