代码搜索结果

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

control.vhd

library ieee; use ieee.std_logic_1164.all; entity control is port(sysreset :in std_logic; reset0 :in std_logic; on_off0 :in std_logic; clk0 :in std_logic; enable :out std_logic );

control.rpt

Project Information d:\work\max+plus_work\stopwatch\control.rpt MAX+plus II Compiler Report File Version 9.23 3/19/99 Compiled: 02/20/2009 22:25:32 Copyright (C) 1988-1999 Alter

control.hex

:020000040000FA :2B000000FFFF62FF2500FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76 :2B002B00601886611886611886611886611886611886010000000018866118866118866118866118866

control.hif

HIF003 -- -- Copyright (C) 1988-1999 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, an

control.pin

-- Copyright (C) 1988-1999 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any other

control.java

package com.javapatterns.command.television; public class Control { /** * @directed */ private Command onCommand, offCommand, changeChannel; public Control(Command o