搜索结果
找到约 170 项符合
Drivers 的查询结果
按分类筛选
- 全部分类
- 驱动编程 (36)
- Linux/Unix编程 (17)
- 嵌入式Linux (11)
- 其他书籍 (9)
- 单片机开发 (7)
- 其他嵌入式/单片机内容 (6)
- Windows CE (6)
- 技术资料 (6)
- 单片机编程 (5)
- VC书籍 (5)
- 电源技术 (4)
- 微处理器开发 (4)
- USB编程 (4)
- 其他 (4)
- 通讯/手机编程 (3)
- 软件设计/软件工程 (3)
- 操作系统开发 (3)
- 嵌入式/单片机编程 (3)
- 汇编语言 (2)
- 系统设计方案 (2)
- MTK (2)
- 书籍 (2)
- 其他文档 (1)
- 资料/手册 (1)
- 模拟电子 (1)
- 传感与控制 (1)
- 工控技术 (1)
- 接口技术 (1)
- 传真(Fax)编程 (1)
- 软件工程 (1)
- 手机短信编程 (1)
- 文章/文档 (1)
- Windows Mobile (1)
- 网络 (1)
- DSP编程 (1)
- Java编程 (1)
- VxWorks (1)
- GPS编程 (1)
- *行业应用 (1)
- 串口编程 (1)
- Delphi/CppBuilder (1)
- 编译器/解释器 (1)
- 磁盘编程 (1)
- 技术教程 (1)
- Linux/uClinux/Unix编程 (1)
- 行业应用 (1)
- 论文 (1)
- 手册 (1)
通讯/手机编程 Jitter is extremely important in systems using PLL-based clock drivers. The effects of jitter range
Jitter is extremely important in systems using PLL-based
clock drivers. The effects of jitter range from not having any
effect on system operation to rendering the system completely
non-functional. This application note provides the reader
with a clear understanding of jitter in high-speed systems. ...
驱动编程 This is the library for all storage drivers. It simplifies writing a storage driver by implementing
This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers.
No INF file is needed to install this li ...
操作系统开发 Writing Windows WDM Device Drivers
Writing Windows WDM Device Drivers
驱动编程 This the fourth edition of the Writing Device Drivers articles. This article will introduce the idea
This the fourth edition of the Writing Device Drivers articles. This article will introduce the idea of device stacks and how devices interact with each other. We will use the previously created example device driver to demonstrate this topic. To do this we will introduce the idea of a “filter” dr ...
驱动编程 This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i
This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, ...
驱动编程 This the third edition of the Writing Device Drivers articles. The first article helped to simply ge
This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT ...
微处理器开发 Enhanced LPC213x device drivers,tools ADS1.2
Enhanced LPC213x device drivers,tools ADS1.2
驱动编程 Writing Windows WDM Device Drivers CD-ROM
Writing Windows WDM Device Drivers CD-ROM
Linux/Unix编程 Spac5xx的实现是按照标准的USB VIDEO设备的驱动框架编写(其具体的驱动框架可参照/usr/src/linux/drivers/usb/usbvideo.c文件)
Spac5xx的实现是按照标准的USB VIDEO设备的驱动框架编写(其具体的驱动框架可参照/usr/src/linux/drivers/usb/usbvideo.c文件),整个源程序由四个主体部分组成:设备模块的初始化模块和卸载模块,上层软件接口模块,数据传输模块。
驱动编程 This book explains how to write, install, and debug device drivers for Windows 2000. It is intended
This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software.
Windows 2000 represents a major improvement to previous versions of Windows NT. Device drivers for Windows 2000 may be designed for ...