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

搜索资源列表

  1. pasong

    0下载:
  2. 泊松分布的图形算法 本题用c语言编写的画图程序要在tc2.0下运行. 其余程序在各种编译器下可以运行,-Poisson distribution of graphic algorithms that use the c language drawing programs to tc2.0 running. The remaining procedures in the various compiler can run under,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54049
    • 提供者:李超
  1. POSSRAND

    0下载:
  2. 生成均匀分布随机数和泊松分布随机数的程序-generate uniformly distributed random number and random Poisson distribution of the process
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:wgg
  1. 05041062

    0下载:
  2. 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random number distribution methods : i
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:52813
    • 提供者:吕军红
  1. mmkc

    0下载:
  2. 本程序在XP, Visual c++ 2003, 使用c language 编写. 本程序以event_driven方式做M/M/1模拟. ㄧ个input, arrival rate为poisson distribution. ㄧ个server, serving time为expoential distribution. output将将显示执行的performance. -the procedures in XP, Visual c 2003. c language use to prepar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:67345
    • 提供者:黎智
  1. Poisson_Random_Process

    0下载:
  2. 一个模拟泊松随机过程的小程序。可以计算系统平均等待时间,和平均对列长度。系统参数如 到来速率及离开速率均可在头文件里修改。另外通过修改头文件factorK可以将到来序列的概率分布改为Erlang分布。-a simulated Poisson random process of small programs. System can calculate the average waiting time, and the average length of the list. The system p
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14911
    • 提供者:小婷
  1. PoissonEditing-src-win32

    0下载:
  2. Siggraph 2002年论文Poisson Image Editing源程序-Siggraph 2002 thesis Poisson source Image Editing
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2169632
    • 提供者:shushu
  1. P_Possion

    0下载:
  2. 产生一个满足泊松分布的随机序列信号。用于通信系统的信源部分-have to meet a Poisson distribution of random sequence. Communication systems for the source of
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:20377
    • 提供者:张志斌
  1. poisson_0.2

    0下载:
  2. 用C语言仿真泊松分布-C language simulation Poisson distribution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:839
    • 提供者:陈家旺
  1. cpppossion

    1下载:
  2. 用c语言编写的泊松分布,并给出了概率分布图-c language used in the preparation of the Poisson distribution, and gives the probability distribution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30738
    • 提供者:guoda
  1. randomvariates

    0下载:
  2. 用c++生成多种随机变量,包括正态分布,瑞丽分布,泊松分布-c generated using a variety of random variables, including normal, Ruili distribution, Poisson distribution
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:82089
    • 提供者:wsx
  1. POSSION

    0下载:
  2. 这是泊松分布,泊松分布应用广泛,无论在通信领域还是其他领域,它做为排队论的基础不可缺少-This is the Poisson distribution, Poisson distribution widely used both in the field of communications or other areas, It queuing theory as the indispensable foundation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:wangping
  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
    • 文件大小:1873
    • 提供者:xiaoce
  1. Poisson_MPI.f90

    3下载:
  2. 用MPI在fortran下 泊松方程的并行实现-with MPI in fortran under Poisson equation parallel
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:8261
    • 提供者:段宾
  1. Possion

    1下载:
  2. 使用matlab模拟、检验和估计泊松过程、-use Matlab simulation, test and the estimated Poisson process.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-15
    • 文件大小:625
    • 提供者:jy
  1. 5

    0下载:
  2. histogram, poisson cdf and pdf
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:26624
    • 提供者:rcm_3
  1. poisson_nlmeans

    0下载:
  2. An extension of the non local (NL) means is proposed for images damaged by Poisson noise. The proposed method is guided by the noisy image and a pre-filtered image and is adapted to the statistics of Poisson noise. The influence of both images ca
  3. 所属分类:*行业应用

  1. poisson

    0下载:
  2. 用C语言产生一个模拟的泊松分布随机参数。(this is a poisson disturetion of C)
  3. 所属分类:其他

  1. possion

    0下载:
  2. POISSON 流在常速率服务下的MATLAB 仿真(the simulation of MMOO flow under constant rate service based on MATLAB)
  3. 所属分类:其他

  1. poisson

    0下载:
  2. 泊松过程实现,MATLAB语言,很简单的一个实现,是自己的一个练习(The implementation of the Poisson process, the MATLAB language, is one of its own exercises)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:21504
    • 提供者:fcc17
  1. waveguideAndpoisson

    0下载:
  2. 1.利用matlab语言编写泊松方程,注意其中的边界条件要根据自己的实际情况确定,不一定都是那个值。 2.利用matlab语言编写横电波(TE)、横磁波(TM)的传播情况(1.Using MATLAB to write Poisson equation. Note that the boundary conditions should be determined according to their own actual conditions, not necessarily that val
  3. 所属分类:波变换

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com