資源簡介
排隊理論的matlab代碼 可以直接運行 可以模擬mm1,mmn模型

代碼片段和文件信息
function?servpath(sdir)
%?SERVPATH?add?the?counting?processes?and?random?number
%?directories?to?the?path.?
%?Alternatively?you?may?add?to?your?startup.m:
%??addpath(‘path_to_stsim\service‘?...
%??????????‘path_to_stsim\ranvar‘)
%??
%??servpath([sdir])
%
%?Input:?
%??????sdir?-?optional;?path?to?the?main?directory?with?the
%?????????files.?Default?-?current?directory.
%?Authors:?R.Gaigalas?I.Kaj
%?v1.0?17-Dec-05
??if?nargin<1
????sdir?=?pwd;
??end
?addpath(sdir?regexprep(sdir?‘service‘?‘ranvar‘));
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????876??2006-01-06?11:47??service\README
?????文件????????538??2005-12-18?05:08??service\servpath.m
?????文件????????191??2002-10-08?05:37??service\simgeod1.m
?????文件???????1416??2002-10-07?11:22??service\simmd1.m
?????文件???????1749??2002-10-07?12:51??service\simmg1.m
?????文件???????2210??2005-12-03?08:18??service\simmginfty.m
?????文件???????1302??2002-10-07?11:08??service\simmm1.m
?????文件???????4829??2005-12-18?05:03??service\simstmginfty.m
?????目錄??????????0??2009-08-30?00:22??service
-----------?---------??----------?-----??----
????????????????13111????????????????????9
評論
共有 條評論