- 博客(10)
- 收藏
- 关注
原创 0028. Find the Index of the First Occurrence in a string (leetcode in python day7)
0028. Find the Index of the First Occurrence in a string
2023-04-12 22:59:06 212
原创 0020. Valid Parentheses (leetcode in python day6)
0020. Valid Parentheses
2023-04-12 22:28:43 199
原创 0026. Remove Duplicates from Sorted Array (leetcode in python day6)
0026.Remove Duplicates from Sorted Array
2023-04-11 23:23:30 203
原创 0022.Generate Parentheses (leetcode with python day5)
0022.Generate Parentheses
2023-04-10 14:20:32 56
原创 leetcode day2 0002 Add Two Numbers
leetcode with python day2--- 0002 Add Two Numbers
2023-04-08 17:10:31 161 1
原创 中断标志位不清除会怎么样?
中断标志位不清除会怎么样?中断标志位不清除, 结果是完成中断处理程序后, 它就继续再进中断, 根本不会回到主程序。代码如下(示例):void EXTI2_IRQHandler(void){ delay_ms(10); //消抖 if(KEY2==0) { LED0=!LED0; } //EXTI_ClearITPendingBit(EXTI_Line2);//清除LINE2上的中断标志位 这里的清除中断标志位的一行代码被我注释掉了,所以并没有清除中断标志
2021-04-17 16:36:38 8104 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人