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

搜索资源列表

  1. chap1_c

    1下载:
  2. If you learned the Queueing theorem, You certainly remember the basic model, M/M/1. This is the source code of it.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9893
    • 提供者:keith
  1. shiyan1

    2下载:
  2. M/M/1单服务台或M/M/S(n)排队系统仿真 (用事件调度法实现离散事件系统仿真)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:81896
    • 提供者:布布
  1. MMsAssignment

    0下载:
  2. 排队的MMS模型, how could someone run (execute) your program and if it could be used for the M/M/1 model
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1745
    • 提供者:huang
  1. 4

    1下载:
  2. 运动会分数统计 参加运动会的n个学校编号为1~n。比赛分成m个男子项目和w个女子项目,项目编号分别为1~m和m+1~m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:59987
    • 提供者:有点坏
  1. queue

    0下载:
  2. M/M/1 模型,主要用来求解单对单服务台的模型,过程比较简介,适合任何分布
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3055
    • 提供者:送与那
  1. Lab_Exercices_Modeler

    0下载:
  2. opnet学习资料,提供部分网络仿真模型。一:介绍OPNET 环境。二:执行M/M/1队列模型。三:以太网模型(Aloha,CSMA,CSMA-CD).四:TCP.五:OSPF
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:2239324
    • 提供者:annalisa
  1. M-T153Specification[1]

    0下载:
  2. M-153热敏打印头资料,费了很大劲搞到的,可以直接用CPU控制,节约不少费用的。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:399465
    • 提供者:lzm
  1. myMM1

    1下载:
  2. 刚写的Matlab下的M/M/1排队的仿真代码,加了完整的注释
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1493
    • 提供者:阿哲
  1. 0

    0下载:
  2. 山东大学关于排队问题的教案。基本模型M/M/1 模型;M/M/c 模型
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:218053
    • 提供者:zhong00
  1. 排队论mm1

    0下载:
  2. 排队论中的一个仿真程序,主要是用于仿真M/M/1、M/D/1模型。输入排队模型相关参量,返回计算结果。-It s a simulation in queueing, mainly using in simulating M/M/1 and M/D/1 module. Input the parameter about the module and return the result.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21283
    • 提供者:肖煜
  1. 牛顿迭代法(M)

    1下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10464
    • 提供者:XFX
  1. M(1,1)灰色模型程序

    3下载:
  2. VB6.0编写的M(1,1)灰色模型建模程序,用于社会经济数据的预测。
  3. 所属分类:其他行业

    • 发布日期:2011-03-17
    • 文件大小:17173
    • 提供者:lkslks
  1. M-System DOC(Disk on a chip) Flash芯片的映像读写工具

    0下载:
  2. M-System DOC(Disk on a chip) Flash芯片的映像读写工具, 目前驱动程序的版本为5.1.4.,M-System DOC (Disk on a chip) Flash chips, image reading and writing tools, the current driver version is 5.1.4.
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-03-22
    • 文件大小:302178
    • 提供者:xdjm
  1. 描述:把M个同样的苹果放在N个同样的盘子里

    0下载:
  2. 描述:把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 输入:第一行是测试数据的数目t(0 <= t <= 20)。以下每行均包含二个整数M和N,以空格分开。1<=M,N<=10。 输出:对输入的每组数据M和N,用一行输出相应的K。 输入实例: 1 7 3 输出实例:8 -Descr iption: The same apples to the
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:雷哥
  1. simulation.rar

    0下载:
  2. 排队论中M/M/1系统的MATLAB仿真主要是阻塞率的理论值与仿真数据的比较,M/M/1 queuing theory in MATLAB simulation system is blocking the theoretical value of the comparison with the simulation data
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1406
    • 提供者:草婷
  1. antnet-1.1.rar

    0下载:
  2. Programming language: Developed in Omnet++. Comment: The model implements the AntNet routing algorithm proposed in: G. Di Caro and M. Dorigo. AntNet: Distributed Stigmergetic Control for Communications Networks. Journal of Artificial Intelligence Re
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:62108
    • 提供者:xiaochuzhe
  1. a4_mm1net.project

    0下载:
  2. opnet仿真平台 工程包,仿真M/M/1队列。两个源发包,PROC接收到之后销毁。 适合初学者了解opnetO(∩_∩)O~-opnet simulation platform engineering package, simulation M/M/1 queue. Two source contract, PROC received after the destruction. Suitable for beginners to understand opnetO (∩ _ ∩
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:96897
    • 提供者:shan5217
  1. mm1

    0下载:
  2. 利用MATLAB工具对M/M/1排队系统进行模拟实现,分析参数变化对排队系统的影响,并对相关参数进行性能分析。-Using MATLAB tools M/M/1 queuing system simulation, analysis parameters on the impact of queuing systems, and related parameters for performance analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:674
    • 提供者:qyl
  1. jquery-ui-1.8.4.custom

    0下载:
  2. 各种好看的UI风格,是一款不错的JavaUI界面。-All kinds of nice UI style, is a good JavaUI interface.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:1056254
    • 提供者:郑伟
  1. sparco-1.1.3

    2下载:
  2. 著名的Sparco工具包。是matlab下解决线性约束,二阶锥约束和半定约束等优化问题的常用工具。-Sparco famous Kit. Are resolved under matlab linear constraints, second-order cone constraint and semidefinite constrained optimization problems, such as commonly used instrument.
  3. 所属分类:matlab

    • 发布日期:2015-12-01
    • 文件大小:3882052
    • 提供者:Ma hua
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com