代码搜索结果

找到约 10,000 项符合 Control System 的代码

control.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; use IEEE.std_logic_unsigned.all; entity control is port (CLK: in STD_LOGIC; RESET: in STD_LOGIC; START: i

control.h

#ifndef CONTROL_H #define CONTROL_H /* ** PHILIPS ARM 2005 DESIGN CONTEST ** ENTRY AR1757 ** FLASH CARD AUDIO PLAYER FOR HEAD END UNIT **

control.edf

(edif Design_Control_Sch (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0) ) (status (written (timeStamp 2007 1 28 12 17 31) (program "Design Explo

control.net

ACCEL_ASCII "Free Documents" (asciiHeader (asciiVersion 3 0) (fileUnits Mil) ) (netlist "Netlist_1" (globalAttrs (attr "CurrentDate" "2007-1-28" (textStyleRef "(Default)")) (attr

control.h

#ifndef CONTROL_H #define CONTROL_H /* This is VRPSD's control class. All metaheuristics implementations should use it for their command line options and output. */ #include #

control.cpp

#include "Control.h" Control::Control( void ) { } Control::Control( int argc, char** argv ) { // parse the command line options to set all vars if( ( argc % 2 == 0 ) || ( argc == 1 ) )

control.h

#ifndef CONTROL_H #define CONTROL_H /* This is VRPSD's control class. All metaheuristics implementations should use it for their command line options and output. */ #include #