代码搜索:51单片机
找到约 10,000 项符合「51单片机」的源代码
代码结果 10,000
www.eeworm.com/read/17194/721840
51
### 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/17194/721841
51
C51 COMPILER V8.18 DA1302 12/15/2009 15:11:35 PAGE 1
C51 COMPILER V8.18, COMPILATION OF MODULE DA1302
OBJECT MODULE PLACED IN
www.eeworm.com/read/17194/721842
51
### 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/17194/721843
51
#include
#include
//定义共阳极字型码0123456789-
unsigned char code dispcode[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0xbf};
unsigned char time[]={0,0,0,0,0,0,0,0};//用来储存
www.eeworm.com/read/17194/721844
51
www.eeworm.com/read/17194/721845
51
www.eeworm.com/read/17194/721846
51
礦ision3 Build Log
Project:
E:\开发板\9-DS1302\DS1302数码管显示 时间日期可调\DS1302KT.uv2
Project File Date: 12/15/2009
Output:
Build target 'Target 1'
comp
www.eeworm.com/read/17194/721847
51
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Tar
www.eeworm.com/read/17194/721848
51
#ifndef _REAL_TIMER_DS1302_2003_7_21_
#define _REAL_TIMER_DS1302_2003_7_21_
#include
sbit DS1302_CLK = P0^0; //实时时钟时钟线引脚
sbit DS1302_IO = P0^1; //实时时钟数据
www.eeworm.com/read/17194/721849
51
K5按键 按一下,时钟开始正常显示时间,再按一下,显示日期
K6按键为调整键
K7按键 按一下,开始显示日期,再按一下进入 日期跟时钟的 调节模式