-
11linux
Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动程序的设计。
(Linux system, device drivers the operating system kernel are an important component of the hardware device with a standard set up between the abstract interface. Through this interface, users can deal with, like ordinary paper, the hardware device to open (open), turn off (close), to read and write (read/write) operation, etc.. Through the analysis and design of device drivers, you can-depth understanding of Linux systems and systems development. In this paper, a simple example to illustrate the design of device drivers.)
- 2009-03-19 15:45:51下载
- 积分:1
-
华为E220 USB的驱动程序源代码的Linux的3G卡
华为3G USB卡 E220 Linux驱动源码-Huawei 3G USB card E220 linux driver sourcecode
- 2023-04-15 05:15:03下载
- 积分:1
-
spi-flash-(stm32--spi-flash的编程)
spi-flash-(stm32--spi-flash的编程)(spi flash of stm32 spi flash)
- 2017-08-24 14:19:09下载
- 积分:1
-
linux 字典 提供学习linux 的人的下载
linux 字典 提供学习linux 的人的下载-Linux Dictionary
- 2022-03-19 05:20:01下载
- 积分:1
-
CS communications server
CS通信服务器端程序,在linux环境下通过gcc编译,实现了简单的文本传输,看懂了整个socket通信过程绝对是原创的,希望大家能支持。
- 2022-02-02 05:54:26下载
- 积分:1
-
speex 回音消除 JNI
根据speex 提供的源码,写入调用jni ,实现基本的回音消除。
但是要运用到代码里面,还需要做进程控制
- 2022-07-01 15:40:59下载
- 积分:1
-
libnet是一个跨
Libnet is a cross-platform library aimed at game developers. It has an abstract high level API, which encourages developers to make their games portable across platforms and network types
- 2022-11-04 12:30:03下载
- 积分:1
-
linux下C编程详解高效手册,一直使用的一本参考书,感觉很有价值!...
linux下C编程详解高效手册,一直使用的一本参考书,感觉很有价值!-Detailed under linux and efficient C programming manual, has been used in a reference book, I feel great value!
- 2022-04-01 21:55:13下载
- 积分:1
-
raw_translate.tar
将8Bit的无文件头的raw格式文件转换成16bit的带文件头的rawTI文件。TI的Itt工具可以识别该文件。(The 8Bit raw file without file header converted into 16bit raw format with file header rawTI file. Itt will use those files directly.)
- 2013-07-22 18:03:00下载
- 积分:1
-
linux通过编程实现mplayer播放音乐
mplayer自带gui功能,需要移植X11库,但是通过mplayer的slave模式,通过管道来操作可以轻松实现音乐播放器。
- 2022-01-26 08:30:57下载
- 积分:1