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

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

TEMPLATEs

  • Mobile Web Form TEMPLATEs for WAP 是c#的wap網頁開發模板。可以簡化重復勞動。有的vs.net版本沒有。

    Mobile Web Form TEMPLATEs for WAP 是c#的wap網頁開發模板。可以簡化重復勞動。有的vs.net版本沒有。

    標簽: TEMPLATEs Mobile Form Web

    上傳時間: 2013-12-23

    上傳用戶:LIKE

  • vhdl TEMPLATEs for beginners

    vhdl TEMPLATEs for beginners

    標簽: TEMPLATEs beginners vhdl for

    上傳時間: 2017-09-04

    上傳用戶:yzhl1988

  • 【David Vandevoorde】C++ TEMPLATEs中文版_陳偉柱(譯).pdf

    【David Vandevoorde】C++ TEMPLATEs中文版_陳偉柱(譯).pdf

    標簽: Vandevoorde TEMPLATEs

    上傳時間: 2018-06-12

    上傳用戶:odisey

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

    上傳用戶:leyesome

  • 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

  • PhpDig is a search engine written in PHP that uses a MySQL database backend. It features indexing of

    PhpDig is a search engine written in PHP that uses a MySQL database backend. It features indexing of both static and dynamic pages, spidering of almost all links in HTML content, in hrefs, areamaps, and frames, and full text indexing. The search results appearence is skin-able, using a very simple TEMPLATEs system. PhpDig是一個用PHP編寫的搜索引擎,它使用MySQL數據庫后臺。它的功能有靜態和動態頁面索引,在HTML內容中用hrefs, areamaps,和frames以及全文本索引構成所有的鏈接網。搜索結果的外觀是可定制外觀的,使用一個非常簡單的模板系統。

    標簽: database features indexing backend

    上傳時間: 2014-01-03

    上傳用戶:haohaoxuexi

  • The purpose of this computer program is to allow the user to construct, train and test differenttype

    The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of TEMPLATEs, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures and duplicate attributes is reduced. Utilizing dynamic binding and memory allocationafforded by C++, the user can choose to develop four separate types of neural networks:

    標簽: differenttype construct computer purpose

    上傳時間: 2013-12-06

    上傳用戶:13517191407

  • 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

  • This book focuses on combining C++ s power and flexibility with high performance and scalability, r

    This book focuses on combining C++ s power and flexibility with high performance and scalability, resulting in the best of both worlds. Specific topics include temporary objects, memory management, TEMPLATEs, inheritance, virtual functions, inlining, referencecounting, STL, and much more

    標簽: flexibility performance scalability and

    上傳時間: 2015-07-02

    上傳用戶:784533221

  • This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C

    This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C++. It uses TEMPLATEs. The advantage of TEMPLATEs is that the types of kernel values and data points can be varied to suit the problem.

    標簽: machines training package testing

    上傳時間: 2015-07-03

    上傳用戶:zhengzg

主站蜘蛛池模板: 普兰县| 石景山区| 汪清县| 新郑市| 大名县| 呼和浩特市| 秦安县| 望谟县| 永德县| 仁寿县| 土默特左旗| 正蓝旗| 天长市| 阳山县| 上蔡县| 合水县| 福安市| 潜山县| 吴旗县| 海城市| 双江| 通山县| 内江市| 华容县| 塘沽区| 雷波县| 天镇县| 西吉县| 康马县| 高雄县| 中西区| 樟树市| 大邑县| 礼泉县| SHOW| 望城县| 石楼县| 江阴市| 海淀区| 阿坝县| 浮梁县|