This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver exports several functions which are used by SCSIPORT.SYS to issue SCSI requests to the devices attached to the controller, process adapter interrupts, and various other SCSI activities. This driver is also responsible for detecting non-Plug and Play 1540 SCSI controllers—the Plug and Play controllers are detected by the operating system—and for shutting down the controller during device removal or power management operations. This sample also demonstrates the use of the SCSIWMI library to add WMI functionality to SCSI miniports. This library can be linked into a miniport and provides most of the framework needed to expose WMI data blocks to SCSIPORT and the system.
标签: driver This controllers directory
上传时间: 2016-06-28
上传用户:caiiicc
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. No INF file is needed to install this application.
标签: command-line application Addfilter drivers
上传时间: 2016-06-28
上传用户:源码3
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. No INF file is needed to install this driver.
标签: intercepting operations non-SCSI support
上传时间: 2014-08-17
上传用户:pkkkkp
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. No INF file is needed to install this driver.
标签: disk-accesses performance capturing DiskPerf
上传时间: 2013-12-31
上传用户:wuyuying
WMI implementation in a iSCSI miniport can be tested using the iscsicli.exe application, device manager property pages, WBEMTEST.exe and scripts generated by the wmimofck.exe tool.
标签: implementation application miniport iscsicli
上传时间: 2016-07-01
上传用户:franktu
libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This document explains the use of libsvm.
标签: classification easy-to-use regression and
上传时间: 2013-12-18
上传用户:253189838
MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关
标签: MediaPlayer 代码
上传时间: 2016-07-08
上传用户:爺的气质
Application (fix point) for playing MP3 data on embedded systems. mp3play is designed to be able to play mp3 data files within the local filesystem (which can be a network filesystem), or fetch files to play via http over a network. For the http case the address can specify a streaming MP3 server.
标签: Application embedded designed playing
上传时间: 2016-07-10
上传用户:520
Abstract: This thesis describes the incremental development and main features of a synthetic multi-agent system called UvA Trilearn 2001. UvA Trilearn 2001 is a robotic soccer simulation team that consists of eleven autonomous software agents. It operates in a physical soccer simulation system called soccer server which enables teams of autonomous software agents to play a game of soccer against each other.
标签: incremental development describes synthetic
上传时间: 2016-07-25
上传用户:zaizaibang
WDM 驱动程序,包含插件及处理方法。 Shows how to implement a simple WDM driver, including Plug and Play message handling using NuMega s policy interfaces
上传时间: 2013-12-24
上传用户:yuanyuan123