亚洲欧美第一页_禁久久精品乱码_粉嫩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

主站蜘蛛池模板: 龙门县| 临潭县| 江油市| 鄢陵县| 平昌县| 攀枝花市| 江永县| 衡阳市| 长海县| 磴口县| 福建省| 商都县| 巩留县| 蓝田县| 榆林市| 建昌县| 横山县| 浦东新区| 东乡族自治县| 灵台县| 娱乐| 博客| 宝兴县| 漳浦县| 琼中| 全南县| 犍为县| 汕尾市| 土默特右旗| 阳高县| 贵州省| 潜山县| 柳江县| 新竹市| 张家港市| 通州区| 苍山县| 周口市| 扎鲁特旗| 湟中县| 伊川县|