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

搜索资源列表

  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. 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. 模拟泊松过程

    3下载:
  2. 用R语言模拟泊松过程,有具体程序以及作图步骤(use R language to present possion)
  3. 所属分类:数学计算

    • 发布日期:2017-11-26
    • 文件大小:124928
    • 提供者:shirly
  1. 随机信号

    0下载:
  2. 三种分布的随机信号:泊松分布、瑞利分布和高斯分布(Random signals of three distributions: Poisson distribution, Rayleigh distribution and Gauss distribution)
  3. 所属分类:通讯编程文档

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:haibenben
  1. 一维快速傅里叶转换

    1下载:
  2. 泊松方程的解法,这是一个一维泊松方程,利用快速傅里叶变换方法解(The solution of Poisson equation, which is a one-dimensional Poisson equation, is solved by the fast Fourier transform method)
  3. 所属分类:其他

  1. poisson

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

  1. MG

    3下载:
  2. 多重网格求解泊松方程的Fortran程序(Using multigrid method to solve Poisson equation in Fortran language)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:116736
    • 提供者:mxy6
  1. 用有限差分法求解泊松方程

    1下载:
  2. 用有限差分法求解方程,里面有两个文件,其中一个是泊松方程,另外一个是求解其他势能的方程(Solving Poisson equation by finite difference method)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:814080
    • 提供者:马太高
  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. -Matlab源代码

    0下载:
  2. 泊松融合的程序,既有pdf的讲解,也有每幅图像的实现程序(A program for the fusion of Poisson, with both the PDF explanation and the implementation of each image)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:4569088
    • 提供者:火星教授
  1. !算法:第二类修正方案算法

    0下载:
  2. 算法:第二类修正方案算法 里查询算法 求解泊松方程(Algorithm: the query algorithm in the second class correction algorithm is used to solve the poisson equation.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:qianye
  1. Desktop5

    0下载:
  2. 用C语言产生正态分布随机数、泊松分布随机数和瑞丽分布随机数(Using C language to produce normal distribution random number, Poisson distribution random number and Rayleigh distribution random number)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:阿杰哟666
  1. Desktop6

    0下载:
  2. 将产出的正态分布随机数、瑞丽分布随机数和泊松分布随机数用matlab绘制出相应的分布直方图和理论曲线,便于进一步分析(The normal distribution random number, Rayleigh distributed random number and Poisson distribution random number are plotted out by MATLAB, and the corresponding distribution histogram and th
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:阿杰哟666
  1. Poisson_sampling_disk

    0下载:
  2. 用于生成泊松散点的算法,用matlab编写的,可以生成任意大小的散点图。(An algorithm for generating Poisson scatter points)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:122880
    • 提供者:qq243725417
  1. noise genre

    1下载:
  2. 用matlab产生高斯,椒盐,泊松噪声图像的完整代码(poisson, gossip,noise,salt&pepper)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:47104
    • 提供者:恋琪
  1. Scipy

    1下载:
  2. SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t
  3. 所属分类:文章/文档

    • 发布日期:2019-10-21
    • 文件大小:1502208
    • 提供者:预警
  1. ppp

    2下载:
  2. 利用泊松过程,实现泊松点过程和泊松簇过程(Poisson point process and poisson cluster process are realized by poisson process)
  3. 所属分类:其他

    • 发布日期:2019-10-28
    • 文件大小:1024
    • 提供者:霓虹初上
  1. 泊松方程的Jacobi迭代matlab

    1下载:
  2. 正五点格式泊松方程的Jacobi迭代matlab代码,正五点差分格式泊松方程,得到方程组后用jacobi迭代的方法求解的
  3. 所属分类:matlab例程

    • 发布日期:2020-07-12
    • 文件大小:588
    • 提供者:SC19005034
« 1 2 3 45 6 7 8 9 10 ... 45 »
搜珍网 www.dssz.com