上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页
摘要: References: 分贝!你可能经常听说,但并不知道它的含义!分贝到底是什么? 63-dB(分贝)的本质是什么?为什么声音、衰减、损耗、增益都用dB作单位 什么是dB?dBm、dBc、dBi、dBd一个视频给你讲明白! 总结 什么是贝(Bel)? 贝是一个对数单位,形式为: 1贝 = lg S1 阅读全文
posted @ 2024-06-24 11:08 stitchCat 阅读(485) 评论(0) 推荐(0)
摘要: placeholder 阅读全文
posted @ 2024-06-24 10:52 stitchCat 阅读(12) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/3427188/202406/3427188-20240624104428786-201664105.png) ![image](https://img2024.cnblogs.com/blog/3427188/202406/3427188-20240624104639118-1602796797.png) 阅读全文
posted @ 2024-06-24 10:46 stitchCat 阅读(42) 评论(0) 推荐(0)
摘要: placeholder 阅读全文
posted @ 2024-06-24 10:34 stitchCat 阅读(23) 评论(0) 推荐(0)
摘要: placeholder 阅读全文
posted @ 2024-06-24 10:34 stitchCat 阅读(32) 评论(0) 推荐(0)
摘要: 896s外部充电芯片tp4086b 充电过程 当输入电压大于电源低电压检测阈值和芯片使能输入端接高电平时,TP4086B/C开始对电池充电,CHRG 管脚输出低电平,表示充电正在进行。如果电池电压低于 2.9V,TP4086B/C采用涓流对电池进行预充电此时充电电流是恒流充电电流的 10%。当电池电 阅读全文
posted @ 2024-06-20 17:28 stitchCat 阅读(597) 评论(0) 推荐(0)
摘要: #include <stdio.h> int main(void) { char* i = (char*)0x1111; printf("size = %d %d\n", sizeof(i), sizeof((char*)0x11)); // size i = 8 bytes, size(char* 阅读全文
posted @ 2024-06-18 15:06 stitchCat 阅读(8) 评论(0) 推荐(0)
摘要: // Online C compiler to run C program online #include <stdio.h> typedef union { char c; int i; }u_t; int main() { u_t u; u.c = 1; printf("u.c = %d, si 阅读全文
posted @ 2024-06-18 14:43 stitchCat 阅读(13) 评论(0) 推荐(0)
摘要: // Online C compiler to run C program online #include <stdio.h> typedef struct bits { unsigned char b0 : 1; unsigned char b1 : 1; unsigned char b2 : 1 阅读全文
posted @ 2024-06-18 14:34 stitchCat 阅读(16) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-06-18 13:56 stitchCat 阅读(0) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页