代码搜索结果
找到约 521,473 项符合
Control System 的代码
one computer through rs232 serial port control units 255 units of the single-chip stepper motor control system.txt
///////////VB程序///////////
Const READIIC As Byte = &H1
Const WRITEIIC As Byte = &H2
Const RESETIIC As Byte = &H0
Option Explicit
Dim buff(0 To 32) As Byte '缓冲区
Dim filebuff(0 T
main.c
///////////////////////////////////////////////////////////////////////////////
//文件描述 main.c
//描述: 7 blockers control system of test
//////////////////////////////////////////////////////////////
readme.m
% README file for MULTIVARIABLE FREQUENCY DOMAIN TOOLBOX Version 2.4.
%
% 10 Jul 93
%
% The MULTIVARIABLE FREQUENCY DOMAIN TOOLBOX requires MATLAB 4.0 and
% the CONTROL SYSTEM TOOLBOX.
%
% ----
双系统共用虚拟内存.txt
双系统共用虚拟内存
虚拟内存的设置,不能不涉及到页面文件。所谓页面文件,它的功能是将一部分硬盘空间设置为虚拟内存,从而扩大了可用“内存”空间,以此来满足程序的运行要求。Win9x通常是利用安装目录中的Win386.swp这个交换文件来实现虚拟内存的创建,WinNT则是利用Pagefile.sys来实现这一功能的。既然它们都是功能一样的文件,为了方便和节约空间让其共享是可行的。
...
actuator_init.m
function actuator_init
% Distributed control system: actuator node
%
% Receives messages from the controller and actuates
% the plant.
% Initialize TrueTime kernel
ttInitKernel(1, 1, 'prioFP'); % n
controller_init.m
function controller_init
% Distributed control system: controller node
%
% Receives messages from the sensor node, computes control signal
% and sends it back to the actuator node.
% Initialize True
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,