readme
来自「用matalab开发的随机数生成程序包」· 代码 · 共 34 行
TXT
34 行
###############
Description:
Matlab examples for a seminar in stochastic simulation:
http://www.math.uu.se/~ikaj/courses/matlab/
###############
Installation:
After decompressing, run stsimpath.m in the main directory.
Alternatively, you may add to your startup.m:
addpath('path_to_stsim\bbm', ...
'path_to_stsim\counting', ...
'path_to_stsim\ranvar', ...
'path_to_stsim\rtree, ...
'path_to_stsim\service', ...
'path_to_stsim\stproc', ...
'path_to_stsim\teletraffic', ...
'path_to_stsim\waxman');
Any suggestions or comments are welcome.
###############
Version: 2.1
Last revision: Dec 2005
###############
Authors:
Ingemar Kaj <ikaj@math.uu.se>
Raimundas Gaigalas <jaunas@math.uu.se>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?