CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - poisson
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - poisson - List
[
Special Effects
]
poisson
DL : 1
这是一个将指定区域内的图像提取出来,与指定图像进行融合的matlab程序,由泊松方程引申而来-This is a designated area of the extracted image, with a specified image of Matlab integration process from the Poisson equation arising from
Update
: 2008-10-13
Size
: 79.95kb
Publisher
:
dale
[
WEB Code
]
Poisson image editing
DL : 0
Poisson image editing 的详细代码以及用matlab的gui界面显示。
Update
: 2010-11-29
Size
: 88.44kb
Publisher
:
allen_cao
[
SourceCode
]
poisson image editing win32
DL : 0
poisson image editing source code by C++
Update
: 2011-02-24
Size
: 3.9mb
Publisher
:
c24922142@yahoo.com.tw
[
Algorithm
]
RAND_POI
DL : 0
产生泊松分布随机数的程序-generated random Poisson distribution of the process
Update
: 2025-02-17
Size
: 1kb
Publisher
:
一二三
[
Other
]
DSPPrograms
DL : 0
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) double weibull(double a,double b,long int*seed) int bn(double p,long int*seed) int bin(int n,double p,long int*seed) int poisson(double lambda,long int *seed) void dft(double x[],double y[],double a[],double b[],int n,int sign) void fft(double x[],double y[],int n,int sign)-DSP programming functions commonly used double uniform (a double, 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) double Weibull (a double, double b, long int* seed) int bn (double p, long int* seed) int bin (int n, p double, seed long int*) int poisson (double lambda, long int* seed) void dft index (double x [], double y [], [] a double, double b [], int n, int sign) void fft (double x [], double y [], int n, int sign)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
山城棒棒儿军
[
Mathimatics-Numerical algorithms
]
POSSRAND
DL : 0
生成均匀分布随机数和泊松分布随机数的程序-generate uniformly distributed random number and random Poisson distribution of the process
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wgg
[
Communication
]
05041062
DL : 0
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 = z (16807zi-1 1) mod (pow (2,32)). The main function was called. 2. Have U (0-1) distribution using the formula : x1 = sqrt (-2lnU1) cos (2PiU2), x2 = sqrt (-2lnU1) sin (2PiU2) 3. Rayleigh distribution, using two independent normal distribution with the distribution of values with the formula x = sqrt (Y1- Y2 Y1- Y2)- Health Rayleigh random number. 4 Poisson distribution
Update
: 2025-02-17
Size
: 51kb
Publisher
:
吕军红
[
Special Effects
]
poisson
DL : 0
这是一个将指定区域内的图像提取出来,与指定图像进行融合的matlab程序,由泊松方程引申而来-This is a designated area of the extracted image, with a specified image of Matlab integration process from the Poisson equation arising from
Update
: 2025-02-17
Size
: 80kb
Publisher
:
dale
[
Other
]
Poisson
DL : 0
C语言,泊松分布,为产生随机信号,用于系统通信的仿真-C language, Poisson distribution, in order to generate random signals for system communication simulation
Update
: 2025-02-17
Size
: 1kb
Publisher
:
杨一
[
JSP/Java
]
Poisson
DL : 0
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 out of the range。-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 out of the range.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
vevina
[
JSP/Java
]
poisson-schroginderconsistent
DL : 0
1D的薛定谔-泊松自洽求解 用于模拟半导体器件中的电势 电场等特性-1D Schrodinger- Poisson self-consistent solution
Update
: 2025-02-17
Size
: 1kb
Publisher
:
kangyu
[
matlab
]
MATLAB-Poisson-ture
DL : 0
用MATLAB编写程序证明Poisson分布的性质-Programming with MATLAB,prove the properties of Poisson distribution
Update
: 2025-02-17
Size
: 11kb
Publisher
:
林俊
[
JSP/Java
]
poisson
DL : 0
泊松分布是一种常用的离散型概率分布,数学期望为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 probability distributions, mathematical expectation of the Poisson distribution for m the distribution function defined as follows: P (m, k) = mk* em/k! (K = 0, 1, 2, 3 , ...) for a given m and k (0 <m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。
Update
: 2025-02-17
Size
: 1kb
Publisher
:
QQQQQ
[
matlab
]
poisson
DL : 0
poisson的PDF&CDF繪圖直接打開檔案RUN即可,生成圖像另有顏色標記-poisson' s PDF & CDF drawing RUN can open the file directly to generate the image and another color marker
Update
: 2025-02-17
Size
: 3kb
Publisher
:
sass
[
matlab
]
poisson.m
DL : 0
This is a program for artifical object insertion using poisson image editing.It use poisson equation for solving the problem
Update
: 2025-02-17
Size
: 3kb
Publisher
:
ash
[
matlab
]
Poisson-distribution-WSNs_matlab
DL : 0
泊松均匀分布的WSNs的网络拓扑Matlab程序-Poisson network structure for WSN
Update
: 2025-02-17
Size
: 9kb
Publisher
:
Liu
[
matlab
]
一维poisson方程
DL : 0
简单的一维poisson方程程序,工具是MATLAB软件(Simple one-dimensional poisson equation program, the tool is MATLAB software)
Update
: 2025-02-17
Size
: 19kb
Publisher
:
自丹
[
matlab
]
poisson+markov
DL : 0
poisson+mmoo 聚合流在MATLAB上的仿真(the simulation of mmoo+poisson flow under constant rate service based on MATLAB)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
像柳永一样
[
matlab
]
poisson
DL : 1
poisson业务源的有效带宽,在MATLAB上的仿真(the effective bandwidth of the poisson sources)
Update
: 2025-02-17
Size
: 15kb
Publisher
:
像柳永一样
[
Other
]
poisson
DL : 0
十字区域,由五个相等的单位正方形组成,用五点差分格式求解下面的Poisson方程第一边值问题,程序能适应任何步长(solve poisson equation in ten area)
Update
: 2025-02-17
Size
: 225kb
Publisher
:
柯基饼干
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.