自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

quanguoheme的专栏

主攻嵌入式软件开发方面

  • 博客(4)
  • 资源 (8)
  • 收藏
  • 关注

原创 好c源码 [已删除]

1:关于结构体初始化 struct nand_ecclayout {  uint32_t eccbytes;  uint32_t eccpos[128];  uint32_t oobavail;  struct nand_oobfree oobfree[MTD_MAX_OOBFREE_ENTRIES]; }; static struct nand_ecclayout nand

2013-11-08 14:16:55 1118

原创 4g08 Linux笔记

问题1:关于地址划分 4g08是 ,512mb  , = 4096块,    每块64页, 每页2048字节+16*4空闲区域,,         Page = block         page = sector/4; data_addr = 512 *(sector%4); sector地址//单位为512字节.一个页有2048+32字节, 所以一个页有4个sectcor.

2013-11-08 12:14:23 668

原创 热插拔

当系统配置发生变化时,当移动kobject时,一个通知会从内核空间发送到用户空间.这就是热插拔事件.热插拔事件回到udev或mdev被调用.问题为什么会被调用? kset结构体中有一个uevent_ops ;这个叫处理热插拔事件的操作集合.

2013-11-05 19:05:55 835

原创 usb驱动-1-usb结构,协议

usb 2.0  60Mbyte/s usb 3.0   600Mbyte/s usb 4根线, 最多挂载128个设备. usb: 根hub , 广义上讲,usb hub也是一种设备.   1)usb设备逻辑结构 usb设备逻辑结构:设备,配置,接口,端点,4个层次. 设备有1个或多个配置,配置有1个或多个接口,接口有1个或者多个端点. usb设备不同的配置使设备表现不同的功能组合

2013-11-01 01:17:57 748

source insight 主题包

使用方便,解压rar后, 双击*.dprf 文件 ,即可安装主题包.如果想恢复.点击backup里面的*.dprf文件即可恢复.

2014-04-25

source insight 中C.tom文件示例

source insight C.tom 示例使用方法参考http://blog.csdn.net/aquakguo0he1/article/details/7493984

2013-11-08

libGL.so.1.2

libGL.so.1.2 come from libgl1-mesa-glx:i386 you can get it use:sudu apt-get install libgl1-mesa-glx:i386 .but this commamd is bad. android ubuntu12.04

2013-08-06

repo android tool

repo is a tool, can be used to download android source from google. you can create the tool by command:curl * GPL * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details.

2013-08-04

arm_ucos_1.161

arm_ucos_1.161 代码 要的 下 老子 没积分了 郁闷

2009-05-22

ucos+arm9应用

ucos+arm9应用ucos+arm9应用

2009-05-22

VS2.6.5改名解锁补丁(可以改等级)

VS2.6.5改名解锁补丁 使用方法 解压 有vs启动魔兽 运行该程序 即可

2009-05-22

j2me手机游戏5子棋

里面是 游戏的代码 但是3个图片传不上,所以请你自己做个图片 但是名字必须跟我的代码中名字一样,下面是图片的代码 Image.createImage("/ground.png"); Image.createImage("/black.png"); Image.createImage("/white.png");

2009-01-04

空空如也

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

TA关注的人

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