03 2020 档案

摘要:1.在构造函数的初始化列表中赋值会更高效 https://isocpp.org/wiki/faq/ctors#init-lists 建议:如何选择类型 当明确知晓数值不可能为负时,选中无符号类型。 使用int执行执行整数运算。 在算术表达式(+-*/)中不用char和bool 执行浮点数用doubl 阅读全文
posted @ 2020-03-27 22:13 习惯就好233 阅读(222) 评论(0) 推荐(0)
摘要:一、获取源码 u-boot https://dev.tencent.com/u/weidongshan/p/100ask_firefly-rk3288_uboot https://github.com/100askTeam/firefly-rk3288_uboot linux kernel http 阅读全文
posted @ 2020-03-01 21:26 习惯就好233 阅读(709) 评论(0) 推荐(0)
摘要:进程优先级 1.硬实时进程:要严格时间限制,linux不支持硬实时,如RTLinux、Xenomai、RATI 2.软实时进程:硬实时的一种弱化, 3.普通进程 阅读全文
posted @ 2020-03-01 19:30 习惯就好233 阅读(145) 评论(0) 推荐(0)