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

automatically

  • 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

  • SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service

    SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service description and search from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to automatically create a service or record. This utility can be run to create an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute search based on information stored in a human readable file.

    标签: Recognizing difficulty SDP generator

    上传时间: 2015-04-16

    上传用户:dyctj

  • 项目描述: Fink is an attempt to bring the full world of Unix Open Source software to Darwin and Mac OS

    项目描述: Fink is an attempt to bring the full world of Unix Open Source software to Darwin and Mac OS X. Packages are downloaded and built automatically and installed into a tree managed by dpkg. Fink试图将Unix开源软件世界带入到 Darwin 和Mac OS X。工具包可以被下载和自动生成,并安装到由dpkg管理的树状结构中。 来源: http://sourceforge.net/projects/fink/

    标签: software attempt Darwin Source

    上传时间: 2015-04-17

    上传用户:tedo811

  • 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.

    标签: firmware mouse translates translator

    上传时间: 2015-04-26

    上传用户:cuiyashuo

  • Setting and Changing Column Widths By default, all columns in a table start out with equal width,

    Setting and Changing Column Widths By default, all columns in a table start out with equal width, and the columns automatically fill the entire width of the table. When the table becomes wider or narrower (which might happen when the user resizes the window containing the table), all the column widths change appropriately.

    标签: Changing Setting default columns

    上传时间: 2015-05-04

    上传用户:璇珠官人

  • This a script for 3 TCP connections with a RED bottleneck buffer. Parameters are configured automati

    This a script for 3 TCP connections with a RED bottleneck buffer. Parameters are configured automatically

    标签: connections Parameters bottleneck configured

    上传时间: 2015-05-11

    上传用户:1427796291

  • Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched accord

    Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed a certain size or age. External shell scripts (e.g., mail) can be launched when specific patterns are found. Metalog is easier to configure than syslogd and syslog-ng, accepts unlimited number of rules and has (switchable) memory bufferization for maximal performance.

    标签: replacement dispatched messages Metalog

    上传时间: 2014-01-03

    上传用户:脚趾头

  • C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in

    C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, explicit memory deallocation is prohibited in C-Talk, unused objects are automatically deallocated by garbage collector.

    标签: interpreted Variables scripting checking

    上传时间: 2015-08-18

    上传用户:王者A

  • OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a

    OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms. OpenCV has cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external libraries, though it can use some when it is possible. OpenCV is free for both non-commercial and commercial use (see the license for details). OpenCV provides transparent interface to Intel® Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available. More information about IPP can be retrieved at http://www.intel.com/software/products/ipp/index.htm -------------------------------------------------------------------------------- 本文是opencv的入门教程

    标签: collection functions Computer Library

    上传时间: 2015-09-12

    上传用户:zhangyi99104144

  • This program demonstrates using watchdog timers to invoke deadline handlers. CoordinatorTask sen

    This program demonstrates using watchdog timers to invoke deadline handlers. CoordinatorTask sends data to the organizer. OrganizerTask receives data from the coordinatorTask, and resets the coordinatorTask when no data is sent by the coordinatorTask in the past five seconds (deadline time). This demonstration program is automatically stopped after twenty seconds.

    标签: CoordinatorTask demonstrates deadline handlers

    上传时间: 2015-09-21

    上传用户:大融融rr