搜索资源列表
-
2下载:
自己写的用Matlab模拟一个缓冲区大小(包括正在服务的那个)为10的随机排队系统。
(1)到达过程是的泊松过程(到达速率为Mu),服务时间服从独立指数分布(均值为1/Lamda)。
对Mu//Lamda=0.2,Mu//Lamda=0.8和Mu//Lamda=1.1三种情况进行仿真,求出队列中接受服务用户为n的概率P(n), n=0,...,10。并与理论结果进行比较。
(2)假设到达过程为均匀过程(到达速率为Mu),服务时间服从独立瑞利分布(均值为1/Lamda)。-yourse
-
-
0下载:
M/M/m排队系统性能仿真代码matlab
function r=randexp(lambda) r = -lambda*log(rand) ,M/M/m queuing system performance simulation code matlab function r = randexp (lambda) r =-lambda* log (rand)
-
-
0下载:
mm1排队模型的matlab源码,从c语言裸转过来的,主要解决排队论在matlab中的仿真问题-mm1 queue model matlab source code, from the c language naked in turn, mainly queuing theory to solve the simulation problem in matlab
-
-
2下载:
Matlab单队列多服务台仿真总流程图
本系统仿真程序采用事件步长法进行仿真,由以下功能模块组成:
1、仿真时钟;
2、事件表;
3、系统状态变量;
4、初始化子程序;
5、事件子程序;
6、调度子程序;
7、时钟推进子程序;
8、随机数产生子程序;
9、输出函数子程序;
10、统计计数器;
11、主程序。-Matlab simulation of the total single-queue multi-desk syst
-
-
0下载:
可实现银行排队论mmm,输出随机数matlab实现计算机模拟排队论-Bank of queuing theory can be realized mmm, the output random number matlab computer simulation of queuing theory to achieve
-
-
2下载:
基于Matlab的交通流及交叉口信号控制的仿真研究,找得硕士毕业论文,有做相关题目开发的同学可做参考-Matlab based on the traffic flow and intersection signal control simulation research, find a master s thesis, there are so related to the subject development of the students can refer to
-
-
0下载:
数学建模
排队仿真程序
matlab可实现-Mathematical Modeling queue matlab simulation program can be realized
-
-
0下载:
用于SDMA排队论的MATLAB程序,主要实现食堂排队的模拟仿真-For SDMA queuing theory MATLAB program, the main canteen queue simulation to achieve
-
-
0下载:
Matlab source code for simulation of queue in Bank using exponencial distribution.
-
-
0下载:
用来对图书馆排队借书的情况进行仿真,假设只有一个对列时的仿真程序见源代码,用的MatlAB写的-Library queue library used to simulate the situation, assuming that only one simulation program when the column, see the source code, written with the MatlAB
-
-
0下载:
用来对图书馆排队借书的情况进行仿真,假设有2个对列时的仿真程序见源代码,用的MatlAB写的-Library queue library used to simulate the situation, assuming there are two pairs of columns in the simulation program, see the source code, written with the MatlAB
-
-
0下载:
排队问题仿真的目的是要寻找服务对象与服务设置之间的最佳配置,保证系统具有最佳的服务效率与最合理的配置,通过matlab平台对单服务台有限队长的排队系统进行
过程仿真 可以协助设计人员分析顾客的需求 从而合理规划出符合实际条件的服务设施-The purpose of the queuing simulation is to find clients and the best allocation between service settings, ensure that the system
-
-
0下载:
this a Queue implemented with matlab.the code consist event based and time based simulation.the performance result has been showed with charts -this is a Queue implemented with matlab.the code consist event based and time based simulation.the perfor
-
-
0下载:
用Matlab实现排队过程的仿真 matlab仿真 画出等待时间和离开时间的图像-use matlab to simulation the queue process
-
-
2下载:
matlab实现4个优先级的非强插优先级队列仿真,利用嵌套函数实现。仿真出排队延迟,等待延迟。-matlab implementation of four priority Override the priority queue simulation, the use of nested functions to achieve. The simulation of the queuing delay, wait for the delay.
-
-
0下载:
通过Matlab 平台实现了排队论中M/M/1/N/∞ 模型的过程仿真。-Matlab platform for process simulation of queuing theory M/M/1/N/∞ model.
-
-
1下载:
MM1排队系统的matlab仿真。整个系统的仿真采用了离散事件系统仿真,并统计稳态分布、平均队列长度,等待时间的分布以及平均等待时间等值,以与理论分析结果进行对比,得到了较为满意的结果,同时还完成了统计曲线的绘制并进行了分析。-MM1 queuing system with matlab simulation. The simulation of the entire system using discrete event simulation, and statistical steady s
-
-
0下载:
m/m/1 queue system simulation in matlab
-
-
0下载:
运筹学,排队论
M/M/1队列
littlt定理
Matlab模拟仿真-Operations research, queuing theory
M/M/1 queue
littlt theorem
Matlab simulation
-
-
0下载:
关于食堂就餐顾客的排队问题的仿真程序,maltab编写(A simulation program on the queuing problem of dining room customers)
-