代码搜索结果

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

control.hif

HIF003 -- -- Copyright (C) 1988-2000 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-2000 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any other

control.c

#include #include #include /* Needed if linking in external compiler; harmless otherwise */ #include #include "control.h" static int panelHandle;

control.v

module control(std_f_sel,reset,clk,clear,cntover,cntlow); output[1:0] std_f_sel; output reset; input clk,clear,cntover,cntlow; reg[1:0] std_f_sel; reg reset; reg[5:0] present,next; parameter st

control.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_signed.all; -- do I need this in this .vhd file??? entity CONTROL is port ( Clock : in std_logic; Reset : i

control.java

package bluetoochgame; /** * Title: * Description: * Copyright: Copyright (c) 2005 * Company: * @author not attributable * @version 1.0 */ public cla

control.java

package control; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.RequestDispatcher; import javax.servlet.ServletContext; import javax.servlet.ServletException; i