皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
单片机的P34、P35、 P36 、P37 口分别接LED1、LED2、LED3、LED4,输出低电平点亮LED灯, P20口接按键K1,按键按下时单片机输入低电平,程序如下: #include sbit key = P2^0; unsigned char a ; unsigned char count = 16; void delay(int i) { while(i) i--; } void main() { while(1) { if( key==0 ) { delay(10);// 通过抗干扰 if( key==0) { count--; while(!key); if( count<0) count = 15; a = count; a = ~a; a = a<<4; P3 = a; } } } }
A.
减1计数器,按键按一次减一,减至0后重新从15开始减1计数;
B.
减1计数器,定时时间减1,减至0后重新从15开始减1计数;
C.
a = a<<4; 执行结果a左移4位,低4位补0;
D.
a = a<<4; 执行结果a左移4位,低4位补1 。
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】The 3rd, 6th, 9th maxima are missing in a grating experiment, and the grating constant d=7200nm. What is the minimum possible value of slit width a?a = ________nm
【简答题】已知三角形三边的长均为整数,其中某两条边长之差为5,若此三角形周长为奇数,则第三边长的最小值为多少?
【简答题】“The maximum possible value for the PHF is ( ),which occurs when the volume in each interval is constant. The minimum value occurs when the entire hourly volume occurs in a single 15-minute interval. ...
【单选题】设 是边长为 的正 的边及其内部的点构成的集合,点 是 的中心,若集合 ,若点 ,则 的最大值为(    )
A.
B.
C.
【判断题】The minimum balance should indicate the worst possible financial position that the business has suffered in recent times.
A.
正确
B.
错误
【简答题】如图,矩形 中边长 , 为 的中点,若 为正方形内(含边界)任意一点,则 的最大值为 ;
【判断题】甲市甲企业委托乙市乙企业加工一批应税消费品,该批消费品应缴纳的消费税税款应由乙企业向乙市税务机关解缴。( )
A.
正确
B.
错误
【单选题】在 中,角 所对边长分别为 ,若 ,则 的最小值为(    )
A.
B.
C.
【单选题】田野调查不适用的领域是()。
A.
历史学
B.
人类学
C.
地理学
D.
以上都不正确
【单选题】在 中,角 所对边的长分别为 ,若 ,则 的最小值为(   )
A.
B.
C.
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题