代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/486157/6544666
o display_string.o
www.eeworm.com/read/486157/6544668
o display_variable.o
www.eeworm.com/read/486157/6544672
o display_char.o
www.eeworm.com/read/350374/6567496
dp2 display.dp2
display.o: D:/icc/include/stdio.h D:/icc/include/stdarg.h D:/icc/include/_const.h D:/icc/include/iom8v.h D:/icc/include/macros.h
www.eeworm.com/read/484483/6577556
mcp ad_display.mcp
www.eeworm.com/read/483683/6600458
_h sounds_and_display._h
void bell(uchar fff)
{
switch (fff)
{
case 0:DDR_PA3=1;_PA3=0;break;
case 1:DDR_PA3=1;_PA3=1;break;
default:break;
}
}
www.eeworm.com/read/483683/6600464
h sounds_and_display.h
void bell(uchar fff)
{
switch (fff)
{
case 0:DDR_PA3=1;_PA3=0;break;
case 1:DDR_PA3=1;_PA3=1;break;
default:break;
}
}
www.eeworm.com/read/483370/6605470
h lcd_display.h
#define uchar unsigned char
#define uint unsigned int
#define DA_LCDPORT P0 //LCD
sbit busy=P0^7;
sbit RS=P1^5;
sbit RW=P1^6;
sbit E=P1^7;
void Delay(uchar t, uchar i)
{ for(;t>0;t--)