home *** CD-ROM | disk | FTP | other *** search
-
- Z++ Version 1.20
-
- Copyright (c)1993 by Carl Moreland
- 02/15/93
-
- -----------------------------------------------------------------------
- Z++ is a complex number class for Borland/Turbo C++. The distribu-
- ted files are:
-
- complex.h header file for Z++
- complex.cpp source code for Z++
- complex.lib library of all complex functions (large model)
- complex.doc documentation file
- demo.cpp demo of complex methods
- fft.cpp fft program using Z++
- sin.dat data file for testing the fft program
- readme this file
-
- A demonstration of most of the complex number methods is contained in
- demo.cpp. To run the demo, simply compile and link it with complex.lib.
-
- -----------------------------------------------------------------------
- This software may be distributed and used according to the following
- rules:
-
- - You may modify this software in any way you see fit and use it for
- any purpose you wish, including use in software that is sold for pro-
- fit. You may NOT include any source code of this software with any
- program that is sold for any fee.
-
- - All distributed copies of this software MUST be original and unmodi-
- fied and include all files listed above.
-
- - You may NOT charge any fee for this software, without written permis-
- sion from the author, except for the case of electronic bulletin
- boards which normally charge for connect time and for software dis-
- tributers which charge a nominal media and handling fee.
-
- - The author retains all rights to the source code and to the name
- "Z++".
-
- No further development is currently planned for Z++. However, comments,
- suggestions, and bug reports are welcomed. Send them to:
-
- Carl Moreland
- 4314 Filmore Rd
- Greensboro, NC 27409
-
- Internet: carl.moreland@analog.com
- CompuServe: (72137,2657)
-
- -----------------------------------------------------------------------
-