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
上傳用戶:我干你啊
這篇英文論文主要介紹了基于TI公司TMS320C24x的直流無刷電機控制。A complete solution proposal is presented below: control structures, power hardware topology, shaft position sensors, control hardware and remarks on energy conversion efficiency can be found in this document.
標簽: presented complete solution proposal
上傳時間: 2013-12-24
上傳用戶:極客
1、提取原蛋白質相互作用網絡的所有節點 2、分別計算原蛋白質相互作用網絡每個節點的度 3、從所有節點中選擇具有最高度的節點,反復的添加邊,直到它的度值等于原蛋白質相互作用網絡該節點的度值 4、在為節點添加邊時,從剩余節點中選擇節點的方法是其度分布近似服從power-low分布 5、令t的值為零,則每個節點被選到的可能性都是相同的,由于在原蛋白質相互作用網絡存在大量的低度節點,所以集散節點會優先連接低度節點。 這樣創建的網絡就為負相關蛋白質互作網絡
上傳時間: 2014-01-13
上傳用戶:skfreeman
QEMU是一套由Fabrice Bellard所編寫的模擬操作系統的自由軟件。它與Bochs,PearPC近似,但其具有某些后兩者所不具備的特性,如高速度及跨平臺的特性。經由kqemu這個非自由的加速器,QEMU能模擬至接近真實電腦的速度。 可以模擬 IA-32 (x86)個人電腦,AMD 64個人電腦,MIPS R4000, 升陽的 SPARC sun3 與 PowerPC (PReP 及 Power Macintosh)架構 支持其他架構,不論在主機或虛擬系統上 增加了模擬速度,某些程序甚至可以實時運行 適用于Linux ,Windows, FreeBSD and MaxOS X這幾個平臺 可以儲存及還原運行狀態(如運行中的程序) 可以虛擬網絡卡 Qemu Manager是delphi源碼 qemu是c源碼 這里下載源碼
標簽: Fabrice Bellard Bochs QEMU
上傳時間: 2016-05-31
上傳用戶:xyipie
This file contains a selection of VHDL source files which serve to illustrate the diversity and power of the language when used to describe various types of hardware. The examp terms of basic logic gates, to more complex systems, such as a behavioural model of a microprocessor and associated memory. All of the examples can be simulated using any synthesised using current synthesis tools.
標簽: illustrate diversity selection contains
上傳時間: 2016-06-06
上傳用戶:yimoney
實現人事管理系統以SQL SERVER 、ACCESS或其它數據庫為后臺,Power Builder為前臺,自行設計、開發一個小型、實用的數據庫應用系統。初步了解和掌握數據庫應用系統的開發原理和一般開發方法。
上傳時間: 2016-06-14
上傳用戶:baitouyu
This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information. This sample works on both x86 and Alpha platforms, and is 64-bit compliant. It builds with Microsoft® Visual C® 6.0. It does not implement Plug and Play or Power Management.
標簽: sample vendor-specific minidriver provides
上傳時間: 2013-12-20
上傳用戶:wyc199288