代码搜索结果

找到约 521,473 项符合 Control System 的代码

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',...

双系统共用虚拟内存.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(0, 1, 'prioFP'); % n

sensor_init.m

function sensor_init % Distributed control system: sensor node % % Samples the plant periodically and sends the samples to the % controller node. % Initialize TrueTime kernel ttInitKernel(1, 0, 'pr

interference_init.m

function interference_init % Distributed control system: interference node % % Generates disturbing network traffic. % Initialize TrueTime kernel ttInitKernel(0, 0, 'prioFP'); % nbrOfInputs, nbrOfOu

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

fuzzy.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Fuzzy Control System for a Tanker Ship %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % By: Kevin Passino % Ve

elan-104nc.c

/* elan-104nc.c -- MTD map driver for Arcom Control Systems ELAN-104NC Copyright (C) 2000 Arcom Control System Ltd This program is free software; you can redistribute it and/or modify it

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 soft