代码搜索:practical
找到约 1,002 项符合「practical」的源代码
代码结果 1,002
www.eeworm.com/read/139777/13133030
htm gslib help variogram model types.htm
GSLIB Help: Variogram Model Types
www.eeworm.com/read/325882/13177705
m chap10_3plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(2);
plot(t,u,'r');
xlabel('time(s)');ylabel('initial control input');
figure(3
www.eeworm.com/read/322413/13380550
m plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(2);
plot(t,u,'r');
xlabel('time(s)');ylabel('initial control input');
figure(3
www.eeworm.com/read/227051/14442387
m chap10_3plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(2);
plot(t,u,'r');
xlabel('time(s)');ylabel('initial control input');
figure(3
www.eeworm.com/read/205941/15303447
m chap10_3plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(2);
plot(t,u,'r');
xlabel('time(s)');ylabel('initial control input');
figure(3
www.eeworm.com/read/106262/15642140
txt readme.txt
Code files for the book "A Practical Introduction to Data Structures
and Algorithm Analysis" by Clifford A. Shaffer
See "makefile" for how the files inter-relate, and for which programs
go with w
www.eeworm.com/read/102885/15753457
txt car_attrib.txt
Luxury Safety Sporty Family Practical Exciting
BMW 4 3 5 2 2 4
Ford 2 3 2 4 5 2
Infiniti 4 3
www.eeworm.com/read/432495/8601715
m chap7_1f.m
clear all;
close all;
Jp=0.0030;bp=0.067;
Jn=0.0033;bn=0.0673;
Gp=tf([1],[Jp,bp,0]); %Practical plant
Gn=tf([1],[Jn,bn,0]); %Nominal plant
tol=0.001;
Q=tf([3*tol,1],[tol^3,3*tol^2,3*tol,1])
www.eeworm.com/read/388422/8610551
m chap7_1f.m
clear all;
close all;
Jp=0.0030;bp=0.067;
Jn=0.0033;bn=0.0673;
Gp=tf([1],[Jp,bp,0]); %Practical plant
Gn=tf([1],[Jn,bn,0]); %Nominal plant
tol=0.001;
Q=tf([3*tol,1],[tol^3,3*tol^2,3*tol,1])