本書主要介紹DriverStudio開發工具開發Windows 2000/XP下的WDM設備驅動程序的原理及編程方法。本書詳細介紹了WDM基本程序框架和編程,IRP的基本概念及編程,WDM和應用程序之間的通信、即插即用、電源管理、WMI的編程技術,IRP串行處理、過濾器驅動程序,WDM訪問硬件設備、處理硬件中斷、實現DMA操作的編程技術,以及大量的基本編程技術,還USB接口和PCI接口設備驅動程序WDM的開發。
標簽: DriverStudio WDM Windows 2000
上傳時間: 2016-05-20
上傳用戶:love_stanford
實驗一 基于字符用戶界面程序設計 1. 實驗目的 1. 掌握 Windows 2000/xp 下j2se開發環境的建立過程。 2. 掌握 j2se程序的編寫、編譯、運行過程。 3. 掌握 java application 程序的一般框架。
上傳時間: 2014-01-01
上傳用戶:gxmm
基于Windows 2000/XP設計的一組操作系統實驗教程
上傳時間: 2014-01-05
上傳用戶:黃華強
一流的視頻語音效果 運行環境: 操作系統:Windows 2000/XP/2003 ,Linux WEB服務器:IIS等任何服務器 支持語言: ASP、ASP.NET、PHP、JSP等主流語言 另外:需要 Flash Media Server 2.0
上傳時間: 2016-08-07
上傳用戶:chenxichenyue
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as USB flash drive or hard drive. * Encrypts a partition or drive where Windows is installed (pre-boot authentication). * Encryption is automatic, real-time (on-the-fly) and transparent. * Provides two levels of plausible deniability, in case an adversary forces you to reveal the password: 1) Hidden volume (steganography) and hidden operating system. 2) No TrueCrypt volume can be identified (volumes cannot be distinguished from random data). * Encryption algorithms: AES-256, Serpent, and Twofish. Mode of operation: XTS. Further information regarding features of the software may be found in the:http://www.truecrypt.org/
標簽: open-source encryption Features software
上傳時間: 2013-12-20
上傳用戶:123啊
windows 2000/xp/2003 下讀寫IO端口的驅動代碼,經本人測試,完全通過。
上傳時間: 2013-12-26
上傳用戶:sxdtlqqjl
樣板 B 樹 ( B - tree ) 規則 : (1) 每個節點內元素個數在 [MIN,2*MIN] 之間, 但根節點元素個數為 [1,2*MIN] (2) 節點內元素由小排到大, 元素不重複 (3) 每個節點內的指標個數為元素個數加一 (4) 第 i 個指標所指向的子節點內的所有元素值皆小於父節點的第 i 個元素 (5) B 樹內的所有末端節點深度一樣
上傳時間: 2017-05-14
上傳用戶:日光微瀾
歐幾里德算法:輾轉求余 原理: gcd(a,b)=gcd(b,a mod b) 當b為0時,兩數的最大公約數即為a getchar()會接受前一個scanf的回車符
上傳時間: 2014-01-10
上傳用戶:2467478207
數據結構課程設計 數據結構B+樹 B+ tree Library
上傳時間: 2013-12-31
上傳用戶:semi1981
* 高斯列主元素消去法求解矩陣方程AX=B,其中A是N*N的矩陣,B是N*M矩陣 * 輸入: n----方陣A的行數 * a----矩陣A * m----矩陣B的列數 * b----矩陣B * 輸出: det----矩陣A的行列式值 * a----A消元后的上三角矩陣 * b----矩陣方程的解X
上傳時間: 2015-07-26
上傳用戶:xauthu