代码搜索:normal

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

代码结果 10,000
www.eeworm.com/read/137046/13347153

asv t5_1_1.asv

bk=figure('posi',[0,468,400,300],'name','窗口移动','numbertitle','off','menubar','none','color',[0,0.7,0.7]); htxt=uicontrol(gcf,'style','text','units','normal','posi',[0.2,0.8,0.3,0.1],'string','窗口移动选项'
www.eeworm.com/read/137046/13347156

m t5_5.m

figure('posi',[400,300,400,200],... 'name','求和','numbertitle','off','menubar','none','color',[0.7,0.6,0]); uicontrol(gcf,'style','text','units','normal','posi',[0.05,0.85,0.45,0.1],... 'st
www.eeworm.com/read/137046/13347164

asv t5_7.asv

clf; set(gcf,'units','normal','posi',[0.2,0.3,0.65,0.35]); set(gcf,'menubar','none','name','图形演示','numbertitle','off'); axes('posi',[0.05,0.15,0.55,0.7]); uicontrol(gcf,'style','text','units','nor
www.eeworm.com/read/136872/13358458

arff weather.nominal.arff

@relation weather.symbolic @attribute outlook {sunny, overcast, rainy} @attribute temperature {hot, mild, cool} @attribute humidity {high, normal} @attribute windy {TRUE, FALSE} @attribute play {yes,
www.eeworm.com/read/136681/13366928

mdl exm1_2.mdl

Model { Name "exm1_2" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes
www.eeworm.com/read/322568/13376626

test golf.test

20,sunny,mild,high,false,N 21,overcast,mild,high,false,P 22,overcast,cool,high,false,P 23,sunny,mild,high,true,N 24,overcast,cool,normal,false,P 25,sunny,cool,high,false,N 26,rain,hot,high,false
www.eeworm.com/read/322568/13376632

train golf.train

1,sunny,hot,high,false,N 2,sunny,hot,high,true,N 3,overcast,hot,high,false,P 4,rain,mild,high,false,P 5,rain,cool,normal,false,P 6,rain,cool,normal,true,N 7,overcast,cool,normal,true,P 8,sunny,
www.eeworm.com/read/322344/13382003

mdl chap1_8.mdl

Model { Name "chap1_8" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes
www.eeworm.com/read/322344/13382068

mdl chap1_5.mdl

Model { Name "chap1_5" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes
www.eeworm.com/read/321160/13411515

m ip_04_08.m

% ip_04_08.m added for spar n=10; tol=0.01; p1=0; p2=1; b=10*p2; [a,y,dist]=lloydmax('normal',b,n,tol,p1,p2);