会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
RuiW
博客园
首页
新随笔
联系
管理
订阅
2023年3月31日
ubuntu kernel 更新
摘要: 参考: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel 如果希望修改kernel部分的配置,如CONFIG_RT_GROUP_SCHED, 打开cgroup对RT的支持,可以在debian.master/config/annotations中找到配
阅读全文
posted @ 2023-03-31 16:12 RuiW
阅读(40)
评论(0)
推荐(1)
2017年4月16日
单链表反转
摘要: 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
阅读(166)
评论(0)
推荐(0)
2017年3月24日
Linux I2C GPIO bitbang 驱动程序
摘要: linux i2c gpio bit bang driver.
阅读全文
posted @ 2017-03-24 15:29 RuiW
阅读(1879)
评论(0)
推荐(0)
2015年11月16日
C# WPF 多线程更新程序界面
摘要: 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
阅读(1427)
评论(0)
推荐(0)
公告
点击右上角即可分享