自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (5)
  • 收藏
  • 关注

原创 Android Build System详解

。。

2013-02-06 14:01:12 317

原创 Android linker 详解

.

2013-02-06 13:56:59 529

原创 Android开发环境搭建

Android开发环境之搭建,在网络上可以找到很多关于android环境搭建的文章,我想最正规的还是来源于android的官方网站:Android SDK,下面就关于根据android SDK官网上的说明一步一步搭建环境(以windows环境为例):1) 工具下载   a) JDK1.6      这个网上比较多百度或google一下   b) SDK下载

2011-12-17 18:22:26 346

原创 统计一个32位数的1的个数

unsigned int GetNumCount(unsigned int  i4Num){  int i;  unsigned int i4Cnt = 0;  int tmp;  for(i = 0 ;i  {     i4Cnt = i4Cnt +((i4Num & (1>i);  }    return i4Cnt;  }

2009-08-27 23:47:00 486

转载 Get on the D-BUS

Programs, the kernel and even your phone can keep you in touch and make the whole desktop work the way you want. Heres how D-BUS works, and how applications are using it. D-BUS is an in

2009-07-06 20:01:00 522

转载 Linux D-BUS

What is D-Bus?D-Bus is a system for interprocess communication (IPC). Architecturally, it has several layers: A library, libdbus, that allows two applications to connect to each

2009-07-06 15:48:00 637

转载 mknod command

 Creates a special file.   mknod Name { b | c } Major Minor  mknod Name { p }  The mknod command makes a directory entry and corresponding i-node for a special file. Th

2009-07-03 20:52:00 405

linux porting guide

介绍porting linux到一个新硬件平台的一般步骤

2009-05-31

poriting linux kernel to a new arm platform

介绍porting linux kernel到一个新arm平台的一般步骤。

2009-05-31

elf文件格式(中文版)

elf文件格式(中文版)

2007-12-25

arm汇编手册中文版

arm的汇编中文手册

2007-08-08

词法分析器

一个简单的C词法分析器

2007-04-20

空空如也

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

TA关注的人

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