题目内容

将下面的程序补充完整:#include//定义了单片机中多数的特殊功能寄存器,包括P1____________________________;void main(){while(1){ P1 = 0xFF;//P1为单片机中特殊功能寄存器,并行I/O端口delay(1200);P1 = 0x00;delay(1200);}}//函数名:delay//函数功能:实现软件延时//形式参数:整型变量i,控制循环次数//返回值:无void delay(unsigned int i){unsigned int k;for(k = 0;k < i;k ++);}

A. unsigned int P1;
B. void delay(unsigned int i);
C. unsigned int i;
D. delay(1200);

查看答案
更多问题

According to Edward Hall,there are four types of distance in America. 0-45 centimeters is regarded as .

A. intimate distance
B. personal distance

“Cross your fingers” gesture means in North America and Europe.

A. good luck
B. rude
C. respect

The V gesture represents “up yours’’ in .

A. UK.
B. Australia
C. Iran

The “finger to thumb” gesture is understood as “ ‘ you’ are useless” in .

A. Brazil
B. French
C. Turkey

答案查题题库