代码搜索:Linux启动
找到约 10,000 项符合「Linux启动」的源代码
代码结果 10,000
www.eeworm.com/read/26219/955761
c iic启动.c
//***启动子程序IIC_Start( )*******
void IIC_Start(void)
{
SDA=1; //时钟线拉高,为由高到低跳变做准备
SCL=1; //数据线拉高
_nop_(); //数据线保持高
_nop_();
_nop_();
SDA=0;
www.eeworm.com/read/40626/1140679
swf 顺序启动.swf
www.eeworm.com/read/294747/8208716
bmp 启动界面.bmp
www.eeworm.com/read/293625/8281709
hex 启动程序.hex
www.eeworm.com/read/293625/8281711
asm 启动程序.asm
ORG 00H
MOV SP,#60H
START: JB P3.0,$
JB P3.1,REV
ANL P1,#11110000B
FOR: CLR P1.3
SETB P1.0
SETB P1.1
ACALL SPEED
CLR P1.0
SETB P1.1
SETB P1.2
ACALL SPEED
CLR P1.1
SETB P1.2
www.eeworm.com/read/174294/9598361
e 启动界面.e
www.eeworm.com/read/334576/12585532