亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

DeviCE-specific

  • Lachesis an IRCRPG combat engine written in a combination of C and C++. The combat engine is being w

    Lachesis an IRCRPG combat engine written in a combination of C and C++. The combat engine is being written for a specific RPG, but most of the project should be useful to IRCRPGs in general. It includes a native interface to the IRC protocol to allow it to act as an IRC bot, for such uses as dice rolling and acting as a remote-controlled client (RPG NPC perhaps).

    標簽: combat engine combination Lachesis

    上傳時間: 2014-01-26

    上傳用戶:firstbyte

  • 顯存地址映射。只要知道該類PCI設備的Vendor號

    顯存地址映射。只要知道該類PCI設備的Vendor號,Device號和索引號myIndex,就可以查找到該類PCI設備的MEMORY地址和IO地址,以及中斷級。并將第一個MEMORY地址給出它的從物理地址到虛擬地址的映射。

    標簽: Vendor PCI 顯存 地址

    上傳時間: 2013-12-14

    上傳用戶:CSUSheep

  • USBD的驅動程序

    USBD的驅動程序,Linux環境下的usb device的驅動程序

    標簽: USBD 驅動程序

    上傳時間: 2013-12-27

    上傳用戶:bakdesec

  • enumerates Plug-n-Play RS-232 devices that are compliant with the current revision of Plug and Play

    enumerates Plug-n-Play RS-232 devices that are compliant with the current revision of Plug and Play External COM Device.

    標簽: Plug-n-Play enumerates compliant revision

    上傳時間: 2015-03-29

    上傳用戶:gdgzhym

  • Addfilter is a command-line application which adds and removes filter drivers for a given drive or v

    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 both x86 and Alpha platforms. 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

    上傳時間: 2013-12-30

    上傳用戶:天誠24

  • The flpydisk sample is a floppy driver that resides in the directory \NtddkSrcStorageFdcFlpydsk. It

    The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The floppy driver takes commands from the application and then calls routines in the controller which will in turn perform the actual interaction with the device. The sample compiles in 64-bit, but has not been tested in this environment. It is compatible with x86 and Alpha platforms.

    標簽: NtddkSrcStorageFdcFlpydsk directory flpydisk resides

    上傳時間: 2015-03-30

    上傳用戶:龍飛艇

  • This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. Th

    This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.

    標簽: developed indicated keyboard Cherry

    上傳時間: 2015-04-02

    上傳用戶:nanxia

  • CH375 是一個USB總線的通用接口芯片

    CH375 是一個USB總線的通用接口芯片,支持USB-HOST主機方式和USB-DEVICE/SLAVE設備方式。在本地端,CH375具有8位數據總線和讀、寫、片選控制線以及中斷輸出,可以方便地掛接到單片機/DSP/MCU/MPU等控制器的系統總線上。在USB主機方式下CH375還提供了串行通訊方式,通過串行輸入、串行輸出和中斷輸出與單片機/DSP/MCU/MPU 等相連接。 CH375 的USB 設備方式與CH372 芯片完全兼容,CH375 包含了CH372 的全部功能。本手冊中沒有提供CH375 在USB 設備方式下的說明,相關資料可以參考CH372 手冊。 CH375的USB 主機方式支持常用的USB 全速設備,外部單片機可以通過CH375 按照相應的USB 協議與USB 設備通訊。CH375 還內置了處理Mass-Storage 海量存儲設備的專用通訊協議的固件,外部單片機可以直接以扇區為基本單位讀寫常用的USB 存儲設備(包括USB 硬盤/USB 閃存盤/U 盤)。

    標簽: 375 USB CH 總線

    上傳時間: 2013-12-18

    上傳用戶:fhzm5658

  • OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Archi

    OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.

    標簽: interpreting extensions generates multipass

    上傳時間: 2015-04-12

    上傳用戶:大三三

  • 本設備驅動教程是一本實際操作指南

    本設備驅動教程是一本實際操作指南,介紹如何開發簡單的 SolarisTM 操作系統(Solaris OS)驅動程序。設備驅動教程 還闡述了設備驅動程序在 Solaris 操作系統中的工作原理。本書與 Writing Device Drivers 配套。Writing Device Drivers 是一個詳盡的參考文檔,對多種設備和驅動程序進行了討論。設備驅動教程探討了完整的驅動程序,但沒有對所有驅動程序類型進行全面分析。設備驅動教程中的很多地方都引用了 Writing Device Drivers 及其他書籍的內容,以提供更詳細的信息。需要開發、安裝和配置 Solaris 操作系統設備驅動程序者,以及需要維護現有驅動程序或為現有的 Solaris 操作系統驅動程序添加新功能者,都應閱讀本書。本書提供的內核方面的信息也有助于診斷和排除在安裝或配置 Solaris 系統時遇到的問題。

    標簽: 設備驅動 教程 操作

    上傳時間: 2013-12-30

    上傳用戶:古谷仁美

主站蜘蛛池模板: 陵川县| 怀仁县| 福海县| 高雄县| 广南县| 崇明县| 正阳县| 临夏市| 澄江县| 襄樊市| 汽车| 巴东县| 乐平市| 建德市| 五原县| 洱源县| 嘉峪关市| 北海市| 延津县| 基隆市| 西乡县| 四川省| 姜堰市| 威远县| 城口县| 蕲春县| 茌平县| 云和县| 平安县| 鄂尔多斯市| 达拉特旗| 洪洞县| 巴中市| 白银市| 常德市| 井冈山市| 湾仔区| 云和县| 华安县| 桂阳县| 武鸣县|