代码搜索结果

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

checkout.c

/* checkout.c The Revision Control System Dwayne Phillips November1991 */ #include "rcs.h" main(argc, argv) int argc; char *argv[]; { char output_name[80],

pmrcs.c

/* The Poor Man's Revision Control System Project Dwayne Phillips 31 August 1991 This file contains functions that are used by several of the RCS programs. They ar

checkin.c

/* checkin.c The Revision Control System Dwayne Phillips November 1991 */ #include "rcs.h" main(argc, argv) int argc; char *argv[]; { char rcs_name[80], sou

revup.c

/* revup.c The Revision Control System Dwayne Phillips 1991 */ #include "rcs.h" main(argc, argv) int argc; char *argv[]; { char rcs_name[80], source_name[80

prunerev.c

/* prunerev.c The Revision Control System Dwayne Phillips November 1991 */ #include "rcs.h" main(argc, argv) int argc; char *argv[]; { char rcs_name[80], sour

rcsutil.c

/* rcsutil.c The Revision Control System Dwayne Phillips November 1991 This file contains functions that are used by several of the RCS programs. They are he

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