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

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

Driven

  • 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

    標(biāo)簽: Transceiver Virtex Wizar GTP

    上傳時(shí)間: 2013-10-20

    上傳用戶:dave520l

  • A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and

    A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table Driven (faster but larger) version.

    標(biāo)簽: calculator calculated contains smaller

    上傳時(shí)間: 2015-01-13

    上傳用戶:s363994250

  • 8051上的CRC8校驗(yàn) A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower)

    8051上的CRC8校驗(yàn) A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table Driven (faster but larger) version.

    標(biāo)簽: calculator calculated contains smaller

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

    上傳用戶:CSUSheep

  • CBC下寫(xiě)的串口編程

    CBC下寫(xiě)的串口編程,API函數(shù)實(shí)例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I found both tasks confusing at best. It was particularly frustrating because I had, over the years, written so much stuff (including lots of serial comm software) for the DOS environment and numerous embedded applications. Interrupt Driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-Driven-callback world of Windows.

    標(biāo)簽: CBC 串口編程

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

    上傳用戶:cccole0605

  • 英文名為:《Data.Protection.and.Information.Lifecycle.Management》內(nèi)容為:數(shù)據(jù)維護(hù)計(jì)劃的統(tǒng)一框架

    英文名為:《Data.Protection.and.Information.Lifecycle.Management》內(nèi)容為:數(shù)據(jù)維護(hù)計(jì)劃的統(tǒng)一框架,數(shù)據(jù)維護(hù)的策略標(biāo)準(zhǔn),使用政策驅(qū)動(dòng)(policy-Driven)數(shù)據(jù)維護(hù)及數(shù)據(jù)生命周期(DLM)管理來(lái)提高安全、降低成本等。

    標(biāo)簽: Information Protection Management Lifecycle

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

    上傳用戶:banyou

  • This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup

    This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt Driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.

    標(biāo)簽: firmware mouse translates translator

    上傳時(shí)間: 2015-04-26

    上傳用戶:cuiyashuo

  • One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed

    One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed exponetially. * * The simulator is time-slice-Driven, i.e. the system model is being * run at discrete time points, with constant increments deltaT. * At each such time moment, program checks if a new item arrival or * release has occurred during previus deltaT.

    標(biāo)簽: One-channel distributed and simulator

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

    上傳用戶:kr770906

  • MSComm 控件通過(guò)串行端口傳輸和接收數(shù)據(jù)

    MSComm 控件通過(guò)串行端口傳輸和接收數(shù)據(jù),為應(yīng)用程序提供串行通訊功能。MSComm控件在串口編程時(shí)非常方便,程序員不必去花時(shí)間去了解較為復(fù)雜的API函數(shù),而且在VC、VB、Delphi等語(yǔ)言中均可使用。 Microsoft Communications Control(以下簡(jiǎn)稱MSComm)是Microsoft公司提供的簡(jiǎn)化Windows下串行通信編程的ActiveX控件,它為應(yīng)用程序提供了通過(guò)串行接口收發(fā)數(shù)據(jù)的簡(jiǎn)便方法。具體的來(lái)說(shuō),它提供了兩種處理通信問(wèn)題的方法:一是事件驅(qū)動(dòng)(Event-Driven)方法,一是查詢法。

    標(biāo)簽: MSComm 控件 串行端口 傳輸

    上傳時(shí)間: 2015-11-14

    上傳用戶:tianyi223

  • Zinc is an object oriented, platform independent, framework for designing graphical user interfaces

    Zinc is an object oriented, platform independent, framework for designing graphical user interfaces (GUIs) for cross platform applications. Zinc is scalable and customizable. It provides a full-featured toolkit for the creation of GUIs and event-Driven applications.

    標(biāo)簽: independent interfaces framework designing

    上傳時(shí)間: 2015-11-28

    上傳用戶:qb1993225

  • 驅(qū)動(dòng)級(jí)IO模擬按鍵

    驅(qū)動(dòng)級(jí)IO模擬按鍵,用于DX游戲的按鍵模擬。 this code can IO-Driven simulation of the keys to the game for the DX simulated keys.

    標(biāo)簽: 驅(qū)動(dòng)級(jí) IO模擬 按鍵

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

    上傳用戶:silenthink

主站蜘蛛池模板: 资兴市| 三都| 青冈县| 海晏县| 古蔺县| 武冈市| 长子县| 兴义市| 陆丰市| 邮箱| 辽源市| 德钦县| 平果县| 汕尾市| 景德镇市| 静乐县| 都安| 阳城县| 灵寿县| 合肥市| 永安市| 海城市| 大英县| 木兰县| 庄浪县| 绥滨县| 东莞市| 含山县| 济阳县| 灵宝市| 浏阳市| 广汉市| 桂阳县| 江山市| 菏泽市| 长宁区| 沙田区| 吉首市| 襄汾县| 友谊县| 林州市|