07 2024 档案

摘要:References: [因材網] 到底什麼是接地(1)避雷針、打雷、富蘭克林 [因材網] 到底什麼是接地(2)接地的功用、漏電、觸電、我們只不過是經過大地當迴路 思路 串联分流(当接地电阻足够小,那么流经人体的电流就越小,对人体的伤害就越低) 阅读全文
posted @ 2024-07-31 20:35 stitchCat 阅读(36) 评论(0) 推荐(0)
摘要:References Radio Waves 阅读全文
posted @ 2024-07-31 20:34 stitchCat 阅读(6) 评论(0) 推荐(0)
摘要:References: 2.4 GHz vs 5 GHz WiFi: What is the difference? 阅读全文
posted @ 2024-07-31 20:33 stitchCat 阅读(5) 评论(0) 推荐(0)
摘要:References: 总是记不住电位器三个引脚怎么接,把它拆开演示一下简单明了 阅读全文
posted @ 2024-07-31 17:14 stitchCat 阅读(43) 评论(0) 推荐(0)
摘要:References: 什么是热敏电阻?工作原理解读 阅读全文
posted @ 2024-07-31 17:13 stitchCat 阅读(18) 评论(0) 推荐(0)
摘要:References: 收藏向!零基础10分钟入门嵌入式! 从数字电路到单片机程序|为什么敲两行代码灯就能亮?摆脱单片机恐惧从理解原理开始【考拉工作室】 阅读全文
posted @ 2024-07-31 17:04 stitchCat 阅读(9) 评论(0) 推荐(0)
摘要:References: 嘉立创EDA-PCB设计零基础入门课程(54集全) 【教程】零基础入门PCB设计-国一学长带你学立创EDA专业版 全程保姆级教学 中文字幕(持续更新中) 阅读全文
posted @ 2024-07-31 16:52 stitchCat 阅读(26) 评论(0) 推荐(0)
摘要:References: 1.11电阻串并联的等效变换 阅读全文
posted @ 2024-07-31 16:18 stitchCat 阅读(10) 评论(0) 推荐(0)
摘要:References: 1.3电源发出功率与负载吸收功率的判定 阅读全文
posted @ 2024-07-31 15:58 stitchCat 阅读(32) 评论(0) 推荐(0)
摘要:References: 【STM32】MDK中寄存器地址名称映射分析 STM32学习——什么是寄存器(存储器映射和寄存器映射) 【STM32存储器映射-寄存器基地址-偏移】 STM32存储器映射和寄存器映射 阅读全文
posted @ 2024-07-31 15:50 stitchCat 阅读(9) 评论(0) 推荐(0)
摘要:References: 电路基本物理量及参考方向 电路原理 阅读全文
posted @ 2024-07-31 15:14 stitchCat 阅读(8) 评论(0) 推荐(0)
摘要:References: 149-什么是阻抗、电阻、电抗、感抗和容抗?阻抗还分实部和虚部(用功功率-无功功率) 没有一个公式,让你明白无功功率! 阅读全文
posted @ 2024-07-31 09:11 stitchCat 阅读(115) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-07-30 12:02 stitchCat 阅读(0) 评论(0) 推荐(0)
摘要:References: Python教学29期(强烈推荐) : Day9 列表类型 , 队列与堆栈 , 元组类型, 字典类型 上节课复习 1、for循环 for x in [1,2,3]: 代码1 代码2 代码3 for与while对比 1、相同之处:都是循环,for循环能干的事,while循环都能 阅读全文
posted @ 2024-07-29 15:41 stitchCat 阅读(22) 评论(0) 推荐(0)
摘要:References: Python教学29期(强烈推荐) : Day8 for循环 , range补充 , for+continue , for循环嵌套 , print补充 , 数字类型, 字符串等 8、基本数据类型及内置方法 今日内容 今日内容: 1、循环之for循环 for循环的语法与基本使用 阅读全文
posted @ 2024-07-29 14:13 stitchCat 阅读(18) 评论(0) 推荐(0)
摘要:placeholder 阅读全文
posted @ 2024-07-26 15:57 stitchCat 阅读(6) 评论(0) 推荐(0)
摘要:References: Python教学29期(强烈推荐) : Day7 本周内容介绍 , 温故知新之短路运算 , 深浅copy之浅copy , 深浅copy值深copy , 深浅拷贝小结 , while循环等 python中 and 和 or 运算的核心思想 ——— 短路逻辑 本周内容 本周内容: 阅读全文
posted @ 2024-07-24 08:54 stitchCat 阅读(12) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-07-22 16:51 stitchCat 阅读(0) 评论(0) 推荐(0)
摘要:References: Disk image disk image What is a disk image file (ISO, IMG, NRG, BIN, etc.)? 阅读全文
posted @ 2024-07-22 16:28 stitchCat 阅读(8) 评论(0) 推荐(0)
摘要:References: Direct memory access with DMA controller 阅读全文
posted @ 2024-07-22 15:38 stitchCat 阅读(10) 评论(0) 推荐(0)
摘要:References: Python教学29期(强烈推荐) : Day6 今日内容介绍 , 可变不可变类型 , 条件判断 , 逻辑运算符与优先级 , 成员运算与身份运算 , if 今日内容 可变不可变类型 字典中的key必须是不可变类型 如用可变类型,则python解释器会报以下错误 条件判断 条件 阅读全文
posted @ 2024-07-16 18:45 stitchCat 阅读(12) 评论(0) 推荐(0)
摘要:References: Batch Script Tutorial - 1 Command Line Commands – CLI Tutorial Batch Script Tutorial - 2 Batch Scripting Tutorial | Overview | Features | 阅读全文
posted @ 2024-07-16 15:53 stitchCat 阅读(18) 评论(0) 推荐(0)
摘要:References 【说站】python标记清除的过程 深度讲解python垃圾回收机制 Garbage Collection as a Memory Management Technique in Python Q&A Q1: python代码:x = 10,y = x 在这段代码中,变量x和y 阅读全文
posted @ 2024-07-15 10:00 stitchCat 阅读(18) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-07-12 17:14 stitchCat 阅读(0) 评论(0) 推荐(0)
摘要:References: How Python lists work under the hood How Python list works How does the list in python store items with different data types? Understand H 阅读全文
posted @ 2024-07-12 01:20 stitchCat 阅读(7) 评论(0) 推荐(0)
摘要:References: Python — Reference A good understanding of Python reference Python中变量名的命名规则与引用 python中一切皆对象,命名皆引用 Q&A Q1: python中的引用机制 A2: Python中的引用机制是理解 阅读全文
posted @ 2024-07-11 10:03 stitchCat 阅读(81) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-07-08 15:28 stitchCat 阅读(3) 评论(0) 推荐(0)
摘要:By Fitten In the context of GPIO configuration, the choice between using a pull-up, pull-down, or no pull resistor depends on the specific requirement 阅读全文
posted @ 2024-07-04 09:28 stitchCat 阅读(70) 评论(0) 推荐(0)
摘要:placeholder 阅读全文
posted @ 2024-07-04 09:18 stitchCat 阅读(13) 评论(0) 推荐(0)
摘要:placeholder 阅读全文
posted @ 2024-07-04 08:58 stitchCat 阅读(15) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-07-04 08:58 stitchCat 阅读(0) 评论(0) 推荐(0)
摘要:CMSIS (Cortex Microcontroller Software Interface Standard) and HAL (Hardware Abstraction Layer) are both software layers used in the development of em 阅读全文
posted @ 2024-07-03 10:21 stitchCat 阅读(66) 评论(0) 推荐(0)
摘要:A charger and an adapter are not the same, although they are often used together and their functions can overlap depending on the context. Here are th 阅读全文
posted @ 2024-07-03 09:13 stitchCat 阅读(26) 评论(0) 推荐(0)
摘要:References: npn晶体管和pnp晶体管如何工作? 么是PNP和NPN晶体管?PNP和NPN有什么区别? 阅读全文
posted @ 2024-07-02 09:01 stitchCat 阅读(136) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2024-07-01 08:43 stitchCat 阅读(2) 评论(0) 推荐(0)