代码搜索:Clock

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

代码结果 10,000
www.eeworm.com/read/413136/11165504

obj clock.obj

www.eeworm.com/read/267197/11190536

h clock.h

//********************************************* //MCU:AT89C2051 ,晶振频率:6 MHz //用到定时器:T0,T1 //T1:供串口通讯使用 //T0:定时器产生mS延时 //制作人:平顶山工学院计算机系,郭猛 //********************************************** u
www.eeworm.com/read/267111/11194059

ico clock.ico

www.eeworm.com/read/267063/11195892

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/267063/11196451

v clock.v

module clock(clk10ms,key1,key2,key3,key4,disp,spk); input clk10ms,key1,key2,key3,key4; output [15:0] disp; output spk; reg [15:0] disp; reg clk1s,clk1m,clk1h,clk1d,set=1,run=0,num=0,alm_s
www.eeworm.com/read/267025/11196843

java clock.java

/** 实验十 时钟 在掌握Java图形绘制的基础上,熟悉填充颜色 @author YangXiaoyan CS0501 */ import javax.swing.*; import java.awt.*; import java.awt.geom.*; public class Clock { public static void main(Strin
www.eeworm.com/read/412322/11204768

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/412322/11204824

vhd clock.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity clock is port(clk,over,reset : in std_logic; mclk,sclk,start : out std_logic; data : out std_logic_ve