搜索资源列表

  1. RAND_EX

    0下载:
  2. 产生指数分布随机数的程序-index generated random distribution of the process
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:一二三
  1. queueing4

    0下载:
  2. N个并列的单通道等待制系统,各服务员能力相等,服务时间服从指数分布,顾客的总体到达服从指数分布,用Monte-Carlo方法,按1…N的顺序循环排入-N tied for the single-channel system, the attendant equal ability, service to follow exponential distribution, customers submit to reach the over
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:李丹
  1. MYMM1

    0下载:
  2. M/M/1单服务台排队系统仿真(用事件调度法实现离散事件系统仿真) 顾客到达模到达时间间隔和顾客服务时间均服从负指数分布,单服务台系统,按照单队排队,按FIFO方式服务。考察服务n个顾客(n=1000,2000,3000,5000)后的顾客平均队长及平均排队等待时间。-M/M/1 single-server queuing system simulation (using Event Scheduling Method Discr
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:麦麦
  1. P023M

    0下载:
  2. (1)满足均匀分布的[M,N]区间随机数,其中M,N是正整数。 (2) 满足指数分布的[M,N]区间随机数,其中M,N是正整数。 -(1) satisfy the uniform distribution of [M, N] interval of random numbers, in which M, N be a positive integer. (2) to meet the exponential distribut
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:565248
    • 提供者:dypcsx
  1. MATLAB

    0下载:
  2. 概率密度或分布通用函数,其中包括正态分布,二项分布,指数分布等-Probability density or distribution of generic functions, including normal distribution, binomial distribution, exponential distribution
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:yuyanhui
  1. gn

    0下载:
  2. 产生符合均匀分布、高斯分布、指数分布、泊松分布,伽玛分布等的随机数-Produced in line with the uniform distribution, Gaussian distribution, exponential distribution, Poisson distribution, gamma distribution of the random number
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:144384
    • 提供者:wb
  1. homework3

    0下载:
  2. 离散事件系统仿真程序CPU_scheduler说明: 1.仿真功能与要求: 1.1 单CPU系统,系统有10个终端输入任务,如果一个任务的执行时间大于规定的时间片,则该任务执行一个时间片之后退出CPU,并重新参加排队,直到执行完退出CPU,然后才允许相应终端重新输入一个新的作业。任务排队的原则是在CPU中执行次数越少的越排在前面,如果两个任务执行的次数相同,按照FIFO原则排队。 1.2 每个终端输入任务的时间满足
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:96256
    • 提供者:文字
  1. suijixinhaochuli

    0下载:
  2. 随机变量的产生,其中指数分布的和高斯分布的随机变量采用了变换法,分析它的自相关函数和功率谱密度,-The selection of random variables, in which exponential distribution and Gaussian distribution of random variables using the transformation method, analysis of its autocor
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:liuminsheng
  1. paidui

    0下载:
  2. 1、首先,我们分析调查到的数据,发现学生流符合泊松分布,服务时间符合指数分布,由此我们的模型就变成了排队论中典型的M\M\n模型,根据M\M\n模型中的各效率指标的公式,我们可得到学一食堂拥挤情况的各方面数据。 2、根据模型求解得到的数据,我们对模型进行了更精确的量化分析。我们发现,解决本模型的关键就在于分析顾客平均排队时间,我们对其与窗口数之间的关系进行了拟合,并就两者之间关系进行了灵敏度分析。 3、针对窗口数与顾客平均排
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:477184
    • 提供者:张志文
  1. 0001RandomNumberGenerator

    0下载:
  2. 讨论了生成0-1之间均匀分布随机数的一些算法,进而给出了由0-1之间均匀分布生成指数分布、正态分布、二项分布等常用分布的一般算法。-Discussed between 0-1 to generate random numbers uniformly distributed in a number of algorithms, which are given by the uniformly distributed between 0-1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:王海波
  1. paiduilun

    0下载:
  2. 模拟顾客服务过程,顾客到达为泊松分布,时间间隔为指数分布。一个服务窗口。-Simulation of the process of customer service, customers arrive for the Poisson distribution, the time interval for the exponential distribution. A service window.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:齐翔宇
  1. ComputerSimulationofexponentialdistribution

    0下载:
  2. 计算机模拟指数分布,正态分布。很好的模拟程序,适用于其他需要计算机模拟指数分布与正态分布的场合。-Computer Simulation of exponential distribution, normal distribution. Good simulation of the procedures applied to other needs of the computer simulation of exponential di
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-17
    • 文件大小:285696
    • 提供者:nick
  1. random

    0下载:
  2. 第13章: 随机数生成 PFQZ 用平方取中法产生随机数列 MixMOD 用混合同余法产生随机数列 MulMOD1 用乘同余法1产生随机数列 MulMOD2 用乘同余法2产生随机数列 PrimeMOD 用素数模同余法产生随机数列 PowerDist 产生指数分布的随机数列 LaplaceDist 产生拉普拉斯分布的随机数列 RelayDist 产生瑞利分布的随机数列 CauthyDist 产生柯西分
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:舞蛳
  1. stproc-2.1

    0下载:
  2. matlab的随机过程仿真实现,包含泊松过程,指数分布,高斯分布等-matlab random process simulation to achieve, including the Poisson process, exponential distribution, Gaussian distribution
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:马文涛
  1. paiduilun

    0下载:
  2. M/M/m/(∞,∞)延迟系统,两个优先级,称为高级和低级,用户到达流是possion流,且相互独立,速率分别是λ1和λ2,服务时间为参数为μ1和μ2的负指数分布,相互独立。-With a priority level and interrupt the mechanisms of Queuing Theory Simulation
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:530432
    • 提供者:madier
  1. localRand

    0下载:
  2. 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * Gen
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:lo
  1. Pdfrandom

    0下载:
  2. 利用matlab实现高斯分布、指数分布、正太分布等概率分布的方法。-Using matlab to achieve Gaussian distribution, exponential distribution, is too distribution probability distribution method.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:francis
  1. mm1

    0下载:
  2. 单服务台排队理论,到达时间间隔和服务时间都服从指数分布-mm1
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:王文华
  1. suijishu

    0下载:
  2. 产生各种分布随机数的matlab程序,包括指数分布 高斯分布 瑞利分布 莱斯分布-Distributed random numbers generated matlab various procedures, including the exponential distribution Blaise Gaussian distribution sub-sub-Bu Ruili
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:许亮
  1. 频发故障的寿命分布拟合

    0下载:
  2. 频发故障的寿命分巧拟合,频发故障的部件,可以基于往大量的维修经验以及相关可靠性寿命试验中测得的结果来判断这类寿命的分布类型,常常有威布尔分布类型、对数正态分布类型,以及指数分布类型等。因此本程序可以根据故障数据输入判断出该数据属于哪一种寿命分布。(Frequent failure of the life of the split fit, frequent failure of the components, can be based
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:41984
    • 提供者:BlueYu_Fisher
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org