CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - M/M/1

搜索资源列表

  1. Cpp1

    0下载:
  2. 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)-Participate in the Games with n, the school No. 1 ...... n. Competition is divided into m men an
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1486
    • 提供者:李飞
  1. haarmtx.m

    0下载:
  2. The Haar transform can be expressed in the matrix form as T = HIHT (inverse transform HTTH) where I is an NxN image matrix, H is an NxN transformation matrix and T is the resulting NxN transform. For Haar transform, the transformation matrix H c
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:1335
    • 提供者:yuki
  1. MM1

    0下载:
  2. 运用C++ 语言实现M/M/1排队系统,随机数产生采用乘同余法。-Use C++ language M/M/1 queuing system, the random number generator using multiplicative congruential method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2961
    • 提供者:DennisGuo
  1. mm1_example

    0下载:
  2. The queueing example which is simplest for mathematical analysis is the M/M/1 queue. Here is the tcl scr ipt for it.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1314
    • 提供者:hs
  1. MM1

    1下载:
  2. 解决M/M/1排队论问题,服务时间服从指数分布,队列为泊松流。系统输出为每个个体的到达时间,离开时间,等待时间,逗留时间-M/M/1 queuing theory to solve the problem, the service time is exponentially distributed, the queue is Poisson. System output for each individual arrival time, departure time, waiting time,
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:887
    • 提供者:sherry
  1. mm1

    0下载:
  2. m/m/1排队理论matlabe代码,有完整的注释-m/m/1 queueing theory,have completed note
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:冰星
  1. MM1

    0下载:
  2. The function [U, EN, ET, EW, ENQ] = MM1(lambda, mu ) calculates utilization, mean number of customers in the system , mean response time, mean waiting time, and mean number of customers in an M/M/1 queue. The arguments for MM1 are as fol
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:598
    • 提供者:elysion
  1. sport

    0下载:
  2. 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1~m,女子m+1~m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些项目取前五名或前三名由学生自己设定。(m<=20,n<=20)-There are n number of schools participating in the Games, the school No. 1 ...... n. Competition
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1370
    • 提供者:kim
  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
    • 文件大小:1086
    • 提供者:
  1. mm1

    0下载:
  2. 实现M/M/1单窗口无限排队系统的系统仿真,利用事件调度法实现离散事件系统仿真,并统计平均队列长度以及平均等待时间等值,以与理论分析结果进行对比-Realization of M/M/1 single window unlimited queuing system simulation, using the event scheduling to achieve discrete event system simulation, and statistical average queue len
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:17681
    • 提供者:潘馨
  1. peaqb-1.0.beta.tar

    0下载:
  2. this a matlab for the PSNR. In this .m I have been using the PSNR to evluate the quality of the audio quality. Its a very useful way to do it.-this is a matlab for the PSNR. In this .m I have been using the PSNR to evluate the quality of the audio qu
  3. 所属分类:Audio program

    • 发布日期:2017-03-22
    • 文件大小:537527
    • 提供者:Danny
  1. mm1_simulation

    0下载:
  2. cola M/M/1 tiene todas las metricas esta explicadita muy bien
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2565
    • 提供者:JDXXSRE
  1. eye(n);b=1/L*ones(n,1); x=quadprog(M,[],A,b);

    0下载:
  2. eye(n);b=1/L*ones(n,1); x=quadprog(M,[],A,b);
  3. 所属分类:界面编程

  1. 1

    0下载:
  2. 1. 编写并测试如下函数: void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-29
    • 文件大小:152654
    • 提供者:
  1. Projek-C

    0下载:
  2. This a source code of Matlab programming, for show us the procedure of Singele server queuing, it is known as M/M/1 queu Single server-This is a source code of Matlab programming, for show us the procedure of Singele server queuing, it is known as M/
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:559
    • 提供者:Uyak
  1. mm1

    0下载:
  2. M/M/1排队系统仿真程序,通信网理论基础实验作业,快来下载吧!超赞!-M/M/1 queuing system simulation program, the theoretical basis of the communication network experimental work, come download it! Awesome!
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1293
    • 提供者:guesssssyao
  1. QSSim

    0下载:
  2. M/M/1排队系统仿真 支持图形化截面模拟仿真M/M/1排队系统。-A simulation software to simulate a M/M/1 Queueing system.
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2095804
    • 提供者:程双梅
  1. matlab

    0下载:
  2. 用MATLAB编写的MM1排队模型,并且带有界面-Designing M/M/1 queueing model by Matlab, also the GUI
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:23766
    • 提供者:Sloan_Hu
  1. SingleQueueMonitor

    0下载:
  2. 单服务台排队系统(M/M/1),利用c语言进行编译。可以进行银行的排队模拟-single queue
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:818519
    • 提供者:lyfhdh
  1. YDH

    0下载:
  2. 参加运动会的n个学校编号为1~n。比赛分成m个男子项目和w个女子项目,项目编号分别为1~m和m+1~m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。-Participate in the Games n school numbered 1 ~ n. Competition is divided into men item m and w-woman projects that
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2759
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com