usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
標簽: driver function Windows bulkusb
上傳時間: 2016-04-25
上傳用戶:270189020
The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and Play, Power Management, and WMI . It is not 64-bit compliant
標簽: disk-accesses performance capturing DiskPerf
上傳時間: 2013-12-23
上傳用戶:agent
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platform. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.
標簽: command-line application Addfilter drivers
上傳時間: 2016-05-17
上傳用戶:xzt
The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-bit compliant.
標簽: intercepting operations non-SCSI support
上傳時間: 2016-05-17
上傳用戶:ANRAN
The CD ROM driver is used with Classpnp.sys to provide access to CD ROMs and DVD ROMs. It supports Plug and Play, Power Management, and AutoRun (media change notification). It is 64-bit compliant.
標簽: ROMs Classpnp supports provide
上傳時間: 2014-01-12
上傳用戶:stella2015
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.
標簽: storage implementing simplifies drivers
上傳時間: 2016-05-17
上傳用戶:我干你啊
The Disk sample is used with Classpnp.sys as disk driver. The sample supports Plug and Play, Power Management, WMI, and failure prediction (S.M.A.R.T.), and it is 64-bit compliant.
標簽: sample The Classpnp supports
上傳時間: 2014-01-27
上傳用戶:bruce
本方案為解決當前企業信息化建設中"信息孤島"叢生、信息流不暢通、信息不能共享的瓶頸問題,強調首先搞好信息資源規劃(Information Resource Planning,簡稱IRP),建立全企業的信息資源管理(Information Resource Management,簡稱IRM)基礎標準,通過需求分析建立集成化信息系統的功能模型、數據模型和系統體系結構模型,然后再實施通信-計算機網絡工程、數據庫工程和應用軟件工程。
上傳時間: 2014-01-23
上傳用戶:風之驕子
使用說明 1.在使用源程序前,請先創建數據庫。這里有兩種方法可以創建數據庫。 方法一:采用還原數據庫的方法。具體方法是在 Microsoft SQL Server Management Studio中創建名稱為HySys的數據庫。然后在“對象資源管理器”窗口中右擊該數據庫,在彈出的菜單中選擇“任務”|“還原”|“數據庫”。在彈出的窗口中,在“還原的源”欄下面設定“源設備”為SQL文件夾中的HrSys.bak,同時設定還原選項“覆蓋現有數據庫”。用戶名:Admin,密碼:Admin 方法二:執行SQL腳本。具體方法是在 Microsoft SQL Server Management Studio中創建名稱為HySys的數據庫。然后在“對象資源管理器”窗口中右擊該數據庫,在彈出的菜單中選擇“新建查詢命令”,在窗口的右邊將出現空白的文本區域。將SQL文件夾中HySys.sql文件中的文本復制到該文本區域,然后單擊工具欄中的“執行按鈕”,即可建立數據庫中的表。在數據庫表創建完成后需要輸入一些初始數據,以供調試程序時使用。 2.在Visual Studio 2005開發環境中打開Code文件夾中的工程項目文件,即可使用實例的源代碼。
上傳時間: 2013-12-20
上傳用戶:冇尾飛鉈
這個是用VC++實現的winsnmp的網絡管理兼監控的程序,經調試可正常運行通過,希望對大家有所幫助 -this the VC winsnmp network Management and monitoring procedures, The tests can be run through the normal, we hope to help
上傳時間: 2013-12-14
上傳用戶:AbuGe