摘要: 微软垃圾 阅读全文
posted @ 2022-05-01 23:05 心泪珏 阅读(49) 评论(0) 推荐(0)
摘要: 树莓派 GPIO详细介绍与使用 树莓派 介绍 Raspberry Pi(中文名为“树莓派”,简写为RPi,(或者RasPi / RPI) [1] 是为学习计算机编程教育而设计),只有信用卡大小的微型电脑,其系统基于Linux。 GPIO 树莓派总共40个引脚 40根引脚有不同的编号规则来定义,虽然不同的规则叫的名字不一样,但实际的 阅读全文
posted @ 2022-02-26 16:03 心泪珏 阅读(6549) 评论(2) 推荐(1)
摘要: 高中的绘画 高中时期随手画的画~ 阅读全文
posted @ 2022-02-26 15:43 心泪珏 阅读(73) 评论(0) 推荐(0)
摘要: #include <iostream> #include <algorithm> #include <cmath> using namespace std; const int N = 1e5 + 10; struct lulu { int time1 = 0; int time2 = 0; int 阅读全文
posted @ 2022-02-17 20:24 心泪珏 阅读(56) 评论(0) 推荐(0)