home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 349_01 / sss.arc / SSSC.H < prev    next >
Text File  |  1990-12-10  |  2KB  |  66 lines

  1. /* file sssc.h */
  2.  
  3. /* SSS - Simulation Subroutine Set. Version 1.00
  4.    Copyright (C) M. A. Pollatschek 1990.  All rights reserved.
  5. */
  6.  
  7. double A(int);
  8. double AIC(int,int);
  9. double AIQ(int,int,int);
  10. double BE(double,double);
  11. int    BI(int,double);
  12. double CD(double *,double *,int);
  13. void   CLEARQ(int);
  14. void   CLEARS(int);
  15. void   CREATE(double,int);
  16. void   DISPOS(void);
  17. double DP(double *,int);
  18. double ER(double,int);
  19. double EX(double);
  20. double GA(double,double);
  21. int    IDE(void);
  22. int    IDIC(int);
  23. int    IDIQ(int,int);
  24. void   INIQUE(int,int,int);
  25. void   INISTA(int,char near *,int,int,double,double);
  26. int    NC(void);
  27. int    NCEN(void);
  28. int    NEIC(int);
  29. int    NEXTEV(void);
  30. int    NP(double);
  31. int    NQ(int);
  32. double PRIQ(int,int);
  33. double QAVG(int);
  34. int    QDC(int);
  35. double QMAX(int);
  36. double QMIN(int);
  37. double QNUM(int);
  38. double QSTD(int);
  39. void   QUEUE(int,double);
  40. double RA(void);
  41. void   REMVFC(int);
  42. void   REMVFQ(int,int);
  43. double RL(double,double);
  44. double RN(double,double);
  45. double SAVG(int);
  46. void   SCHED(double,int,int);
  47. void   SETA(int,double);
  48. void   SETANT(int);
  49. void   SETDEB(int);
  50. void   SETIDE(int);
  51. void   SETQDC(int,char near *);
  52. void   SETSEE(int);
  53. void   SETT(double);
  54. void   SIMEND(double);
  55. void   SHOWQ(int);
  56. double SMAX(int);
  57. double SMIN(int);
  58. double SNUM(int);
  59. double SSTD(int);
  60. void   SUMRY(char near *);
  61. double T(void);
  62. void   TALLY(int,double);
  63. double TIC(int);
  64. double TR(double,double,double);
  65. double UN(double,double);
  66. double WE(double,double);