12 2017 档案

摘要://keil中默认是不支持匿名结构体的,需要编译指令#pragma anon_unions指名。 #pragma anon_unions typedef union { unsigned int num; struct { unsigned int nLow :8; unsigned int nHi 阅读全文
posted @ 2017-12-21 15:14 拉普拉斯妖 阅读(1326) 评论(0) 推荐(0)
摘要:转载自https://mp.weixin.qq.com/s?__biz=MzI5NTM0MTQwNA==&mid=2247484164&idx=1&sn=fdaf2164306a9ca4166c2aa8713cacc5&scene=21#wechat_redirect 在做信号处理时,经常涉及到“泄 阅读全文
posted @ 2017-12-20 12:05 拉普拉斯妖 阅读(3040) 评论(0) 推荐(1)