虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Adapter

适配器是一个接口转换器,它可以是一个独立的硬件接口设备,允许硬件或电子接口与其它硬件或电子接口相连,也可以是信息接口。比如:电源适配器、三角架基座转接部件、USB与串口的转接设备等。
  • KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware.

    KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics Adapter, etc. The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20. KVM is open source software.

    标签: virtualization Kernel-based for hardware

    上传时间: 2015-08-19

    上传用户:lijianyu172

  • PCI Hot-Plug Specification Revision 1.0 The primary objective of this specification is to enable

    PCI Hot-Plug Specification Revision 1.0 The primary objective of this specification is to enable higher availability of file and application servers by standardizing key aspects of the process of removing and installing PCI Adapter cards while the system is running. Although these same principles can be applied to desktop and portable systems using PCI buses, the operations described here target server platforms.

    标签: Specification specification objective Hot-Plug

    上传时间: 2013-12-09

    上传用户:zyt

  • This directory builds the Tape class driver for Microsoft® Windows® Server 2003. The class dri

    This directory builds the Tape class driver for Microsoft® Windows® Server 2003. The class driver implements device-independent support, and exports support routines for device-specific tape miniclass drivers. It handles device-independent tape requests and calls the tape minidriver routines to process device-specific functions. Class driver splits transfer requests, when necessary, to fit the maximum transfer size for the underlying host bus Adapter. It also provides device-independent, tape-specific error handling, and calls the tape miniclass driver s device-specific error handling routines.

    标签: class Microsoft directory reg

    上传时间: 2013-12-08

    上传用户:huangld

  • DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, b

    DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, but it also makes it much easier for hardware developers to produce new devices that work well in the Windows environment. The DirectX APIs take away the necessity of writing your own low-level, device-specific code to access hardware such as the display Adapter and network card, making it much easier for you to write programs that take full advantage of the computer s multimedia capabilities.

    标签: performance incredibly therefore hardware

    上传时间: 2016-02-16

    上传用户:秦莞尔w

  • java设计模式的例子

    java设计模式的例子,Adapter设计模式

    标签: java 设计模式

    上传时间: 2016-06-07

    上传用户:yangbo69

  • This directory builds the miniport driver for Adaptec’s 1540 family of SCSI controllers. This driver

    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

  • This directory contains the miniport driver for INI-9100U/UW PCI_UltraSCSI Bus Master Controllers. T

    This directory contains the miniport driver for INI-9100U/UW PCI_UltraSCSI Bus Master Controllers. This driver exports several functions that 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 shutting down the controller during device removal or power management operations.

    标签: PCI_UltraSCSI Controllers directory contains

    上传时间: 2016-06-28

    上传用户:l254587896

  • JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devic

    JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devices (parts) and boards through JTAG Adapter.

    标签: JTAG-aware hardware software enables

    上传时间: 2016-10-20

    上传用户:520

  • Aardvark Example Source Code Version: 4.00 Date: 2007-04-20 Source code which shows how to use the

    Aardvark Example Source Code Version: 4.00 Date: 2007-04-20 Source code which shows how to use the Aardvark I2C/SPI Host Adapter software libraries. Examples are available in C, C#, Python, Visual Basic 6, Visual Basic .NET, and Aardvark XML batch script code and make use of the targets on the I2C/SPI Activity Board. Explanatory notes and build instructions are included in the README.txt file.

    标签: Source Aardvark Example Version

    上传时间: 2017-07-06

    上传用户:lz4v4

  • SharpPcap c#抓包实现时时获取网卡信息

    SharpPcap c#抓包实现时时获取网卡信息 SharpPcap tutorial: a step by step guide to using SharpPcap The text of this tutorial is taken directly from WinPcap's official tutorial but is modified to show the C# use of the SharpPcap library. All examples can be downloaded together with SharpPcap source code from SharpPcap 's homepage. The WinPcap library must be installed before attempting to run any of these examples, so please download and install the latest version from WinPcap's download page. SharpPcap was written and tested using .NET v1.1 and Windows 2000/XP. I have no idea about other .NET and Windows versions. If you do try it, please report your results. The following topics are covered in this tutorial: Obtaining the device list Obtaining advanced information about installed devices Opening an Adapter and capturing packets Capturing packets without the event handler Filtering the traffic Interpreting the packets Handling offline dump files Sending Packets Gathering Statistics on the network traffic 1. Obtaining the device list

    标签: SharpPcap c#抓包 获取网卡信息

    上传时间: 2015-07-06

    上传用户:muzongda