摘要: 参考: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel 如果希望修改kernel部分的配置,如CONFIG_RT_GROUP_SCHED, 打开cgroup对RT的支持,可以在debian.master/config/annotations中找到配 阅读全文
posted @ 2023-03-31 16:12 RuiW 阅读(26) 评论(0) 推荐(1) 编辑
摘要: 1, 非递归方式 List* ListRevert(List* list){ List* head = NULL; //new list head List* temp = NULL; while (list!= NULL){ //each time pick up a node from the 阅读全文
posted @ 2017-04-16 22:46 RuiW 阅读(156) 评论(0) 推荐(0) 编辑
摘要: linux i2c gpio bit bang driver. 阅读全文
posted @ 2017-03-24 15:29 RuiW 阅读(1852) 评论(0) 推荐(0) 编辑
摘要: C# WPF 多线程更新程序界面 参考:http://www.cnblogs.com/yangyancheng/archive/2011/04/03/2004404.html using System;using System.Collections.Generic;using System.Lin 阅读全文
posted @ 2015-11-16 21:35 RuiW 阅读(1409) 评论(0) 推荐(0) 编辑