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

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

Task

  • Virtex-5 GTP Transceiver Wizar

    The LogiCORE™ GTP Wizard automates the Task of creating HDL wrappers to configure the high-speed serial GTP transceivers in Virtex™-5 LXT and SXT devices. The menu-driven interface allows one or more GTP transceivers to be configured using pre-definedtemplates for popular industry standards, or from scratch, to support a wide variety of custom protocols.The Wizard produces a wrapper, an example design, and a testbench for rapid integration and verification of the serial interface with your custom function Features• Creates customized HDL wrappers to configureVirtex-5 RocketIO™ GTP transceivers• Users can configure Virtex-5 GTP transceivers toconform to industry standard protocols usingpredefined templates, or tailor the templates forcustom protocols• Included protocol templates provide support for thefollowing specifications: Aurora, CPRI, FibreChannel 1x, Gigabit Ethernet, HD-SDI, OBSAI,OC3, OC12, OC48, PCI Express® (PCIe®), SATA,SATA II, and XAUI• Automatically configures analog settings• Each custom wrapper includes example design, testbench; and both implementation and simulation scripts

    標簽: Transceiver Virtex Wizar GTP

    上傳時間: 2013-10-20

    上傳用戶:dave520l

  • 這是一個測試Timer類用法的程序.程序會隨機產生10個時間

    這是一個測試Timer類用法的程序.程序會隨機產生10個時間, 并在時間到的時候出發Task類對象中的run方法

    標簽: Timer 程序 測試 隨機

    上傳時間: 2015-03-21

    上傳用戶:wl9454

  • In case you haven t realized it, building computer systems is hard. As the complexity of the system

    In case you haven t realized it, building computer systems is hard. As the complexity of the system gets greater, the Task of building the software gets exponentially harder. As in any profession, we can progress only by learning, both from our mistakes and from our successes. This book represents some of this learning written in a form that I hope will help you to learn these lessons quicker than I did, or to communicate to others more effectively than I did before I boiled these patterns down.

    標簽: complexity the building computer

    上傳時間: 2015-04-25

    上傳用戶:tyler

  • transplant uc/os2 on coldfire5307 編譯通過

    transplant uc/os2 on coldfire5307 編譯通過,并且還有驗證程序,2個Task :循環點led,和串口print字符串

    標簽: transplant coldfire 5307 os

    上傳時間: 2014-01-16

    上傳用戶:稀世之寶039

  • Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP

    Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy Task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.

    標簽: connection pool applications program

    上傳時間: 2013-12-25

    上傳用戶:playboys0

  • HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is abilit

    HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is ability to compose or edit HTML documents in an easy, effective, and reliable way. This article and source code attached give you a nice control to perform this Task. And now, the best part: This control works fine with Microsoft VC++ 6.0!

    標簽: applications interface Editor abilit

    上傳時間: 2015-07-23

    上傳用戶:lepoke

  • 本人寫的ATMEL 128 UC/OSII移植程序

    本人寫的ATMEL 128 UC/OSII移植程序,有帶環型緩沖的鍵盤驅動,與彩色液晶顯示。多任務實驗Task包含在內。

    標簽: ATMEL OSII 128 UC

    上傳時間: 2015-08-22

    上傳用戶:ecooo

  • ACM試題An Easy Problem Description As we known, data stored in the computers is in binary form. The

    ACM試題An Easy Problem Description As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you Task is to find out an integer J, which is the minimum integer greater than I, and the number of 1 s in whose binary form is the same as that in the binary form of I. For example, if "78" is given, we can write out its binary form, "1001110". This binary form has 4 1 s. The minimum integer, which is greater than "1001110" and also contains 4 1 s, is "1010011", i.e. "83", so you should output "83".

    標簽: Description computers Problem binary

    上傳時間: 2013-12-11

    上傳用戶:libenshu01

  • Knowledge of the process noise covariance matrix is essential for the application of Kalman filteri

    Knowledge of the process noise covariance matrix is essential for the application of Kalman filtering. However, it is usually a difficult Task to obtain an explicit expression of for large time varying systems. This paper looks at an adaptive Kalman filter method for dynamic harmonic state estimation and harmonic injection tracking.

    標簽: application covariance Knowledge essential

    上傳時間: 2014-01-19

    上傳用戶:litianchu

  • 基于Verilog-HDL的硬件電路的實現 9.2 具有LCD顯示單元的可編程單脈沖發生器   9.2.1 LCD顯示單元的工作原理   9.2.2 顯示邏輯設計的思路與流程   9.

    基于Verilog-HDL的硬件電路的實現 9.2 具有LCD顯示單元的可編程單脈沖發生器   9.2.1 LCD顯示單元的工作原理   9.2.2 顯示邏輯設計的思路與流程   9.2.3 LCD顯示單元的硬件實現   9.2.4 可編程單脈沖數據的BCD碼化   9.2.5 Task的使用方法   9.2.6 for循環語句的使用方法   9.2.7 二進制數轉換BCD碼的硬件實現   9.2.8 可編程單脈沖發生器與顯示單元的接口   9.2.9 具有LCD顯示單元的可編程單脈沖發生器的硬件實現   9.2.10 編譯指令-"文件包含"處理的使用方法

    標簽: Verilog-HDL LCD 9.2 顯示單元

    上傳時間: 2014-06-23

    上傳用戶:xc216

主站蜘蛛池模板: 开平市| 龙游县| 金门县| 双流县| 留坝县| 陵水| 永州市| 综艺| 肥城市| 建水县| 鄯善县| 镇原县| 休宁县| 焉耆| 晋城| 崇左市| 罗源县| 洛南县| 延寿县| 太湖县| 五莲县| 宁都县| 姜堰市| 余江县| 宁城县| 手机| 高雄市| 渭南市| 岳阳市| 白山市| 苍梧县| 兴山县| 叶城县| 兴山县| 柏乡县| 津南区| 泌阳县| 九江市| 于都县| 武安市| 漳浦县|