代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.m51
BL51 BANKED LINKER/LOCATER V5.01 04/15/2007 20:02:48 PAGE 1
BL51 BANKED LINKER/LOCATER V5.01, INVOKED BY:
D:\TOOL\KEIL\C51\BIN\BL51.EXE 学
clock.uv2
### 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 // Targe
clock_adjust.c
/*硬件连接:段选码P0.0~P0.7(a,b,c,d,e,f,g,h,dp),位选码P2.0~P2.5(高到低)
K1--P3.5;K2--P3.4;K3--P3.3;K4--P3.2*/
#include "reg52.h"
#include "intrins.h"
#define uchar unsigned char
#define uint unsigned int
my_clock.c
#define uchar unsigned char //宏定义字符型变量(无符号字符类型)
#define uint unsigned int //宏定义整型变量
#include "reg52.h" //定义89E58RD特殊功能寄存器
#include "intrins.h" //调用