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 -
信號完整性 — 深入理解高速數字電路設計$534$507 -
$559嵌入式 C語言自我修養 — 從芯片、編譯器到操作系統 -
$615算法訓練營:海量圖解 + 競賽刷題 (入門篇) -
世界第一簡單物理數學$360$306 -
【修訂版】世界第一簡單電子電路(二版)$320$272 -
$559換個姿勢學 C語言 -
x86 彙編語言:從實模式到保護模式, 2/e$588$559 -
ChatGPT 與 AI繪圖效率大師:從日常到職場的全方位應用總整理,48小時迎接減壓新生活!$620$484 -
演算法邏輯力:工程師必備的演算法解題、設計、加速技巧 (Algorithmic Thinking: A Problem-Based Introduction)$720$562 -
C/C++ 代碼調試的藝術, 2/e$659$626 -
史上最強 Python 入門邁向頂尖高手之路王者歸來, 3/e (全彩印刷)$1,200$948 -
演算法 圖解原理 x Python 實作 x 創意應用 王者歸來, 4/e$780$616 -
演算法導論, 4/e (Introduction to Algorithms, 4/e)$1,800$1,422 -
程式設計原來不只有寫 CODE!銜接學校與職場的五堂軟體開發實習課 = Beyond Just Coding: Five Essential Lessons from Classroom to Career in Software Development$700$546
商品描述
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.