代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/407093/11430152
c dlarnd.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
doublereal dlarnd_(integer *idist, intege
www.eeworm.com/read/404751/11479117
mdl demo_fp2.mdl
Model {
Name "demo_fp2"
Version 2.20
SimParamPage Solver
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
StartTime "0.0"
www.eeworm.com/read/404751/11479119
mdl gssiso.mdl
Model {
Name "gssiso"
Version 2.20
SimParamPage Solver
SampleTimeColors off
InvariantConstants off
WideVectorLines on
ShowLineWidths off
StartTime "0.0"
www.eeworm.com/read/403568/11514752
mdl chap4_10sim.mdl
Model {
Name "chap4_10sim"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDa
www.eeworm.com/read/403568/11514757
mdl chap4_3sim.mdl
Model {
Name "chap4_3sim"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDat
www.eeworm.com/read/403298/11519587
eqn fsq.map.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/402878/11526750
m a.m
clear
N = 100;
clear
N = 1000;
t = 0:10/N:10-10/N;
zt = 60*(pdf('Normal', t-8, 0, 0.3) + pdf('Normal', t, 0, 0.8))+rand(1,1000)*3;
figure(1);
x = 0:100/1000:100-100/1000;
plot(x,zt);
www.eeworm.com/read/158463/11612892
m ip_04_07.m
% ip_4_07.m added for spar
p1=0;
p2=1;
delta=1;
n=11;
tol=0.01;
b=10*p2;
uq_mdpnt('normal',b,n,delta,tol,p1,p2)