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.
標(biāo)簽: command-line application Addfilter drivers
上傳時(shí)間: 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.
標(biāo)簽: intercepting operations non-SCSI support
上傳時(shí)間: 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.
標(biāo)簽: ROMs Classpnp supports provide
上傳時(shí)間: 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.
標(biāo)簽: storage implementing simplifies drivers
上傳時(shí)間: 2016-05-17
上傳用戶:我干你啊
這篇英文論文主要介紹了基于TI公司TMS320C24x的直流無刷電機(jī)控制。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.
標(biāo)簽: presented complete solution proposal
上傳時(shí)間: 2013-12-24
上傳用戶:極客
1、提取原蛋白質(zhì)相互作用網(wǎng)絡(luò)的所有節(jié)點(diǎn) 2、分別計(jì)算原蛋白質(zhì)相互作用網(wǎng)絡(luò)每個節(jié)點(diǎn)的度 3、從所有節(jié)點(diǎn)中選擇具有最高度的節(jié)點(diǎn),反復(fù)的添加邊,直到它的度值等于原蛋白質(zhì)相互作用網(wǎng)絡(luò)該節(jié)點(diǎn)的度值 4、在為節(jié)點(diǎn)添加邊時(shí),從剩余節(jié)點(diǎn)中選擇節(jié)點(diǎn)的方法是其度分布近似服從power-low分布 5、令t的值為零,則每個節(jié)點(diǎn)被選到的可能性都是相同的,由于在原蛋白質(zhì)相互作用網(wǎng)絡(luò)存在大量的低度節(jié)點(diǎn),所以集散節(jié)點(diǎn)會優(yōu)先連接低度節(jié)點(diǎn)。 這樣創(chuàng)建的網(wǎng)絡(luò)就為負(fù)相關(guān)蛋白質(zhì)互作網(wǎng)絡(luò)
標(biāo)簽: 節(jié)點(diǎn) 蛋白質(zhì) 網(wǎng)絡(luò) 分
上傳時(shí)間: 2014-01-13
上傳用戶:skfreeman
QEMU是一套由Fabrice Bellard所編寫的模擬操作系統(tǒng)的自由軟件。它與Bochs,PearPC近似,但其具有某些后兩者所不具備的特性,如高速度及跨平臺的特性。經(jīng)由kqemu這個非自由的加速器,QEMU能模擬至接近真實(shí)電腦的速度。 可以模擬 IA-32 (x86)個人電腦,AMD 64個人電腦,MIPS R4000, 升陽的 SPARC sun3 與 PowerPC (PReP 及 Power Macintosh)架構(gòu) 支持其他架構(gòu),不論在主機(jī)或虛擬系統(tǒng)上 增加了模擬速度,某些程序甚至可以實(shí)時(shí)運(yùn)行 適用于Linux ,Windows, FreeBSD and MaxOS X這幾個平臺 可以儲存及還原運(yùn)行狀態(tài)(如運(yùn)行中的程序) 可以虛擬網(wǎng)絡(luò)卡 Qemu Manager是delphi源碼 qemu是c源碼 這里下載源碼
標(biāo)簽: Fabrice Bellard Bochs QEMU
上傳時(shí)間: 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.
標(biāo)簽: illustrate diversity selection contains
上傳時(shí)間: 2016-06-06
上傳用戶:yimoney
實(shí)現(xiàn)人事管理系統(tǒng)以SQL SERVER 、ACCESS或其它數(shù)據(jù)庫為后臺,Power Builder為前臺,自行設(shè)計(jì)、開發(fā)一個小型、實(shí)用的數(shù)據(jù)庫應(yīng)用系統(tǒng)。初步了解和掌握數(shù)據(jù)庫應(yīng)用系統(tǒng)的開發(fā)原理和一般開發(fā)方法。
標(biāo)簽: SERVER ACCESS SQL 管理系統(tǒng)
上傳時(shí)間: 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.
標(biāo)簽: sample vendor-specific minidriver provides
上傳時(shí)間: 2013-12-20
上傳用戶:wyc199288
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1