home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / c / ZPP120.ZIP / README < prev    next >
Encoding:
Text File  |  1993-02-16  |  1.9 KB  |  54 lines

  1.  
  2.                             Z++ Version 1.20
  3.  
  4.                    Copyright (c)1993 by Carl Moreland
  5.                                 02/15/93
  6.  
  7. -----------------------------------------------------------------------
  8.     Z++ is a complex number class for Borland/Turbo C++. The distribu-
  9. ted files are:
  10.  
  11.     complex.h    header file for Z++
  12.     complex.cpp    source code for Z++
  13.     complex.lib    library of all complex functions (large model)
  14.     complex.doc    documentation file
  15.     demo.cpp    demo of complex methods
  16.     fft.cpp        fft program using Z++
  17.     sin.dat        data file for testing the fft program
  18.     readme        this file
  19.  
  20. A demonstration of most of the complex number methods is contained in
  21. demo.cpp. To run the demo, simply compile and link it with complex.lib.
  22.  
  23. -----------------------------------------------------------------------
  24. This software may be distributed and used according to the following
  25. rules:
  26.  
  27. - You may modify this software in any way you see fit and use it for
  28.   any purpose you wish, including use in software that is sold for pro-
  29.   fit. You may NOT include any source code of this software with any
  30.   program that is sold for any fee.
  31.  
  32. - All distributed copies of this software MUST be original and unmodi-
  33.   fied and include all files listed above.
  34.  
  35. - You may NOT charge any fee for this software, without written permis-
  36.   sion from the author, except for the case of electronic bulletin
  37.   boards which normally charge for connect time and for software dis-
  38.   tributers which charge a nominal media and handling fee.
  39.  
  40. - The author retains all rights to the source code and to the name 
  41.   "Z++".
  42.  
  43. No further development is currently planned for Z++. However, comments, 
  44. suggestions, and bug reports are welcomed. Send them to:
  45.  
  46.     Carl Moreland
  47.     4314 Filmore Rd
  48.     Greensboro, NC 27409
  49.  
  50.     Internet: carl.moreland@analog.com
  51.     CompuServe: (72137,2657)
  52.  
  53. -----------------------------------------------------------------------
  54.