代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/323953/13306633
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/238949/13313619
bmp normal.bmp
www.eeworm.com/read/321160/13411492
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/321160/13411512
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/321050/13412918
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/319883/13440456
h normal.h
// normal.h
// Normalize an array of values to the range 0 to 1
#include "tempcomp.h"
namespace compare {
template
void normalize(Toriginal* data, Tn
www.eeworm.com/read/319180/13459262
out_normal
test3 |1.0e-01|1.0e+01|mwad/PPs |ILUPACK(S)| 1| 1.5|0.0e+00|0.0e+00| 2|0.0e+00
c-62 |1.0e-01|1.0e+01|mwad/PPs |ILUPACK(S)| 3| 2.0|4.4e+00|1.4e+00| 21|5.8e+00
www.eeworm.com/read/318186/13483551
h normal.h
#ifndef normal_h
#define normal_h
#ifndef NULL
#ifdef __cplusplus
#define NULL 0
#else
#define NULL ((void *)0)
#endif
#endif
#define PI ((FLOAT) 3.141592654f)
template
www.eeworm.com/read/315311/13546756
html normal.html
Xlib Programming Manual: Normal Entry/Exit Events
10.6.1 Normal Entry/Exit Events
EnterNotify
and
www.eeworm.com/read/313963/13577804
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));