代码搜索结果
找到约 10,000 项符合
Display 的代码
display.h
//---------------------------------------------------------------------------
#ifndef displayH
#define displayH
//---------------------------------------------------------------------------
#inc
display.c
#include "2407bit.h"
#include "2407e.h"
void DispInit(void)
{
(*MCRB)&=~(1
display.h
void DispInit(void);
void Display(unsigned int content);
display.asp
Displaying Votes
display._c
#include
//***************************************************
//显示子程序,用于显示一个数字,小数点在最高位。
//传递一个0-9的数字
//DisPort——显示的端口。DisPortD——端口方向。
//DisTab[10]——显示码(const unsigned char)
//74ls4
display.s
.module Display.c
.area lit(rom, con, rel)
_DisTab::
.byte 63,6
.byte 91,'O
.byte 'f,'m
.byte 125,7
.byte 127,'o
.byte 'y,64
.byte 0
.dbfile F:\应用\拷贝应用\icc-avr-lcd\Display.c
.dbs
display.c
#include
//***************************************************
//显示子程序,用于显示一个数字,小数点在最高位。
//传递一个0-9的数字
//DisPort——显示的端口。DisPortD——端口方向。
//DisTab[10]——显示码(const unsigned char)
//74ls4
display.lis
.module Display.c
.area lit(rom, con, rel)
0000 _DisTab::
0000 3F06 .byte 63,6
0002 5B4F .byte 91,'O
0004 6
display.o
XL
H 3 areas A global symbols
M Display.c
S push_gset1 Ref0000
S push_gset3 Ref0000
S asgncblk Ref0000
S lsr8 Ref0000
S pop_gset1 Ref0000
S pop_gset3 Ref0000
A text size AC flags 0
dbfile F: