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

搜索资源列表

  1. RAND_POI

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

    • 发布日期:2008-10-13
    • 文件大小:873
    • 提供者:一二三
  1. DSPPrograms

    1下载:
  2. DSP编程常用函数 double uniform(double a,double b,long int* seed) double gauss(double mean,double sigma,long int *seed) double exponent(double beta,long int *seed) double laplace(double beta,long int* seed) double rayleigh(double sigma,long int *seed) doubl
  3. 所属分类:其它

  1. image inpainting

    3下载:
  2. implementation of "Region Filling and Object Removal by Exemplar-Based Image Inpainting" and "Gradient based image completion by solving the Poisson equation"
  3. 所属分类:源码下载

  1. 泊松分布

    0下载:
  2. 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。 【输入形式】 输入文件为当前目录下的poisson.in。 文件中包含两个数字,分别为m,k的值。 【输出形式】 输出文件为当前目录下的poisson.out。 文件中输出泊松分布的值,值
  3. 所属分类:其它

    • 发布日期:2011-03-18
    • 文件大小:941
    • 提供者:huiyi1991
  1. Jacobi迭代法求解Poisson方程的MPI并行编程

    1下载:
  2. 所属分类:其它程序

    • 发布日期:2011-03-22
    • 文件大小:1741554
    • 提供者:ylp813@126.com
  1. 线性方程组的迭代法和牛顿数值积分

    1下载:
  2. 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-12-24
    • 文件大小:1036
    • 提供者:skiloop@126.com
  1. stproc-2.1

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

    • 发布日期:2012-01-11
    • 文件大小:9764
    • 提供者:testsb
  1. matlab模拟实现的泊松过程

    0下载:
  2. 用MATLAB仿真软件,模拟并检验Poisson过程。
  3. 所属分类:matlab例程

  1. MatlabFiniteDifferenceMethodof

    0下载:
  2. 有限差分法的Matlab程序(椭圆型方程),用有限差分法求解矩形域上的Poisson方程,Matlab Finite Difference Method of Procedure (elliptic equations), using finite difference method on the rectangular domain of the Poisson equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-03
    • 文件大小:4347
    • 提供者:欧阳
  1. poison.rar

    0下载:
  2. 自己编写的产生泊松分布的随机数源程序 内涵所需头文件,I have written have a Poisson distribution of random numbers required for source code header files connotation
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:161729
    • 提供者:徐霞
  1. Rand.rar

    1下载:
  2. 随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。,A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other dis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:3951
    • 提供者:winxp
  1. Inpainting

    1下载:
  2. implementation of the inpainting algorithm in the papers "Region Filling and Object Removal by Exemplar-Based Image Inpainting" and "Gradient based image completion by solving the Poisson equation"
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2014-08-12
    • 文件大小:2332672
    • 提供者:Wu
  1. PossionProcess

    0下载:
  2. 判断随机过程是否为泊松过程,对其进行模拟、检验及参数估计。-Random process to determine whether a Poisson process, its simulation, test and parameter estimation.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:643
    • 提供者:海风
  1. CAC.tar

    0下载:
  2. Call admission control implementation for wireless network. It generates, traffic for the given nodes with Poisson distribution (call arrival and departure) and when the call is arrived, the call admission control file will check whether the system h
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:41959
    • 提供者:perumalraja
  1. Possion

    0下载:
  2. 数据的统计处理和解释 泊松分布参数的估计和检验-Statistical data processing and interpretation of the Poisson distribution parameter estimation and testing
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:485041
    • 提供者:李健
  1. AgrawalECCV06CodeMFiles

    0下载:
  2. 从2D梯度域进行表面重建 包含快速的泊松方程解法-A fast 2D Poisson Solver in Matlab using Neumann Boundary conditions , Implementation of Frankot-Chellappa Algorithm, Robust surface reconstruction using M-estimators, Anisotropic surface reconstruction
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:17893
    • 提供者:wang si
  1. leslie

    1下载:
  2. 基于高斯_泊松_莱斯利模型的中国人口预测与控制-Gaussian _ Poisson _ Leslie model-based prediction and control of China' s population
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:195713
    • 提供者:范翔宇
  1. fenbujianyan

    0下载:
  2. 此程序是用来检验一组已知数据是否服从一定分布的:如,正态分布,t分布,poisson分布等。-This procedure is used to test whether a given set of data to obey a certain distribution: for example, normal distribution, t distribution, poisson distribution.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:591
    • 提供者:李忠涛
  1. matlab-pdf

    3下载:
  2. 通过matlab代码画出的各种概率密度函数图形仅供参考-By matlab code to draw the beta probability density function graph for reference only
  3. 所属分类:图形图象

    • 发布日期:2012-12-14
    • 文件大小:148440
    • 提供者:王伟
  1. cementedsand

    2下载:
  2. 基于地震岩石物理基本理论,计算干燥岩石,流体饱和岩石的基本岩石弹性参数(纵波模量,剪切模量和泊松比)-Calculates the dry and saturated rock M-modulus, shear modulus and Poisson s ratio.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2075
    • 提供者:huhuafeng
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com