home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / math / spline29 / read.me < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.4 KB  |  32 lines

  1. SPLINE reads pairs of numbers (x- and y-values) from the standard input
  2. (or the given file), generates a smooth curve through the points, and
  3. writes to the standard output points from the smooth curve.  The curve
  4. is a spline under tension (see references), which is somewhat "tighter"
  5. than a cubic spline, and less likely to have spurious inflection
  6. points.  <James R. Van Zandt, jrv@mitre-bedford> 11/11/92
  7.  
  8. Archive contents...
  9.  
  10. READ     ME       3114 11-11-92  this file
  11. SPLINE   DOC      5440 11-11-92  documentation
  12. SPLINE   EXE     48846 11-11-92  executable program
  13. I                   84 11-11-92  sample
  14. S                  102 11-11-92   input
  15. S3                  84 11-11-92    files
  16. SH                 616 06-02-86     \
  17. TEST     BAT      1193 11-11-92  regression test
  18. OK\SS*                           reference files for regression test
  19. MAKEFILE           365 11-11-92  compilation instructions for Turbo C
  20. SPLINE   C       23894 11-11-92  source
  21. ZERO     C       17287 04-17-92   code
  22.  
  23. Unpack with the -d switch:
  24.     C:\NEWSTUFF>pkunzip -d spline
  25. so the paths in the ZIP files are preserved (that is, so the reference
  26. files for the regression test go into subdirectory OK).  
  27.  
  28. The executable file SPLINE.EXE can be compressed by LZEXE, PKLITE, or
  29. equivalent.  It has not been so compressed here so it can be
  30. conveniently checked for viruses, and because PKZIP tends to compress
  31. slightly more efficiently.
  32.