自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

情义唯真,友谊方长存

Linux/Solaris / Embedded C / GPS/LTE/Switch

  • 博客(2)
  • 资源 (6)
  • 收藏
  • 关注

原创 C语言版本历史

C语言版本历史C语言主要有三个版本:ANSI C==C89==C90ANSI C standard==X3.159-19891989年批准通过;1990年发布;后被批准为ISO标准:ISO/IEC 9899:1990常叫做:C89偶尔被叫做:C90GCC中指定此版本所用参数时,有三种写法:-ansi -std=c90 -std=iso9899:1990

2016-01-13 13:43:11 2009

原创 inline keyword in C

背景inline关键字用来定义一个类的内联函数,引入它的主要原因是用它替代C中表达式形式的宏定义。表达式形式的宏定义一例:#define ExpressionName(Var1,Var2) ((Var1)+(Var2))*((Var1)-(Var2))取代这种形式的原因如下:1. C中使用define这种形式宏定义的原因是因为,C语言是一个效率很高的语言,这种宏定义在形式及使用

2016-01-13 13:40:00 1172

The Linux Kernel API

Introduce the linux kernel development function,total 20 chapters, the format such as: Chapter 1. Driver Basics 1.1. Driver Entry and Exit points module_init Name module_init — driver initialization entry point Synopsis module_init ( x); Arguments x function to be run at kernel boot time or module insertion Description module_init will add the driver initialization routine in the “__initcall.int” code segment if the driver is checked as “y” or static, or else it will wrap the driver initialization routine with init_module which is used by insmod and modprobe when the driver is used as a module. 1

2015-03-24

Linux Kernel Procfs Guide

This guide describes the use of the procfs file system from within the Linux kernel. Chapter 1. Introduction Chapter 2. Managing procfs entries Chapter 3. Communicating with userland Chapter 4. Tips and tricks Chapter 5. Example

2015-03-24

计算机组成原理PPT课件-高国红-西工大

计算机专业基础课高职高专十一五规划教材,PPT课件

2010-10-11

Linux下的8019网卡驱动程序

本文以S3C44B0的CPU为例,详细解析了Linux下RTL8091网卡驱动程序工作原理

2010-04-02

基于Linux驱动程序的编写技术

Linux驱动程序基本概念以及字符设备、块设备和网络设备的特点,分析了主次设备号的用途和时钟、驱动程序接口、驱动模块的用法,描述了变形驱动程序的步骤

2010-04-02

linux设备驱动程序庖丁解牛

Linux device driver 从理论到实践中记录的个人心得,和大家一起分享、讨论、进步。

2010-04-02

空空如也

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

TA关注的人

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