代码搜索结果
找到约 521,473 项符合
Control System 的代码
greenhousecontrols.java
//: innerclasses/GreenhouseControls.java
// This produces a specific application of the
// control system, all in a single class. Inner
// classes allow you to encapsulate different
// functionali
vehiclegrad.m
function VehicleGrad(NormIn, NormOut, ConstantDeriv, ConstraintFlag, NegateFlag, ...
ParamFileIn, ParamFileOut, TrainFile)
% function VehicleGrad
% Optimize a fuzzy cruise control system using
view_mimo_msf.m
%View control system setting
tmp=(100+3*maxrow*25);
[f]=crfig(20,20,600,tmp,'Multi variable MSF controller','w','none','off');
uicontrol(f,...
'Style','text',...
'Position',[20 tmp-30 100 20]
view_cascade.m
%View control system setting
NMENU=zeros(1,30);
if length(Epsilon{1,1})==1
Epsilon{1,1}(2)=Epsilon{1,1}(1);
end
[f]=crfig(20,20,600,420,'System ','w','none','off');
uicontrol(f,...
'
view_system.m
%View control system setting
if not_save_yet
temp=[datadir,NAMEFILE,'*]'];
else
temp=[datadir,NAMEFILE,']'];
end
[f]=crfig(20,20,600,400,['SISO System information - [',temp],'w','none','of
view_mimo.m
%View control system setting
if degree_freedom==1
tmp=(350+4*maxrow*25);
else
tmp=(380+5*maxrow*25);
end
if not_save_yet
temp=[datadir,NAMEFILE,'*]'];
else
temp=[datadir,NAMEFILE,
view_mimo_qd.m
%View control system setting
tmp=(100+maxrow*25);
[f]=crfig(20,20,600,tmp,'Multi Variable Feedback Controller, qd(s)','w','none','off');
tmp(2)=tmp(1)-60;
uicontrol(f,...
'Style','text',...
sbc_gxx.c
/* sbc_gxx.c -- MTD map driver for Arcom Control Systems SBC-MediaGX,
SBC-GXm and SBC-GX1 series boards.
Copyright (C) 2001 Arcom Control System Ltd
This program is free softwa
greenhousecontrols.java
//: c08:GreenhouseControls.java
// This produces a specific application of the
// control system, all in a single class. Inner
// classes allow you to encapsulate different
// functionality for ea
ga_ex672.m
% GA_ex672.m file
% [Kp Ki Kd] values for a PID control system
% PenChen Chou, Aug. 17, 2001
%**********************************************************/
% User can modify the following