代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/463748/7176001
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/463608/7177440
ico normal.ico
www.eeworm.com/read/463454/7180631
h normal.h
/*----------------------------------------------------------------------
File : normal.h
Contents: normal distribution functions
Author : Christian Borgelt
History : 2002.11.04 file create
www.eeworm.com/read/463454/7180634
c normal.c
/*----------------------------------------------------------------------
File : normal.c
Contents: normal distribution functions
Author : Christian Borgelt
History : 2002.11.04 file create
www.eeworm.com/read/462809/7195734
bmp normal.bmp
www.eeworm.com/read/462185/7207110
gif normal.gif
www.eeworm.com/read/462185/7207134
png normal.png
www.eeworm.com/read/462185/7207342
gif normal.gif
www.eeworm.com/read/462185/7207382
png normal.png
www.eeworm.com/read/460670/7243926
cpp normal.cpp
# include
# include
# include
double z[100000];
void save()
{FILE*fp1;
int i;
if((fp1=fopen("shuju1.txt","w"))==NULL)
{printf("cannot open file shuju1.txt\n"