home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / pascal / 5344 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.3 KB  |  37 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!usc!wupost!darwin.sura.net!uvaarpa!murdoch!Turing.ORG!bk
  3. From: bk@Turing.ORG (Brian Knatz)
  4. Subject: Huffman code
  5. Message-ID: <1992Sep11.140247.29381@murdoch.acc.Virginia.EDU>
  6. Summary: Needed: code for compressing text files
  7. Keywords: Huffman, compression, encryption
  8. Sender: Brian Knatz
  9. Organization: The Turing Project, Charlottesville Virginia.
  10. References: <EIGENSTR.92Sep10204230@nyssa.cs.rose-hulman.edu>
  11. Distribution: comp
  12. Date: Fri, 11 Sep 1992 14:02:47 GMT
  13. Lines: 22
  14.  
  15. Hi all. Does anyone have Huffman code handy?
  16.  
  17. Huffman code does a statistical analysis of the distribution
  18. of symbols in a string (eg. characters in a text file) and
  19. generates unambigous symbols of varying bit-length, where the
  20. most common symbols have the shortest encoding.
  21.  
  22. Any help in finding the code (so I don't have to figure out
  23. how to write it myself) will be much appreciated.
  24.  
  25. thanks,
  26.  
  27. bk
  28.  
  29. -- 
  30.  
  31. ------------------------------------------------------------------------
  32. Brian Knatz, User Services Programmer    "Language is a Virus"
  33. Academic Computing Center                  - William S. Burroughs
  34. University of Virginia                     - Laurie Anderson
  35. bk@Turing.ORG                            "The Truth is a Virus" - H.H.H.
  36. ------------------------------------------------------------------------
  37.