代码搜索:Poisson
找到约 656 项符合「Poisson」的源代码
代码结果 656
www.eeworm.com/read/202630/15377477
makefile
FFLAGS=-O2
BIN = poisson0 poisson1 poisson2 poisson3 poisson4
default: $(BIN)
all: default
.f.o:
mpif77 $(FFLAGS) -c $*.f
.o:
mpif77 $(FFLAGS) -o $@ $*.o
.f:
mpif77 $(FFLAGS) -o $@ $*.f
clean
www.eeworm.com/read/483033/6607850
m poisson_rnd.m
%POISSON_RND Draws random samples from a Poisson distribution.
%
% Syntax:
% X = poisson_rnd(lambda,N)
%
% In:
% lambda - Rate parameter of the distribution
% N - Number of samples (defaul
www.eeworm.com/read/432484/8602817
txt poisson_1.0.txt
0
4
1
0
1
2
0
1
0
2
1
2
1
0
0
0
0
3
1
2
3
0
2
1
1
0
0
2
1
1
0
1
2
1
1
2
1
0
1
1
0
0
2
4
1
2
2
1
3
3
1
1
2
3
1
1
0
1
3
1
0
0
1
1
1
5
2
www.eeworm.com/read/432484/8602822
txt poisson_0.2.txt
0
2
1
0
0
0
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
0
0
0
0
0
0
2
0
0
0
0
0
0
0
0
0
1
0
0
0
0
0
1
0
1
0
0
0
0
0
0
0
www.eeworm.com/read/432484/8602843
txt poisson_10.0.txt
14
12
9
12
11
12
5
11
10
14
14
14
13
16
13
13
10
18
5
9
9
11
12
14
12
13
5
7
20
15
10
14
7
8
6
12
5
10
14
8
11
9
16
9
8
13
10
11
9
9
12
14
8
12
13
www.eeworm.com/read/432484/8602857
txt poisson_6.0.txt
8
8
9
3
8
4
8
7
8
5
4
8
4
8
9
9
9
5
14
11
9
8
7
6
6
4
11
10
3
3
7
4
5
8
5
5
8
10
11
9
4
4
5
3
9
12
6
7
7
9
6
5
4
5
4
5
9
4
8
10
4
6
7
5
www.eeworm.com/read/186924/8891332
doc poisson histogram.doc
www.eeworm.com/read/184751/9080878
cpp poisson_0.2.cpp
//C语言实现PoiSSON分布,均值为0.2
#include
#include
#define n (pow(2,31)-1)
void u(double m,double b[5000]) //产生均匀分布
{
int i;
double z[5000];
z[0]=m;
for(i=1;i
www.eeworm.com/read/179705/9342407
tex rand-poisson.tex
www.eeworm.com/read/364494/9905448