代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.java
// Clock.java: Show a running clock on the panel
import java.util.*;
public class Clock extends StillClock implements Runnable
{
// Declare a thread for running the clock
private Thread thr
clock.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity clock is
Port ( clk :in std_logic;
clk_1us,clk_5ms,clk_500ms,clk_1s :ou
clock.asm
; File : $CLOCK.ASM$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;--------------------------------------------
clock.v
/* 请教verilog问题? --------- 发表时间 2002-7-28-19:07:58 - 来自 61.48.8.143 - 佚名的人
module Clock(reset_l, clkout, lclk, dclk, a, cs_en, cs_l) ; */
// add your declarations here
input reset_l;
input