代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/319934/13439217
obj clock.obj
www.eeworm.com/read/319821/13441543
java clock.java
import java.util.*;
class Clock{
GregorianCalendar time;
int hour,minute,second;
Clock(){
time=new GregorianCalendar();
hour=time.get(Calendar.HOUR);
minute=time.get(Calendar.MINU
www.eeworm.com/read/319821/13441548
class clock.class
www.eeworm.com/read/319753/13444688
bmp clock.bmp
www.eeworm.com/read/319753/13445005
bmp clock.bmp
www.eeworm.com/read/318986/13464795
v clock.v
module clock(clk,clk_1k,mode,change,turn,alert,hour,min,sec,
LD_alert,LD_hour,LD_min);
input clk,clk_1k,mode,change,turn;
output alert,LD_alert,LD_hour,LD_min;
output[7:0] hour,min,sec;
reg[7:0]
www.eeworm.com/read/318797/13471846
vwf clock.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
www.eeworm.com/read/318797/13471848
bsf clock.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
www.eeworm.com/read/318797/13471853
vhd clock.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity clock is
port(clk:in std_logic;
clr:in std_logic;
en:in std_logic;
mode:in std_logic;
www.eeworm.com/read/318446/13478642
asm clock.asm
extrn music:far,gensound:far
;******************************************************
;* 堆栈段
.286;******************************************************
STACK_SEG SEGMENT STACK
STACK_BU