home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 210_01 / contents.eco < prev    next >
Encoding:
Text File  |  1985-11-15  |  2.1 KB  |  55 lines

  1. CONTENTS.ECO      VERS:- 01.00  DATE:- 09/26/86  TIME:- 09:38:54 PM
  2.  
  3.                   ***CONTENTS OF JARECO. ***
  4.  
  5. C code and COM files written for and compiled under Ecosoft C, version 3.40.
  6.  
  7. By John A. Rupley, 30 Calle Belleza, Tucson, AZ  85716 -- (602) 325-4533.
  8.  
  9.                         COVER INFORMATION
  10.  
  11. CONTENTS.ECO     4K    This contents file
  12. HEADERS .ECO     6K     Short descriptions of C code and COM files.
  13.  
  14. CRC     .COM     8K      Standard zcpr2 utility, which should give 
  15. CRC     .CRC     0K          the values in CRC.CRC.
  16.  
  17.             NONLINEAR FITTING BY SIMPLEX MINIMIZATION
  18.  
  19. LDHFITR .C      10K }    Nonlinear least squares fit by simplex minimization
  20. LDHFITR .COM    42K }    (Nelder-Mead algorithm) of two-substrate--two-product
  21. LDHFITR .DOC    24K }    enzyme kinetic data.  With documentation and test 
  22. LDHFITR .DAT     2K }    data file.
  23.  
  24. LINEFITR.C       8K }    Test of simplex minimization by fit of linear 
  25. LINEFITR.COM    38K }    function (y = a + bx) to trial data, reducible by
  26. LINEFITR.DAT     2K }    hand calculation.
  27.  
  28. SIMPMAIN.C      10K }    Supporting routines for nonlinear least squares 
  29. SIMPLIB0.C      20K }    fitting by simplex minimization (Nelder-Mead 
  30. SIMPLIB1.C       8K }    algorithm).  
  31. SIMPFITR.DAT     4K }    Template for input of data, with comments.
  32. SIMPFITR.DOC    16K }    Documentation:     of C code routines;
  33. SIMPLEXR.DOC    10K }            of Nelder-Mead algorithm;
  34. SIMPOUTR.DOC     8K }            of output from minimization.
  35.  
  36.                            SIMULATION
  37.  
  38. PERCOLXR.C      16K }    Simulation of percolative phase transition.
  39. PERCOLXR.COM    32K }        Two dimensions = square lattice.
  40.  
  41.                           CLASS GRADES
  42.  
  43. SUMGRADR.C      10K }    Bookkeeping for students' grades, with test file.
  44. SUMGRADR.COM    38K }    
  45. SUMGRADR.DAT     4K }
  46.  
  47.                    SYSTEM FILES AND UTILITIES
  48.  
  49. LOGONR  .C      14K      Logon routine for zcpr2 system: load SYSIO, NAMES;
  50.             read Hayes clock; display info; append to LOG file.
  51.  
  52. SYS1CALR.MAC     2K      Assembly code function, for call out of C program.
  53.  
  54. CTRLCNST.H       4K     C # defines.
  55.