代码搜索:时钟显示
找到约 10,000 项符合「时钟显示」的源代码
代码结果 10,000
www.eeworm.com/read/162008/10346900
txt 时钟控制.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity aa is
port(clk,reset:in std_logic;
load,sel:out std_logic);
end aa;
architecture B of aa is
begin
proce
www.eeworm.com/read/351009/10688655
c led时钟.c
#include
#include "ds1302.h" //包含DS1302头文件
#define leddata P0 //定义LED数据口
#define sec 0x80 //1302秒寄存器地址
#define min 0x82 //1302分寄存器地址
#define hou 0x84 //1302时寄存器地址
#define re
www.eeworm.com/read/351009/10688658
obj led时钟.obj
www.eeworm.com/read/421216/10750382
asm 液晶+时钟.asm
;经测试通过
;系统:增强型学习板
;功能:读写1302,1602显示时钟
;DS1302引脚定义
SCLK BIT P1.5 ;时钟控制总线
IO_DATA BIT P1.6 ;数据传送总线
RST BIT P1.7 ;复位总线
;DS1302地址空间定义
Bitcnt DATA 30H ;数据位计数器
Bytecnt DATA 31H ;数据字节
www.eeworm.com/read/349675/10804846
c lcd时钟.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define BOOL bit
sbit remoteout=P3^2;
sbit rs = P1^0;
sbit rw = P1^1;
sbit ep = P1^2;
uchar tem
www.eeworm.com/read/349675/10804850
opt lcd时钟.opt
### 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 {
www.eeworm.com/read/349675/10804853
lst lcd时钟.lst
C51 COMPILER V8.02 LCD时钟 08/19/2008 21:00:06 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LCD时钟
OBJECT MODULE PLACED IN lcd
www.eeworm.com/read/349675/10804854