CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - queue simulation matlab

搜索资源列表

  1. matlab_queue_system

    2下载:
  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
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:xiaoce
  1. 2.rar

    0下载:
  2. 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)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2.6kb
    • 提供者:jacky
  1. paidui

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1.98kb
    • 提供者:skyout
  1. flow_chart

    2下载:
  2. Matlab单队列多服务台仿真总流程图 本系统仿真程序采用事件步长法进行仿真,由以下功能模块组成: 1、仿真时钟; 2、事件表; 3、系统状态变量; 4、初始化子程序; 5、事件子程序; 6、调度子程序; 7、时钟推进子程序; 8、随机数产生子程序; 9、输出函数子程序; 10、统计计数器; 11、主程序。-Matlab simulation of the total single-queue multi-desk syst
  3. 所属分类:matlab例程

    • 发布日期:2012-10-26
    • 文件大小:71.61kb
    • 提供者:xuwentao
  1. matlab

    0下载:
  2. 可实现银行排队论mmm,输出随机数matlab实现计算机模拟排队论-Bank of queuing theory can be realized mmm, the output random number matlab computer simulation of queuing theory to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:877byte
    • 提供者:jacky
  1. traffic_of_cross_street

    2下载:
  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
  3. 所属分类:matlab

    • 发布日期:2014-05-26
    • 文件大小:2.29mb
    • 提供者:yangzhaoheng
  1. paiduifangzhen

    0下载:
  2. 数学建模 排队仿真程序 matlab可实现-Mathematical Modeling queue matlab simulation program can be realized
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:605byte
    • 提供者:马守灏
  1. sdma

    0下载:
  2. 用于SDMA排队论的MATLAB程序,主要实现食堂排队的模拟仿真-For SDMA queuing theory MATLAB program, the main canteen queue simulation to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2.92kb
    • 提供者:勇勇
  1. MOKA

    0下载:
  2. Matlab source code for simulation of queue in Bank using exponencial distribution.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.3kb
    • 提供者:Dave
  1. m1

    0下载:
  2. 用来对图书馆排队借书的情况进行仿真,假设只有一个对列时的仿真程序见源代码,用的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
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.08kb
    • 提供者:小新
  1. m2

    0下载:
  2. 用来对图书馆排队借书的情况进行仿真,假设有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
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.3kb
    • 提供者:小新
  1. Matlab-simulation-queue-process

    0下载:
  2. 排队问题仿真的目的是要寻找服务对象与服务设置之间的最佳配置,保证系统具有最佳的服务效率与最合理的配置,通过matlab平台对单服务台有限队长的排队系统进行 过程仿真 可以协助设计人员分析顾客的需求 从而合理规划出符合实际条件的服务设施-The purpose of the queuing simulation is to find clients and the best allocation between service settings, ensure that the system
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:288.24kb
    • 提供者:
  1. Queue-Simulation-Matlab

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:495.14kb
    • 提供者:nazi
  1. simulation-the-queue-process

    0下载:
  2. 用Matlab实现排队过程的仿真 matlab仿真 画出等待时间和离开时间的图像-use matlab to simulation the queue process
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.21kb
    • 提供者:TsingtomHoo
  1. queueD

    2下载:
  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.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2.62kb
    • 提供者:libera
  1. queue-theory

    0下载:
  2. 通过Matlab 平台实现了排队论中M/M/1/N/∞ 模型的过程仿真。-Matlab platform for process simulation of queuing theory M/M/1/N/∞ model.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:248.88kb
    • 提供者:李辉
  1. MM1

    1下载:
  2. MM1排队系统的matlab仿真。整个系统的仿真采用了离散事件系统仿真,并统计稳态分布、平均队列长度,等待时间的分布以及平均等待时间等值,以与理论分析结果进行对比,得到了较为满意的结果,同时还完成了统计曲线的绘制并进行了分析。-MM1 queuing system with matlab simulation. The simulation of the entire system using discrete event simulation, and statistical steady s
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:224.43kb
    • 提供者:lijun
  1. mm1sim

    0下载:
  2. m/m/1 queue system simulation in matlab
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:1.21kb
    • 提供者:namnam
  1. Queue

    0下载:
  2. 运筹学,排队论 M/M/1队列 littlt定理 Matlab模拟仿真-Operations research, queuing theory M/M/1 queue littlt theorem Matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:
  1. queue

    0下载:
  2. 关于食堂就餐顾客的排队问题的仿真程序,maltab编写(A simulation program on the queuing problem of dining room customers)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:县长SX
搜珍网 www.dssz.com