代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/460426/7251471
jpg normal.jpg
www.eeworm.com/read/460120/7257369
bmp normal.bmp
www.eeworm.com/read/456461/7349005
bmp comms(normal).bmp
www.eeworm.com/read/456354/7351329
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/456354/7351351
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/455033/7379274
c normal.c
#include "medit.h"
#include "extern.h"
#include "sproto.h"
GLuint drawNormals(pMesh mesh,pScene sc) {
pTriangle pt;
pQuad pq;
pEdge pr;
pPoint ppt;
GLuint dlist = 0
www.eeworm.com/read/453926/7403683
h normal.h
#include
#include
#include "reg52.h"
#include
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#define TRUE 1
#define FALS
www.eeworm.com/read/452742/7433537
bmp normal.bmp
www.eeworm.com/read/452438/7441162
bmp normal.bmp
www.eeworm.com/read/449504/7502617
m normal.m
function heights=normal(data,center,bw);
% PURPOSE:
% Normal kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height calculation