home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / simu / qsap.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.0 KB  |  83 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Queuing Simulation Package
  4. -- Version      : 1.0
  5. -- Author       : Ford Aerospace and Communications Corp
  6. --              : 3939 Fabian Way, 
  7. --              : Palo Alto, CA 94303
  8. --              : Contact: Lt. Colonel Falgiano
  9. --              : ESD/SCW
  10. --              : Hanscom AFB, MA  01731
  11. -- DDN Address  :
  12. -- Copyright    : (c) 1985 Ford Aerospace 
  13. -- Date created : Jan. 1985 
  14. -- Release date : June 1985 
  15. -- Last update  : 
  16. -- Machine/System Compiled/Run on :
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     : 
  21. ----------------:
  22. --
  23. -- Abstract   : 
  24. ----------------: This tool will simulate the statistical behavior of networks 
  25. ----------------: and queues, such as in communication systems, transportation 
  26. ----------------: and logistics.  It will provide a stand-alone, single 
  27. ----------------: performance prediction function.  It will provide useful 
  28. ----------------: performance prediction information to a user sizing, 
  29. ----------------: reconfiguring, or upgrading a system configuration.  Data is 
  30. ----------------: provided interactively and describes a network to be modelled.
  31. ----------------: This tool includes complex computational algorithms and thus
  32. ----------------: is unusual among the precursors.  It is predicted that 3000 
  33. ----------------: FORTRAN lines will convert to 3750 Ada lines.  The 
  34. ----------------: coordination of the Ada PDL design and the conversion of 
  35. ----------------: existion FORTRAN code may present difficulties.
  36. ----------------: 
  37. ----------------:
  38. ----------------: This tool was developed as a precursor for 
  39. ----------------: the WMCCS Information System (WIS).  An
  40. ----------------: executable version of the tool has been 
  41. ----------------: demonstrated.  This source code has sub-
  42. ----------------: sequently been recompiled but has not under-
  43. ----------------: gone extensive testing.
  44. ----------------:
  45. --                                                   -*
  46. ------------------ Revision history ---------------------------
  47. --                                                   -*
  48. -- DATE VERSION AUTHOR                  HISTORY 
  49. -- 6/84    1.0                          Initial Release 
  50. --                                                   -*
  51. ------------------ Distribution and Copyright -----------------
  52. --                                                   -*
  53. -- This prologue must be included in all copies of this software.
  54. -- 
  55. -- This software is copyright by the author.
  56. -- 
  57. -- This software is released to the Ada community.
  58. -- This software is released to the Public Domain (note:
  59. --   software released to the Public Domain is not subject
  60. --   to copyright protection).
  61. -- Restrictions on use or distribution:  NONE
  62. --                                                   -*
  63. ----------------- Disclaimer ----------------------------------
  64. --                                                   -*
  65. -- This software and its documentation are provided "AS IS" and
  66. -- without any expressed or implied warranties whatsoever.
  67. --
  68. -- No warranties as to performance, merchantability, or fitness
  69. -- for a particular purpose exist.
  70. --
  71. -- Because of the diversity of conditions and hardware under
  72. -- which this software may be used, no warranty of fitness for
  73. -- a particular purpose is offered.  The user is advised to 
  74. -- test the software thoroughly before relying on it.  The user
  75. -- must assume the entire risk and liability of using this 
  76. -- software.
  77. --
  78. -- In no event shall any person or organization of people be
  79. -- held responsible for any direct, indirect, consequential
  80. -- or inconsequential damages or lost profits.
  81. --                                                  -*
  82. ----------------- END-PROLOGUE -------------------------------
  83.