代码搜索:Clock

找到约 10,000 项符合「Clock」的源代码

代码结果 10,000
www.eeworm.com/read/269136/11108419

java clock.java

/************************************************** *文件名: Clock.java *功能: 该类显示中央画面中的时钟 ***************************************************/ import java.util.*; import java.awt.*; import javax.
www.eeworm.com/read/269026/11110971

v clock.v

// module Clock(clk57,clk19,clk31); input clk57; output clk19,clk31; pll p31_57(0,clk57,clk31); divide3 divideb(clk57, 1, clk19); endmodule
www.eeworm.com/read/269026/11110976

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/414445/11111941

bmp clock.bmp

www.eeworm.com/read/268889/11115954

exe clock.exe

www.eeworm.com/read/268889/11115956

cpp clock.cpp

#include #include #include #include #include #include #define PI 3.14159 int main(void) { int X=300,Y=250,R=100,RR=130; int X
www.eeworm.com/read/268889/11115959

obj clock.obj

www.eeworm.com/read/268799/11120923

dit clock.dit

// this is a clock class class CClock { in Tick:1 out Ph0 out Ph1 out Ph2 script function OnTick() { Ph0.Set(count); Ph1.Set(count); Ph2.Set(count); count++; }
www.eeworm.com/read/268799/11120997

dit clock.dit

// this is a clock class class CClock { in Tick:1 out Ph0 out Ph1 out Ph2 script function OnTick() { Ph0.Set(count); Ph1.Set(count); Ph2.Set(count); count++; }
www.eeworm.com/read/414105/11130541

asm clock.asm

extrn music:far,gensound:far ;****************************************************** ;* 堆栈段 .286;****************************************************** STACK_SEG SEGMENT STACK STACK_BU