代码搜索结果

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

interference_init.cpp

// Distributed control system: interference node // // Generates disturbing network traffic. #define S_FUNCTION_NAME interference_init #include "ttkernel.cpp" // code function double sender_code(in

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

ch18_01.htm

The Source Code Control System (UNIX in a Nutshell: System V Edition)

ch19_01.htm

The Revision Control System (UNIX in a Nutshell: System V Edition)

park.h

/* ================================================================================= File name: PARK.H (IQ version) Originator: Digital Control System

park.h

/* ================================================================================= File name: PARK.H (IQ version) Originator: Digital Control System

heat_op.cpp

// Operator Interface for heater control system // File: heat_op.cpp // Created 10/18/95, DM Auslander // Modified 10/14/97, DM Auslander, add interface to Bridgeview (DDE) #include

heat_op.cpp

// Operator Interface for heater control system // File: heat_op.cpp // Created 10/18/95, DM Auslander #include #include #include "tasks.hpp" static int StopFlag=0; //