代码搜索结果

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

control.h

#ifndef __CONTROL_H__ #define __CONTROL_H__ #include "..\ucos-ii\includes.h" /* uC/OS interface */ #include "..\inc\drv\figure.h" #include "..\inc\drv\display.h" #include "..\ucos

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.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

control.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

control.vhd

library ieee; use ieee.std_logic_1164.all; entity control is port (clk ,start:in std_logic; cnt_en,clr:out std_logic); end; architecture rtl of control is signal en:std_logic; b

control.java

package javazoom.jl.decoder; /** * Work in progress. */ public interface Control { /** * Starts playback of the media presented by this control. */ public void start(); /*