home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 349_01 / packing.lst < prev    next >
File List  |  1991-04-06  |  3KB  |  75 lines

  1.  
  2.                               S S S
  3.                     Simulation Subroutine Set
  4.  
  5.                                by
  6.                         M. A. Pollatschek
  7.             Management, Technion, Haifa 32000 ISRAEL
  8.  
  9.  
  10.                 Disk contians:
  11.                 --------------
  12. PACKING.LST     This file
  13. README.BAT      Prints a few screens (README?.TXT) of introduction
  14. README?.TXT     Introductory screens
  15. INSTALL.BAT     Installs SSS files. Put diskette to drive A and type:
  16.                 A:INSTALL <RETURN>
  17. PKXARC.COM      Auxiliary program used by INSTALL.BAT
  18. SSS.ARC         Containes SSS text files in compressed form
  19. LIB.ARC         Containes SSS library files in compressed form
  20.  
  21.                 HAVING UNCOMPRESSED THE ARC FILES YOU HAVE:
  22.  
  23.                 Documentation
  24.                 -------------
  25.                 All the *.SSS files are simple ASCII text files,
  26.                 paginatad so that can be printed on any printer
  27.                 or examined on disk
  28. MANUAL.SSS      Manual of library routines
  29. GUIDE.SSS       Pocket guide of library routines
  30. TUTOR.SSS       18 example problems fully explained covering most
  31.                 aspects of simulations
  32. GLOSSARY.SSS    Glossary of computer, statistical and simulation
  33.                 terms
  34. INDEX.SSS       Cross index of the book "Simulate!" and the
  35.                 documenatation files
  36. LANGUAGE.SSS    Comparision of language features among BASIC, C,
  37.                 FORTRAN and Pascal
  38.  
  39.                 Source files of example programs
  40.                 --------------------------------
  41.                 explained in TUTOR.SSS
  42.  
  43. EX_0x0y.*       for exercise x.y for languge * (* = BAS, C, FOR,
  44.                 PAS)
  45.  
  46.                 For TurboPascal version 5.5:
  47.                 ----------------------------
  48. SSSQTP.H        Types of arguments and functions in SSS.TPU
  49. SSS.TPU         TurboPascal unit
  50.  
  51.                 Batch and its auxiliary files for:
  52.                 ----------------------------------
  53. SSSGO.BAT       Running Microsoft compilers BC, LC, LQC, LF, LP
  54. SSSPRJ.BAT      Preparing a project file for TurboC
  55. CHECKING.EXE    Two EXE files serving the BAT files for checking
  56. DOT_IN.EXE      validity of parameters
  57.  
  58.                 Include files for:
  59.                 ------------------
  60. SSSB.H          Basic and quick basic
  61. SSSC.H          ANSI C
  62. SSSKRC.H        Kernighan-Richie C
  63. SSSP?.H         Pascal (Excluding Quick/Turbo) ?=1,2
  64. SSSF?.H         Fortran ?=1,2
  65.  
  66.                 Quick libraries for:
  67.                 --------------------
  68. SSSB.QLB        QuickBasic version 4.5. Load so: QB /lSSSB.QLB
  69. SSSC.QLB        Quick C. Load so: QC /lSSSC.QLB
  70.  
  71.                 Library files (large memory model) for:
  72.                 ---------------------------------------
  73. SSSM.LIB        Miccrosoft's Basic, C, and Fortran (needs also a C library)
  74. SSST.LIB        TurboC
  75.