代码搜索结果

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

connectionmanager.java

/* wiseremote - a client/server remote control system for wireless devices Copyright (C) 2005 Martin Profittlich This program is free software; you can redistribute it and/or modify it under the term

cachectl.h

/* * cachectl.h -- defines for MIPS cache control system calls * * Copyright (C) 1994, 1995, 1996 by Ralf Baechle */ #ifndef __ASM_MIPS_CACHECTL #define __ASM_MIPS_CACHECTL /* * Options for cach

goals.texi

@node Goals @chapter Goals The goal of the Subversion project is to write a version control system that takes over CVS's current and future user base @footnote{If you're not familiar with CVS or

actuator_init.cpp

// Distributed control system: actuator node // // Receives messages from the controller and actuates // the plant. #define S_FUNCTION_NAME actuator_init #include "ttkernel.cpp" // code function d

controller_init.cpp

// Distributed control system: controller node // // Receives messages from the sensor node, computes control signal // and sends it to the actuator node. Also contains a high-priority // disturbing t

sensor_init.cpp

// Distributed control system: sensor node // // Samples the plant periodically and sends the samples to the // controller node. #define S_FUNCTION_NAME sensor_init #include "ttkernel.cpp" // code

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

controller_init.m

function controller_init(arg) % Distributed control system: controller node % % Receives messages from the sensor node, computes control signal % and sends it to the actuator node. Also contains a hi

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