代码搜索:normal

找到约 10,000 项符合「normal」的源代码

代码结果 10,000
www.eeworm.com/read/452028/7452025

eqn traffic.fit.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/449504/7501957

m normt_rnd.m

function result = normt_rnd(mu,sigma2,left,right) % PURPOSE: random draws from a normal truncated to (left,right) interval % ------------------------------------------------------ % USAGE: y = norm
www.eeworm.com/read/449504/7501981

m logn_d.m

% PURPOSE: demo of log-normal distribution functions % prints mean and variance of 1000 draws % plots pdf,cdf,inverse % %--------------------------------------------------- % U
www.eeworm.com/read/449504/7501984

m stdn_d.m

% PURPOSE: demo of standard normal distribution functions % prints mean and variance of 1000 draws % plots pdf,cdf,inverse % %---------------------------------------------------
www.eeworm.com/read/449504/7502037

m norm_crnd.m

function y = norm_crnd(n,epsilon,sigma) % PURPOSE: random numbers from a contaminated normal distribution % y = (1-epsilon)*N(0,1) + epsilon*N(0,sigma^2) %------------------------------------------
www.eeworm.com/read/449504/7502245

m pltdens_d.m

% PURPOSE: demo of pltdens (non-parameter density plot) % % %--------------------------------------------------- % USAGE: pltdens_d %--------------------------------------------------- % g
www.eeworm.com/read/448917/7522244

eqn and-2.fit.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/448907/7522606

eqn and-2.fit.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/448535/7531533

m interplane.m

function x = interplane(m1,x1,m2,x2) % % find the intersecting point for the planes % m1'(x-x1) = 0 and m2'(x-x2)=0. % % function x = interplane(m1,x1,m2,x2) % % m1 = normal to plane % x1
www.eeworm.com/read/448111/7540103

vim white2.vim

" It's based on: runtime colors/Light.vim let g:colors_name = "White" hi Normal guibg=white hi NonText guibg=grey95