代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/202788/15372888
m normal.m
function y=normal(x,m,s)
% FUNCTION y=NORMAL(x,m,s)
% Gaussian distribution
% m=mean
% s=standard deviation
y=(1/sqrt(2*pi*s^2))*exp(-((x-m).^2)/(2*s^2));
www.eeworm.com/read/202262/15387469
m normal.m
%产生n个N(a,b)正态分布随机数
%其中a为均值,b为方差
%function x=normal(a,b,n)
function x=normal(a,b,n)
m=48;%
for i=1:n
r=rand(1,m);
x(i)=a+sqrt(b)*(sum(r)-m/2)/sqrt(m/12);
end
www.eeworm.com/read/201508/15404597
css normal.css
.Text { font-size: 9pt}
.Newbutton
{ font-size: 9pt; color: White;
font-family: "Tahoma","宋体";
}
.InputCss {
font-size: 9pt;
color: #003399;
font-family: "宋体";
f
www.eeworm.com/read/201506/15405254
css normal.css
.Text { font-size: 9pt}
.Newbutton
{ font-size: 9pt; color: White;
font-family: "Tahoma","宋体";
}
.InputCss {
font-size: 9pt;
color: #003399;
font-family: "宋体";
f
www.eeworm.com/read/201503/15405901
css normal.css
.Text { font-size: 9pt}
.Newbutton
{ font-size: 9pt; color: White;
font-family: "Tahoma","宋体";
}
.InputCss {
font-size: 9pt;
color: #003399;
font-family: "宋体";
f
www.eeworm.com/read/201495/15406680
css normal.css
.Text { font-size: 9pt}
.Newbutton
{ font-size: 9pt; color: White;
font-family: "Tahoma","宋体";
}
.InputCss {
font-size: 9pt;
color: #003399;
font-family: "宋体";
f
www.eeworm.com/read/201231/15412901
bmp normal.bmp
www.eeworm.com/read/201231/15412970
wav normal.wav
www.eeworm.com/read/113778/15448427
gif normal.gif
www.eeworm.com/read/113778/15448430