readme

来自「用matalab开发的随机数生成程序包」· 代码 · 共 33 行

TXT
33
字号
###############
Description:

MATLAB routines to simulate and visualize various queueing systems: 
M/M/1, M/D/1, M/G/1, M/G/infinity. Requires the "toolbox" for 
generation of random numbers. It is included in the paralel directory 
"..\ranvar". The detailed documentation can be found in 

http://www.math.uu.se/research/telecom/software/

Any suggestions or comments are welcome.

###############
Installation:

After decompressing, run servpath.m in the directory "service".
Alternatively, you may add to your startup.m:
  addpath('path_to_stsim\service', ...
          'path_to_stsim\ranvar')


###############
Version: 2.1
Last revision: 17-Dec-05

Added simstmginfty.m to simulate a stationary M/G/infinity queue, 
modified simmginfty.m.

###############
Authors: 
  Ingemar Kaj <ikaj@math.uu.se>
  Raimundas Gaigalas <jaunas@math.uu.se>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?