240 私信
这个人很懒,暂无签名信息
0

嵌入式linux 打印调试log封装函数

       通过打印日志定位排查问题,是嵌入式linux c常用的方法。常见的打印日志方式有: printf打印到前台、fprintf到文件中、打印到syslog(网上介绍文章较多,不再赘述)中。这里介绍一种我在项目中将三者结合起来使用的方式,请大家提供宝贵意见。     参见文章:https://blog.csdn.net/z_dream_st/article/details/77418073...

0

numpy:interp插值

numpy.interp 作用:给定1维数据点上做插入。 Parameters: x : 要估计坐标点的x坐标值。 xp : x坐标值,must be increasing if argument period is not specified. Otherwise, xp is internally sorted after normalizing the periodic boundari...

个人介绍
暂无介绍