摘要:
十大经典排序算法——冒泡排序(1) 冒泡排序(Bubble Sort)是一种简单的排序算法,它通过重复地遍历待排序的列表,比较相邻的元素并交换它们的位置来实现排序。该算法的名称来源于较小的元素会像"气泡"一样逐渐"浮"到列表的顶端。 1. 算法步骤 比较相邻元素:从列表的第一个元素开始,比较相邻的两 阅读全文
posted @ 2026-03-29 23:39
Q&25
阅读(15)
评论(0)
推荐(0)
摘要:
STM32入门——串口收发文本数据包(14) #include "stm32f10x.h" // Device header #include "Delay.h" #include "OLED.h" #include "Serial.h" #include "LED.h" #include "str 阅读全文
posted @ 2026-03-29 15:59
Q&25
阅读(13)
评论(0)
推荐(0)
摘要:
STM32入门—— 串口收发HEX数据包(13) #include "stm32f10x.h" // Device header #include "Delay.h" #include "OLED.h" #include "Serial.h" #include "Key.h" uint8_t Key 阅读全文
posted @ 2026-03-29 14:55
Q&25
阅读(26)
评论(1)
推荐(0)
浙公网安备 33010602011771号