home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / grafx.zip / README < prev    next >
Text File  |  1989-05-06  |  4KB  |  97 lines

  1. 
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.            GRAFX - A GRAphics FORTRAN eXtension library for the PC
  9.  
  10.                Distribution Diskette Contents and Installation
  11.  
  12. README - This file! The files on the GRAFX distribution diskette are:
  13.  
  14.      F77L.LIB - Contains  the routines  in library  format for  selective
  15.      linking with  Lahey  F77L  V3.0. Created  using  the  Lahey  Library
  16.      Manager (LM).
  17.  
  18.      LP77.LIB - Contains  the routines  in library  format for  selective
  19.      linking with Lahey Personal FORTRAN  (LP77) V2.0. Created using  the
  20.      Lahey Library Manager (LM).
  21.  
  22.      XXXX.LIB - Call us. We can provide  a library for any PC FORTRAN  77
  23.      compiler.
  24.  
  25.      GLNK.BAT - A batch command to link files with the GRAFX library.
  26.  
  27.      GRAFX.DOC - Gives  a description  of the GRAFX  library and  general
  28.      distribution policy.
  29.  
  30.      NOTES.DOC   - Notes  for  programmers on  GRAFX  subroutine/function
  31.      usage. Notes gives  a description  of each routine  included in  the
  32.      library with the proper calling sequence.
  33.  
  34.      ACLS.COM - A command which resets to alpha mode if your  application
  35.      terminates in  graphic mode  and can't  be cleared  by the  DOS  CLS
  36.      command.
  37.  
  38.      GRAFCOM.ICL - Include file of named common used by GRAFX routines.
  39.  
  40.      PHYSCON.ICL -  Include  file of  physical  constants used  by  GRAFX
  41.      routines.
  42.  
  43. Several illustrative example FORTRAN 77  programs are included to  demonstrate
  44. usage. The sample programs are:
  45.          EXAMPLE  - a driver for the example routines
  46.          LINES    - FCNPLT (illustrate line drawing modes)
  47.          CSAT     - XYPLOT (graphs satellite communication data)
  48.          SFIT     - MULPLOT (linear least squares fit)
  49.          SMOTH    - TPLOT (a signal processing low pass filter)
  50.          STAT     - HIST (histogram of a random number generator)
  51.          VIEW9    - illustrates multiple views and mid-level routines
  52.          WORM     - a digital worm demonstrates using "COLOR" to erase lines
  53.  
  54. EXAMPLE.EXE - An executable demo of the example routines. (On some diskettes)
  55.  
  56. EXAMPLE.BAT - compiles, links, and runs the example programs. Invoke with the
  57. library you want to use (e.g. EXAMPLE F77L). The selected library is renamed
  58. to GRAFX.LIB. Delete or rename the execuable to run this batch file.
  59.  
  60. INSTALLATION Installation should be accomplished as follows:
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. MD \GRAFX        CREATE THE GRAFX DIRECTORY
  68. CD \GRAFX        CHANGE DIRECTORIES
  69. COPY/V A:*.*     COPY FILES FROM DISTRIBUTION DISKETTE
  70. EXAMPLE          RUN EXAMPLE PROGRAM (NOT ON ALL DISKETTES)
  71. EXAMPLE XXXX     COMPILE, LINK, & RUN EXAMPLES AND RENAME XXXX.LIB
  72.                  (where XXXX is e.g. F77L or LP77)
  73.  
  74. Delete the unwanted libraries/files.
  75.  
  76. REQUIREMENTS: The library was  developed and tested  with MS-DOS Version  3.10
  77. and requires a CGA card. The use of an 80X87 numeric coprocessor is  optional,
  78. but recommended.
  79.  
  80. GRAFX is easy  to use! If  you know  FORTRAN, the GRAFX  library and  examples
  81. provide everything  you need  to  produce plots  without  mastering a  lot  of
  82. complex features.  GRAFX  is ideal  for  research &  development,  engineering
  83. prototypes, the teaching  of numerical  methods, or as part of a  mathematical
  84. laboratory. Over 50 FORTRAN 77 callable  routines provide: three levels of  PC
  85. video graphics interface, access to selected DOS and BIOS services, and direct
  86. access to PC hardware for speed and efficiency.
  87.  
  88. Direct comments/questions/suggestions to:
  89.  
  90.          Jim Farrell
  91.          RIDGE TECHNOLOGY
  92.          1867 Park Road, N.W.
  93.          Washington, D.C. 20010
  94.          (202) 232-1441
  95.  
  96.  
  97.