搜索资源列表
poisson
- 这是一个将指定区域内的图像提取出来,与指定图像进行融合的matlab程序,由泊松方程引申而来-This is a designated area of the extracted image, with a specified image of Matlab integration process from the Poisson equation arising from
Poisson image editing
- Poisson image editing 的详细代码以及用matlab的gui界面显示。
poisson image editing win32
- poisson image editing source code by C++
RAND_POI
- 产生泊松分布随机数的程序-generated random Poisson distribution of the process
DSPPrograms
- 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(doub
POSSRAND
- 生成均匀分布随机数和泊松分布随机数的程序-generate uniformly distributed random number and random Poisson distribution of the process
05041062
- 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 nu
poisson
- 这是一个将指定区域内的图像提取出来,与指定图像进行融合的matlab程序,由泊松方程引申而来-This is a designated area of the extracted image, with a specified image of Matlab integration process from the Poisson equation arising from
Poisson
- C语言,泊松分布,为产生随机信号,用于系统通信的仿真-C language, Poisson distribution, in order to generate random signals for system communication simulation
Poisson
- Produce Java classes to calculate and display the Poisson probability when input the value of the average (A) arrival rate of customers at some business in the range of 1 to 10. The error message will output when A is ou
poisson-schroginderconsistent
- 1D的薛定谔-泊松自洽求解 用于模拟半导体器件中的电势 电场等特性-1D Schrodinger- Poisson self-consistent solution
MATLAB-Poisson-ture
- 用MATLAB编写程序证明Poisson分布的性质-Programming with MATLAB,prove the properties of Poisson distribution
poisson
- 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。-Poisson distribution is a commonly used discrete proba
poisson
- poisson的PDF&CDF繪圖直接打開檔案RUN即可,生成圖像另有顏色標記-poisson' s PDF & CDF drawing RUN can open the file directly to generate the image and another color marker
poisson.m
- This is a program for artifical object insertion using poisson image editing.It use poisson equation for solving the problem
Poisson-distribution-WSNs_matlab
- 泊松均匀分布的WSNs的网络拓扑Matlab程序-Poisson network structure for WSN
一维poisson方程
- 简单的一维poisson方程程序,工具是MATLAB软件(Simple one-dimensional poisson equation program, the tool is MATLAB software)
poisson+markov
- poisson+mmoo 聚合流在MATLAB上的仿真(the simulation of mmoo+poisson flow under constant rate service based on MATLAB)
poisson
- poisson业务源的有效带宽,在MATLAB上的仿真(the effective bandwidth of the poisson sources)
poisson
- 十字区域,由五个相等的单位正方形组成,用五点差分格式求解下面的Poisson方程第一边值问题,程序能适应任何步长(solve poisson equation in ten area)