程序如下#include<reg52.h>sbit p1_1=P1^1;unsigned int a;void main(){while(1){a=50000;p1_1=0;while(a--);a=50000;p1_1=1;while(a--);}}請(qǐng)高手詳細(xì)解惑,謝謝
- 2 回答
- 0 關(guān)注
- 338 瀏覽
添加回答
舉報(bào)
0/150
提交
取消