代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.m51
BL51 BANKED LINKER/LOCATER V5.03 12/25/2007 21:28:05 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE clock.
clock_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
clock.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Targ
clock1.hex
:020000002100DD
:10010000758920758780758BFA758DFAD28E7598F2
:1001100050D299539FF7439F10E59130E3FB539FD3
:100120003F758600901000E493A3C2997908D9FE28
:0A01300085E0993099FD70EF80FE24
:101000000D0A0D
clock3.c
/*
CLOCK CONTROLLER V2.0
89C2051 + 4-digit 7-SEG led + 2-key switch
Simple Digital Clock demostrates scanning LED and key switch.
The clock has 1-bit output port P3.7 for driving AC lo
muti_clock.vhd
--------------------------------------------
--library和package程序包声明
--------------------------------------------
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee
.clock.o.cmd
cmd_arch/arm/mach-davinci/clock.o := arm_v5t_le-gcc -Wp,-MD,arch/arm/mach-davinci/.clock.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict
alarm_clock.c
#include "reg51.h"
#include "typedef.h"
#include "lcd.h"
#include "alarm_clock.h"
#include "key.h"
uchar freq_count;
void alarm_clock()
{
if((alarm_flag==true)&(clk_hour==hour)&(clk_min==
alarm_clock.h
void alarm_clock(void);