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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

up-techpxa

  • The Original USB 2.0 specification released on April 27, 2000 Errata to the USB 2.0 specification

    The Original USB 2.0 specification released on April 27, 2000 Errata to the USB 2.0 specification as of December 7, 2000 Mini-B connector Engineering Change Notice to the USB 2.0 specification. Pull-up/pull-down Resistors Engineering Change Notice to the USB 2.0 specification. Errata to the USB 2.0 specification as of May 28, 2002 Interface Association Descriptor Engineering Change Notice to the USB 2.0 specification. Rounded Chamfer Engineering Change Notice to the USB 2.0 specification as of October 8, 2003 Unicode Engineering Change Notice to the USB 2.0 specification as of February 21, 2005 Inter-Chip USB Supplement Revision 1.0 as of March 13, 2006 Revision 1.3 of the USB On-The-Go Supplement as of December 5, 2006 Revision 1.01 of the Micro-USB Cables and Connectors Specification as of April 4, 2007 USB 2.0 Link Power Management Addendum Engineering Change Notice to the USB 2.0 specification as of July 16, 2007.

    標(biāo)簽: specification 2.0 USB Original

    上傳時(shí)間: 2013-12-31

    上傳用戶:familiarsmile

  • VC6.0核心編程。主要涉及到windows消息

    VC6.0核心編程。主要涉及到windows消息,框架,mfc庫(kù)以及相關(guān)編程,com,activex技術(shù),數(shù)據(jù)庫(kù)技術(shù),網(wǎng)絡(luò)編程技術(shù)。為英文版本。 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    標(biāo)簽: windows 6.0 VC 核心

    上傳時(shí)間: 2016-01-02

    上傳用戶:lmeeworm

  • 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.

    2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.11 (May 7th, 2004) - Avoid split-completion bugs in certain PCI-X chipsets by breaking up large completion entry DMAs on ADB boundaries. 2.0.10 (April 9th, 2004) - Return "command timeout" status instead of "selection timeout status" to the SCSI mid-layer in response to selection timeouts. While the latter may seem more correct, the mid-layer will not offline devices suffering from persistent selection timeouts. This leads to extremely long recovery times for devices that go missing. Returning command timeout status causes the mid-layer to enter recovery and eventually offline persistently missing devices.

    標(biāo)簽: PF_FREEZE software support suspend

    上傳時(shí)間: 2016-01-05

    上傳用戶:亞亞娟娟123

  • java語(yǔ)言開發(fā)的P2P流媒體系統(tǒng)

    java語(yǔ)言開發(fā)的P2P流媒體系統(tǒng),“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php

    標(biāo)簽: java P2P 語(yǔ)言 流媒體系統(tǒng)

    上傳時(shí)間: 2016-01-09

    上傳用戶:ikemada

  • This book is for developers who design and program devices that use the Universal Serial Bus (USB)

    This book is for developers who design and program devices that use the Universal Serial Bus (USB) interface. The goal is to introduce you to USB and to help you get your devices up and communicating as quickly and easily as possible.

    標(biāo)簽: developers Universal devices program

    上傳時(shí)間: 2014-09-07

    上傳用戶:sdq_123

  • The purpose of this example is to demonstrate that the functioning of External interrupts (INT0, IN

    The purpose of this example is to demonstrate that the functioning of External interrupts (INT0, INT1, INT4, INT5 and INT6) and how toset them up. This directory contains the frameworks fw.c, the test program extr_intr.c and the external interrupt service routines isr.c. This was compiled using micro vision2.

    標(biāo)簽: demonstrate functioning interrupts External

    上傳時(shí)間: 2014-02-04

    上傳用戶:Altman

  • 我編寫的八數(shù)碼問題C++實(shí)現(xiàn)

    我編寫的八數(shù)碼問題C++實(shí)現(xiàn),This file contains a summary of what you will find in each of the files that make up your 8_num application.

    標(biāo)簽: 編寫 數(shù)碼

    上傳時(shí)間: 2014-12-05

    上傳用戶:Zxcvbnm

  • Software developers need to have a number of traits in order to practice their craft well. First, t

    Software developers need to have a number of traits in order to practice their craft well. First, they must be good analytical thinkers and problem solvers. A developer’s primary role is to create software that solves business problems. This requires analyzing customer needs and coming up with successful, creative solutions.

    標(biāo)簽: developers Software practice number

    上傳時(shí)間: 2014-06-01

    上傳用戶:671145514

  • This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i

    This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, we will be building on the same example source code used in part one. In this article, we will expand on that code to include Read functionality, Handle Input/Ouput Controls also known as IOCTLs, and learn a bit more about IRPs.

    標(biāo)簽: the interest tutorial Drivers

    上傳時(shí)間: 2016-01-28

    上傳用戶:lmeeworm

  • Ideal for large low power (nanoWatt) and connectivity applications that benefit from the availabilit

    Ideal for large low power (nanoWatt) and connectivity applications that benefit from the availability of four serial ports: double synchronous serial ports (I² C™ and SPI™ ) and double asynchronous (LIN capable) serial ports. Large amounts of RAM memory for buffering and FLASH program memory make it ideal for instrumentation panels, TCP/IP enabled embedded applications as well as metering and industrial control and monitoring applications. While operating up to 40 MHz, it is also backward software and hardware compatible with the PIC18F8720.

    標(biāo)簽: connectivity applications availabilit nanoWatt

    上傳時(shí)間: 2016-02-04

    上傳用戶:CHINA526

主站蜘蛛池模板: 重庆市| 广宗县| 长宁区| 阜南县| 元江| 紫阳县| 阜城县| 临夏县| 白水县| 朔州市| 滁州市| 衡阳县| 大庆市| 陇西县| 峡江县| 泽普县| 海口市| 威信县| 万荣县| 永春县| 许昌市| 色达县| 西和县| 乐昌市| 全南县| 溧水县| 佛坪县| 同德县| 沅陵县| 平南县| 德昌县| 五寨县| 安庆市| 芦山县| 申扎县| 东乌| 调兵山市| 上蔡县| 冷水江市| 襄城县| 鸡东县|