代码搜索结果
找到约 10,000 项符合
Display 的代码
display.m51
BL51 BANKED LINKER/LOCATER V5.11 08/29/2007 14:14:05 PAGE 1
BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE I2C.ob
display.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,5, 0x0
File 1,5,
display.m51
BL51 BANKED LINKER/LOCATER V5.11 08/23/2007 15:46:41 PAGE 1
BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE I2C.ob
display.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,5, 0x0
File 1,5,
testheader_display.cpp
//: .\C11:TESTHEADER_Display.cpp
//: C11:Display.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use
display_s.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
display_s.inc
#ifndef _display_
#define _display_
;DISPLAY_S.ASM 串行口显示子程序
;功能: DP-51板显示测试子程序
;说明: 显示从DBUF0指定单元开始的5个数据
;定义变量
DBUF0 DATA 40H ;显示缓冲区首址
display_s.h
#ifndef _display_
#define _display_
#include
sbit SDA=P1^0;
sbit CLK=P1^1;
unsigned char data display_bit;
unsigned char code led[20]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8
display_s.h
#ifndef _display_
#define _display_
#include
sbit SDA=P1^0;
sbit CLK=P1^1;
unsigned char code led[20]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,0x88,0x83,0xc6,0xa1,