代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/259039/11825936
lis display.lis
.module display.c
.area text(rom, con, rel)
0000 .dbfile F:\programme\nrf2401\display.c
0000 .dbfunc e display4
www.eeworm.com/read/259039/11825938
c display.c
//************************************************************//
//本模块用于显示程序运行过程中需要显示的一些数据,可按需要改动
//注意:将要显示的数据设为外部变量
//周金广做
//**********************************************************//
#include
www.eeworm.com/read/259039/11825969
s display.s
.module display.c
.area text(rom, con, rel)
.dbfile F:\programme\nrf2401\display.c
.dbfunc e display4 _display4 fV
.area func_lit(rom, con, rel)
L14:
.word `L5
.word `L5
.word `L5
.w
www.eeworm.com/read/155956/11836863
bak display.bak
DISPLAY:
MOV BYTE_TEMP,#0FFH
MOV R6,BYTE_LOW
MOV R7,BYTE_HIGH
CJNE R7,#0,PROCESS_HIGH ;
www.eeworm.com/read/155956/11836876
a51 display.a51
DISPLAY:
MOV BYTE_TEMP,#0FFH
MOV R6,BYTE_LOW
MOV R7,BYTE_HIGH
CJNE R7,#0,PROCESS_HIGH ;
www.eeworm.com/read/345059/11841805
c 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
www.eeworm.com/read/258806/11841977
c display.c
//#################################################
// 2006年11月
// Ver 1.0
// GCA-150A
// 完成人:黄光林
//modify: 2006-11
//####
www.eeworm.com/read/258806/11842012
h display.h
void Show_Process(void);
void Updata_key(US Key);
void Screen_Logo(void);
void State_Time_Show(void);
void ReadTime(void);//用10进制格式
//void WriteTime(struct Time_buf *pt);
void delayfor(l
www.eeworm.com/read/258806/11842027