代码搜索结果
找到约 10,000 项符合
Display 的代码
display.c
/* ANSI display emulation
*
* This file emulates the IBM ANSI terminal display. It maintains a
* display buffer and descriptor for each virtual display, of which there
* can be many. All write
display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define
display.lnp
"display.obj"
TO "display"
display.hex
:10009700C0F9A4B0999282F880908883C6A1868E11
:0C00A70075A0FFEF90009793F5808DA0EE
:0100B300222A
:10000E00AE07E50B146014146021146024240370F1
:10001E0032EE75F06484FF7DFE8025EE75F064840B
:10002E00E5F0
display.lst
C51 COMPILER V7.08 DISPLAY 12/07/2008 10:16:50 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE DISPLAY
OBJECT MODULE PLACED IN
display.c
#include
uchar time,timeflag,dplay;
uchar tf;
unsigned char code Tab[]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,
0x80,0x90,0x88,0x83,0xC6,0xA1,0x86,0x8E};
void
display.plg
礦ision2 Build Log
Project:
H:\the car\master\display\display.uv2
Project File Date: 12/07/2008
Output:
display.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 {
display.c
#include
//#include
#include"display.h"
unsigned char KeyFlag;
unsigned char LCDLayer;
static unsigned char KeyState;
static unsigned char KeyState2;
//exte