代码搜索:p120
找到约 36 项符合「p120」的源代码
代码结果 36
www.eeworm.com/read/349226/10840349
lif thingun2.lif
#Life 1.05
#D p120 thin gun
#N
#P -17 -7
**
**
#P -7 -10
..**
.*
*
*
*
.*
..**
#P -3 -9
.*
..*
*.**
..*
.*
#P 3 -12
....*
..*.*
**
**
**
..*.*
....*
#P 15 -14
..**
..*
*
www.eeworm.com/read/446050/7586461
m untitled602.m
%%% 产生一个均值为mx,协方差为Cx的多变量高斯过程X(t)。
% P120
mx=[0 0]'; %均值
Cx=[1 1/2;1/2 1]; % 协方差
x=multi_gp(mx,Cx);
% 下面为(x1,x2)的概率密度函数的估算
delta=0.3;
x1=-3:delta:3;
x2=-3:delta:3;
for i=1:length(x1),
www.eeworm.com/read/349226/10840517
lif hwssgun.lif
#Life 1.05
#D p120 HWSS gun
#N
#P -45 13
**
**
#P -36 10
..**
.*.*
*
*..*
*
.*.*
..**
#P -30 8
.......*
......*.*
.....*.**
....**.**
.***.*.**
*..*..*.*
.**....*
#P -13 6
..**
www.eeworm.com/read/434450/7865999
awk fmt.awk
# fmt - format
# input: text
# output: text formatted into lines of
www.eeworm.com/read/349226/10840384
lif randgun2.lif
#Life 1.05
#D Pseudorandom number generator with p120 logic
#D A glider stream is emitted representing a pseudorandom binary
#D sequence satisfying the recursion a[n] = a[n-1] XOR a[n-11].
#D (By
www.eeworm.com/read/160391/5571138
m cooper_yoo.m
% Do the example in Cooper and Yoo, "Causal discovery from a mixture of experimental and
% observational data", UAI 99, p120
N = 2;
dag = zeros(N);
A = 1; B = 2;
dag(A,B) = 1;
ns = 2*ones(1,N)
www.eeworm.com/read/140847/5779096
m cooper_yoo.m
% Do the example in Cooper and Yoo, "Causal discovery from a mixture of experimental and
% observational data", UAI 99, p120
N = 2;
dag = zeros(N);
A = 1; B = 2;
dag(A,B) = 1;
ns = 2*ones(1,N);
bnet
www.eeworm.com/read/133943/5897282
m cooper_yoo.m
% Do the example in Cooper and Yoo, "Causal discovery from a mixture of experimental and
% observational data", UAI 99, p120
N = 2;
dag = zeros(N);
A = 1; B = 2;
dag(A,B) = 1;
ns = 2*ones(1,N);
bnet
www.eeworm.com/read/251838/4414455
m cooper_yoo.m
% Do the example in Cooper and Yoo, "Causal discovery from a mixture of experimental and
% observational data", UAI 99, p120
N = 2;
dag = zeros(N);
A = 1; B = 2;
dag(A,B) = 1;
ns = 2*ones(1,N);
bnet
www.eeworm.com/read/251522/4418825
m cooper_yoo.m
% Do the example in Cooper and Yoo, "Causal discovery from a mixture of experimental and
% observational data", UAI 99, p120
N = 2;
dag = zeros(N);
A = 1; B = 2;
dag(A,B) = 1;
ns = 2*ones(1,N);
bnet