题目内容

uint32_t count=0;while(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_2)==0){count++;if(count>40)break;HAL_Delay(25);}if(count>1 && count<40){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0,0);}else if(count>=40){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_1,0);}while(count>0 && HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_2)==0);if(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_3)==0){HAL_Delay(25);if(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_3)==0){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0|GPIO_PIN_1,1);}}上述程序中while(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_2)==0){count++;if(count>40)break;HAL_Delay(25);}是为了实现()

A. 长按自动跳出
B. 短按键
C. 长按事件
D. 阻塞

查看答案
更多问题

uint32_t count=0;while(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_2)==0){count++;if(count>40)break;HAL_Delay(25);}if(count>1 && count<40){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0,0);}else if(count>=40){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_1,0);}while(count>0 && HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_2)==0);if(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_3)==0){HAL_Delay(25);if(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_3)==0){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0|GPIO_PIN_1,1);}}上述程序中if(count>1 && count<40){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0,0);}是为了实现()

A. 长按键
B. 短按键
C. 阻塞
D. 长按事件

uint32_t count=0;while(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_2)==0){count++;if(count>40)break;HAL_Delay(25);}if(count>1 && count<40){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0,0);}else if(count>=40){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_1,0);}while(count>0 && HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_2)==0);if(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_3)==0){HAL_Delay(25);if(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_3)==0){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0|GPIO_PIN_1,1);}}上述程序中else if(count>=40){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_1,0);}是为了实现()

A. 长按自动跳出
B. 短按键
C. 阻塞
D. 长按事件

uint32_t count=0;while(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_2)==0){count++;if(count>40)break;HAL_Delay(25);}if(count>1 && count<40){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0,0);}else if(count>=40){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_1,0);}while(count>0 && HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_2)==0);if(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_3)==0){HAL_Delay(25);if(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_3)==0){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0|GPIO_PIN_1,1);}}上述程序中:if(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_3)==0){HAL_GPIO_WritePin(GPIOC, GPIO_PIN_0|GPIO_PIN_1,1);}是为了实现()

A. 长按自动跳出
B. 短按事件
C. 长按事件
D. 阻塞

某企业的资本结构中,产权比率为2/3,债务税前资金成本为14%。目前市场上的无风险报酬率为8%,市场上所有股票的平均收益率为16%,公司股票的β系数为1.2,所得税税率为25%,则加权平均资金成本为( )。提示:产权比率=负债/所有者权益

A. 14.76%
B. 16%
C. 18%
D. 12%

答案查题题库