自定义博客皮肤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)
  • 资源 (9)
  • 收藏
  • 关注

原创 Linux驱动4_NETFILTER

#include #include #include #include #include #include #include #include #include #include // hook函数static unsigned int hook_func(unsigned int hooknum, struct sk_buff * sk

2014-01-14 17:30:28 1028

原创 Linux驱动3_总线设备(二)

#include #include #include "simple.h"// 在虚拟总线simple bus上边添加一个设备,并添加其驱动int probe (struct simple_device *dev){ printk(KERN_ALERT "simple_device probe.\n"); return 0;}// simple bus上的设备struct

2014-01-08 15:14:34 1003

原创 Linux驱动2_总线设备(一)

// 参考 Linux设备驱动程序(lld3)// 实现一个简单的虚拟总线 simple bus// simple_bus_type为总线类型// simple_bus为总线设备// // simple.c 实现#include "simple.h"// 增加设备引用计数static struct simple_device *simple_dev_get(struct

2014-01-07 22:05:12 1165

Linux Load Balancing Mechanism

介绍Linux NUMA、SMP负载均衡的核心实现

2013-12-16

IA32&64 Architecture Programmer’s Manual Vol1-3

IA32&64 Architecture Programmer’s Manual Vol1-3

2013-11-07

AMD64 Architecture Programmer’s Manual

AMD64 Architecture Programmer’s Manual Vol1-5

2013-11-07

基于gentle adaboost算法的人脸检测研究

基于gentle adaboost算法的人脸检测研究

2013-10-28

Robust Real-Time Face Detection

基于adaboost算法,haar like特征的人脸检测

2013-10-28

Rapid Object Detection using a Boosted Cascade of Simple Features

基于adaboost算法,haar like特征的人脸检测

2013-10-28

空空如也

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

TA关注的人

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