代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/238364/13891618
m chap1_6f.m
function dy = PlantModel(t,y,flag,para)
u=para;
J=0.0067;B=0.1;
dy=zeros(2,1);
dy(1) = y(2);
dy(2) = -(B/J)*y(2) + (1/J)*u;
www.eeworm.com/read/300610/13903328
html aumg369xb readme.html
aumg369xb Instrument Driver Readme
aumg369xb Instrument Driver Readme
www.eeworm.com/read/236814/13998162
m chap1_6f.m
function dy = PlantModel(t,y,flag,para)
u=para;
J=0.0067;B=0.1;
dy=zeros(2,1);
dy(1) = y(2);
dy(2) = -(B/J)*y(2) + (1/J)*u;
www.eeworm.com/read/105296/15671552
patch mipv6-1.0-v2.4.22.patch
diff -Nur --exclude=RCS --exclude=CVS --exclude=SCCS --exclude=BitKeeper --exclude=ChangeSet linux-2.4/Documentation/Configure.help devel/Documentation/Configure.help
--- linux-2.4/Documentation/Confi