自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 DBus Study

1, sudo apt-get install dbus-* 2, sudo apt-get install libdbus* 3, example #include #include #include #include const int RES_SUCCESS = -1; const int RES_FAILED =

2014-03-14 09:42:34 820

转载 key code and scan code

scan code: 当按下一键时,产生 mark 码,产生一次 IRQ1 中断。 放开键时,产生 break 码,产生一次 IRQ1 中断。 因此:当按下 A 键放开,实际上产生了两次 IRQ1 中断 break 是 mark 码的 bit7 置 1 得来,也就是: break = mark + 0x80   1、scan code 集 这里只说一般日常应用中的键盘码集

2014-03-04 14:59:59 1359

转载 Pull-up and Pull-down Resistors

Working a lot with Raspberry Pi and Arduino stuff lately. The concept of pull-up and pull-down resistors came up quickly and confused me a little at first. So I thought I’d do a little demo of how the

2014-03-03 18:37:26 2324

basics of GNSS

it is import and basic concepts for GNSS explanations

2019-02-18

界面开发经验总结

界面开发的经验点总结,呕心之作。 针对MFC的界面开发既有真知灼见的见解,又有丰富的案例总结。

2011-09-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除