代码搜索结果

找到约 10,000 项符合 Display 的代码

display.lst

C51 COMPILER V8.02 DISPLAY 05/27/2008 11:54:25 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE DISPLAY OBJECT MODULE PLACED IN

display.c

#include "ds1302.h" #include "lcd1602.h" #include ShowTime(struct time *p) { Write_Instruction(0x80); Write_Data(0x32);//lcd 上显示年 Write_Data(0x30); Write_Data(((p->year&0xf0)>>4)+0x3

display.h

#ifndef __DISPLAY_H__ #define __DISPLAY_H__ #include "reg52.h" #include "DS1302.h" #define uchar unsigned char void ShowTime(struct time *p); #endif

display.c

/*++ Copyright (c) 1997-1998 Microsoft Corporation Module Name: DISPLAY.C Abstract: This source file contains the routines which update the edit control to display information about th