home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / compress / research / 88 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.5 KB

  1. Path: sparky!uunet!cs.utexas.edu!rutgers!ub!acsu.buffalo.edu!darweesh
  2. From: darweesh@acsu.buffalo.edu (michael j darweesh)
  3. Newsgroups: comp.compression.research
  4. Subject: Re: Test Files for Compression/Source Code
  5. Keywords: Source Code, Test Files
  6. Message-ID: <Brtu2z.1D2@acsu.buffalo.edu>
  7. Date: 23 Jul 92 05:32:58 GMT
  8. References: <1992Jul22.192951.13159@news2.cis.umn.edu> <1992Jul22.204536.24951@umbc3.umbc.edu> <1992Jul22.214536.14507@news2.cis.umn.edu>
  9. Sender: nntp@acsu.buffalo.edu
  10. Organization: UB
  11. Lines: 28
  12. Nntp-Posting-Host: autarch.acsu.buffalo.edu
  13.  
  14. Mark Nelson: The Data Compression Book,
  15. ISBN (w/o IBM src disk): 1-55851-214-4 $26.95
  16.     (w/ IBM src disk): 1-55851-216-0 $36.95
  17.  
  18. Very good book. The source code is in C and even a beginner can understand the
  19. theories AND the C code (High level language exp. helps, but not nec.).
  20. Main Topic List:
  21. Data Compression History + Lexicon
  22. Minimum Redundancy Coding (Huffman Coding, Shannon-Fano Alg)
  23. Adaptive Huffman Coding
  24. Arithmetic Coding (great stuff!)
  25. Statistical Modeling
  26. Dictionary-Based Compression
  27. Sliding Window Compression (Lempel-Ziv 77 + LZSS)
  28. Lempel-Ziv 78 + LZW
  29. Speech Compression (lossless and lossy)
  30. Lossy Graphics Compression (JPEG + DCT)
  31. An Archiving package example (PC based)
  32. There is some mention of patents in this book, but it isn't a good source
  33. for that type of info.
  34.  
  35. There's lots-o-code and plenty of tables comparing performances.
  36. The Bibliography and Afterward are even good.
  37.  
  38. The Data Compression Book is a must for every boy and girl who wants to
  39. learn compression.
  40.  
  41. Enjoy,
  42.