- 博客(12)
- 资源 (1)
- 收藏
- 关注
原创 keil5报Flash Timeout.Reset the Target and try it again.但是没有读保护。
今天拿到个新板子下载程序keil5报Flash Timeout.Reset the Target and try it again。我看网上都是说什么读保护。但是我这个是空白芯片而且STM32 ST-LINK Utility可以connect。如果出现和我一样的情况建议检查检查电路。
2024-02-27 15:50:13
1150
原创 C语言 leetcode 热题100 2.两数相加
大概思路:遍历链表,两两相加并加上进位数,产生新的进位数用以下一次相加,直到其中一个链表到尾。然后继续遍历没到尾的链表。
2023-10-17 14:34:27
117
原创 蓝桥杯第七届国赛:电压、频率采集设备
main.c#include <stc15f2k60s2.h>#include "ds1302.h"#include "iic.h"#define uchar unsigned char#define uint unsigned int uchar code t_display[]={ //????// 0 1 2 3 4 5 6 7 8 9 A B C
2021-07-20 18:18:30
418
原创 第六届蓝桥杯国赛——智能物料传送系统
功能基本完全main.c:#include <STC15F2K60S2.H>#include "iic.h"#include "distance.h"#define uchar unsigned char#define uint unsigned intuchar code t_display[]={ //标准字库// 0 1 2 3 4 5 6 7 8 9 A
2021-07-19 22:25:15
202
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人