自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 收藏
  • 关注

原创 二分查找(Binary Search)

二分查找

2023-04-15 00:07:56 982

原创 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 117

原创 0020. Valid Parentheses (leetcode in python day6)

0020. Valid Parentheses

2023-04-12 22:28:43 89

原创 0026. Remove Duplicates from Sorted Array (leetcode in python day6)

0026.Remove Duplicates from Sorted Array

2023-04-11 23:23:30 86

原创 0022.Generate Parentheses (leetcode with python day5)

0022.Generate Parentheses

2023-04-10 14:20:32 38

原创 leetcode day4 0013. Roman to Integer

leetcode 0013. Roman to Integer

2023-04-10 01:17:05 37

原创 leetcode day2 0002 Add Two Numbers

leetcode with python day2--- 0002 Add Two Numbers

2023-04-08 17:10:31 62 1

原创 02基于freertos实现串口通讯

基于freertos实现串口通讯

2022-05-05 11:11:51 4396

原创 01 使用freertos点亮第一个led灯

freertos学习纪录

2022-05-04 10:46:32 1246

原创 中断标志位不清除会怎么样?

中断标志位不清除会怎么样?中断标志位不清除, 结果是完成中断处理程序后, 它就继续再进中断, 根本不会回到主程序。代码如下(示例):void EXTI2_IRQHandler(void){ delay_ms(10); //消抖 if(KEY2==0) { LED0=!LED0; } //EXTI_ClearITPendingBit(EXTI_Line2);//清除LINE2上的中断标志位 这里的清除中断标志位的一行代码被我注释掉了,所以并没有清除中断标志

2021-04-17 16:36:38 7509 2

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除