代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock-1620.lst
C51 COMPILER V6.12 CLOCK_1620 11/25/2008 15:53:04 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE CLOCK_1620
OBJECT MODULE PLACED
clock-1620.hex
:1002AC002A2A2A464D31363032412D2D332A2A2A1C
:1002BC00000F090F090F090B111F1111111F11113B
:1002CC001F30313233343536373839003131203242
:0D02DC003520202030303A30303A303000EC
:10033300020E0000020800000
clock-1620.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
clock-1620.c
#include"reg51.h"
#define uchar unsigned char
#define uint unsigned int
sbit rs=P3^0;
sbit rw=P3^1;
sbit e=P3^2;
sbit ds=P1;
sbit button=P2^0;
sbit bf=P1^7;
uint ms=0;
uint second=0;
clock-1620.lnp
"clock-1620.obj"
TO "clock-1620"
clock.map.rpt
Analysis & Synthesis report for clock
Wed Oct 29 17:46:49 2008
Version 5.1 Build 176 10/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal N
clock_top.vhd
library ieee;
use ieee.std_logic_1164.all;
entity clock_top is
port ( clk,reset,setmin,sethour,clkdsp:in std_logic;
speaker: out std_logic;
lamp: out std_logic_vector(2 downto 0);
sel: out