代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/321289/13409543
mdl mph_rayleigh_channel2.mdl
Model {
Name "Mph_Rayleigh_channel2"
Version 5.1
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
www.eeworm.com/read/321289/13409544
mdl mph_rayleigh_channel.mdl
Model {
Name "mph_rayleigh_channel"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
S
www.eeworm.com/read/321289/13409547
mdl mph_rayleigh_channel5.mdl
Model {
Name "Mph_Rayleigh_channel5"
Version 5.1
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
www.eeworm.com/read/321289/13409552
mdl mph_rayleigh_channel1.mdl
Model {
Name "Mph_Rayleigh_channel1"
Version 5.1
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
www.eeworm.com/read/321289/13409559
mdl mph_rayleigh_channel6.mdl
Model {
Name "Mph_Rayleigh_channel6"
Version 5.1
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
www.eeworm.com/read/321263/13409848
mdl simulink_1.mdl
Model {
Name "Simulink1"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortData
www.eeworm.com/read/321263/13409853
mdl simulink_3.mdl
Model {
Name "Simulink3"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortData
www.eeworm.com/read/321263/13409869
mdl simulink_2.mdl
Model {
Name "Simulink2"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortData
www.eeworm.com/read/321160/13411520
m ip_04_04.m
% MATLAB script for Illustrative Problem 4, Chapter 4.
echo on ;
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
echo off ;
end
www.eeworm.com/read/321050/13412876
m ip_04_04.m
% MATLAB script for Illustrative Problem 4.4.
clear
echo on ;
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
echo off ;
end