帧头帧尾查找及数据提取(27 bytes),帧头两字节CCAA帧尾DDBB
2016-09-11 12:26
Keil编译时提示“main.c(16): error C129: missing ‘;’ before ‘num’”折腾了很久才知道是前面的“typedef unsigned char u8
2022-02-16 06:50
关注“嵌入式软件实战派”获得更多精品干货。0x00.什么问题“我是做嵌入式软件开发的,或者说我只做MCU软件开发,我为什么要学写脚本?”也许,在你所做的工作中不需要。但是,你有没有遇到一些问题,或许有更高效的解决方法,例如:你是否曾经遇到过面对一堆十进制数,想转换成十六进制数而到处找快速的转换方法?Debug的时候抓到一段十六进制数,想将其转换成字符串而不断网上搜方法?你是否遇到像将hex文件中的某段内容提取出来转换成数组而用C/C++写了半天程序还有..
2021-12-23 08:01
of bytes allocated to the file% isdir -- 1 if name is a directory and 0 if notA = struct2cell(A);num
2012-01-13 16:13
% name-- filename% date-- modification date% bytes -- number of bytes allocated to the file% isdir -- 1
2012-02-21 11:56
利用tail命令加参数f实现,具体用法如下:tail -f ***.log参数说明-f, --follow[={name|descriptor}]:output appended data
2019-07-09 08:04
HEADER NOMINAL CURRENT: 12 A NUM
2024-08-02 00:28
HEADER NOMINAL CURRENT: 12 A NUM
2024-08-01 23:03
bytes) exceeds limit (49152 bytes). Region contains 88 bytes of padding and 1656 bytes
2022-03-02 06:18
1. 多线程全局变量存在的问题(一块执行会造成数据同步存在问题)import threadingimport timeg_num = 0def test1(num): global g_num
2021-08-24 06:36