- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 KICAD创建电源符号
KICAD中的电源符号不能修改网络名,如果用的电源网络名不在元件库中的话,就必须要自己创建一个。下面以USB-5V电源符号为例,记录一下创建电源符号的过程。1,在库中New Symbol,在弹出的对话中中做如下设置。设置完后点击下边的确定按钮。2,在右边栏中点击添加引脚到符号,移动鼠标到坐标0,0位置点击一下,出来如下对话框。做如下修改(注意:可见不选),然后点击确认按键。然后鼠标左键在坐标0,0位置上点击一下。3,增加图形。右侧边栏中点击添加线和多边形到符号体。增加如下
2020-08-09 21:51:13
3227
转载 posted and non-posted
A posted write is a computer bus write transaction that does not wait for a write completion response to indicate success or failure of the write transaction. For a posted write, the CPU assumes that
2016-12-04 18:40:23
979
原创 用数组实现的线性表
#include#include "array_list.h"int main(){ int value;seq_list seq_list_array;list_init(&seq_list_array); //不加这句的话会出现多一个元素的情况,数值是1 list_insert_element(&seq_list_array, 1, 5);li
2016-10-14 23:56:27
1292
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人