代码搜索结果

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

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]

clock.c

/* As usual, we start out with the included files. We'll need functions from the time and math libraries for determining the coordinates of the clock hands. */ #include #include #

clock.c

#include #include "ds1302.h" #include "lcd1602.h" #include "serio.h" #include "display.h" uchar code string1[]=" - - week";//第一行,lcd 显示年月日,星期 uchar code string2[]=" : : ";//第二

clock.lst

C51 COMPILER V8.02 CLOCK 10/31/2008 10:53:39 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE CLOCK OBJECT MODULE PLACED IN c

clock.v

module clock(hour_led_1, //outputs hour_led_2, minute_led_1, minute_led_2, pm_am_led, alarm_out, clk, //input