代码搜索结果

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

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

text1.c

/******************************************************** file name: temprature control system date : 2007-8-9 author : dalfer instruction:关于温度显示的简单程 序为ds18b20单总线温度传感器,dq端接这p1.7, *****

set_my_path.m

%%%%%%%%%%%%%%% set_my_path.m %%%%%%%%%%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat

done_blk.m

%%%%%%%%%%%%%%%%% done_blk.m %%%%%%%%%%%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat

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. % % ----

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

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

双系统共用虚拟内存.txt

双系统共用虚拟内存   虚拟内存的设置,不能不涉及到页面文件。所谓页面文件,它的功能是将一部分硬盘空间设置为虚拟内存,从而扩大了可用“内存”空间,以此来满足程序的运行要求。Win9x通常是利用安装目录中的Win386.swp这个交换文件来实现虚拟内存的创建,WinNT则是利用Pagefile.sys来实现这一功能的。既然它们都是功能一样的文件,为了方便和节约空间让其共享是可行的。 ...

fc_tanker.m

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