Filter Driver (Paperback)
Lambert M. Surhone, Miriam T. Timpledon, Susan F. Marseken
- 出版商: Betascript
- 出版日期: 2010-08-09
- 售價: $2,172
- 貴賓價: 9.5 折 $2,063
- 語言: 英文
- 頁數: 110
- 裝訂: Paperback
- ISBN: 6132227237
- ISBN-13: 9786132227232
無法訂購
買這商品的人也買了...
-
$454零基礎入門學習 Python, 2/e
-
$602嵌入式 C語言自我修養 — 從芯片、編譯器到操作系統
-
$662算法訓練營:海量圖解 + 競賽刷題 (入門篇)
-
$360$324 -
$320$288 -
$588$559 -
$620$484 -
$720$562 -
$659$626 -
$1,200$792 -
$780$515 -
$1,800$1,350
相關主題
商品描述
High Quality Content by WIKIPEDIA articles! A filter driver is a Microsoft Windows driver that adds value to peripheral devices or supports a specialized device in the personal computer. It is a driver/program/module that is inserted into the existing driver stack to perform some specific function. A filter driver should not affect the normal working of the existing driver stack in any major way. Written either by Microsoft or the vendor of the hardware, any number of filter drivers can be added to Windows. Upper level filter drivers sit above the primary driver for the device (the function driver), while lower level filter drivers sit below the function driver and above the bus driver. Filters may work on a certain brand of device such as a mouse or keyboard, or they may perform some operation on a class of devices, such as any mouse or any keyboard. Another type of filter driver is the bus filter driver, which may be added on top of the bus driver. For example, an ACPI bus filter is added to support power management for each device.