上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

2022年6月23日

Linux源码下载地址

摘要: FTP: http://ftp.sjtu.edu.cn/sites/ftp.kernel.org/pub/linux/kernel/ 阅读全文

posted @ 2022-06-23 16:27 让代码改变世界ha 阅读(157) 评论(0) 推荐(0)

CMAC 官方文档

摘要: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38b.pdf 阅读全文

posted @ 2022-06-23 13:07 让代码改变世界ha 阅读(42) 评论(0) 推荐(0)

2022年6月22日

python 格式化文本输出十六进制数据

摘要: f = open("D:\\hex_out.mot", 'r') #str = f.write("3434") out_str1 = '0x' Input_str = f.readline() Str_num = len(Input_str); Str_num = Str_num -1; Arry_ 阅读全文

posted @ 2022-06-22 16:22 让代码改变世界ha 阅读(998) 评论(0) 推荐(0)

2022年6月3日

DTC 中的StatusOfDTC

摘要: Bit0: testFailed 发生临时故障置1,故障不一定被记录到ROM中。 Bit1: testFailedThisOperationCycle 故障在当前操作周期是否存在错误,是否出现过testFailed置1的情况,即是否出现过错误 如testFailed置1后,此bit置位,代表当前操作 阅读全文

posted @ 2022-06-03 20:52 让代码改变世界ha 阅读(912) 评论(0) 推荐(0)

LIN 通信中的response_error及节点配置

摘要: 、关于LIN 通信中的response_error 主节点将通过检查所有从节点发布的特定信号的行为来监控集群上的状态。 每个从节点应在其传输的无条件帧之一中向主节点发布一个名为 responseerror 的一位标量信号。如果无条件帧与事件触发帧相关联,则该帧应另外安排为无条件帧。 当从节点发送或接 阅读全文

posted @ 2022-06-03 11:37 让代码改变世界ha 阅读(5803) 评论(1) 推荐(0)

2022年6月2日

Lin2.2、Lin 2.1、Lin 2.0和Lin 1.3版本区别

摘要: LIN 1.3 和 LIN 2.0 之间的变化 下面列出的项目在 LIN 1.3 和 LIN 2.0 之间发生了变化。本节未列出重命名和说明。 • 支持字节数组信号,因此允许信号大小最多为 8 个字节。 • 信号组被删除(由字节数组代替)。 • 规格中包含自动比特率检测。 • 增强的校验和(包括受保 阅读全文

posted @ 2022-06-02 15:19 让代码改变世界ha 阅读(5547) 评论(0) 推荐(0)

2022年5月13日

SHA256 在线计算网址

摘要: https://www.strerr.com/cn/sha256.html 0x00的hash值: 阅读全文

posted @ 2022-05-13 10:40 让代码改变世界ha 阅读(1249) 评论(0) 推荐(0)

2022年5月1日

stm32选型手册网址

摘要: https://www.stmcu.com.cn/upload/Selection_Guide.pdf 阅读全文

posted @ 2022-05-01 16:59 让代码改变世界ha 阅读(174) 评论(0) 推荐(0)

altium designer 中怎样画环形线路

摘要: 关闭 自动消环功能。 Preferences >> PCB Editor >> Interactive Routing >> 在Interactive Routing Options组中去掉 Automatically Remove Loops 的选项 阅读全文

posted @ 2022-05-01 10:53 让代码改变世界ha 阅读(411) 评论(0) 推荐(0)

2022年4月26日

Python 使用报错Canmatrix 时报错 ldf is not supported

摘要: 安装pip3 install ldfparser 阅读全文

posted @ 2022-04-26 12:18 让代码改变世界ha 阅读(1809) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页

导航