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

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

aspect-Oriented

  • WP247 - Virtex-5系列高級封裝

    The exacting technological demands created byincreasing bandwidth requirements have given riseto significant advances in FPGA technology thatenable engineers to successfully incorporate highspeedI/O interfaces in their designs. One aspect ofdesign that plays an increasingly important role isthat of the FPGA package. As the interfaces get fasterand wider, choosing the right package has becomeone of the key considerations for the systemdesigner.

    標(biāo)簽: Virtex 247 WP 高級封裝

    上傳時間: 2013-10-22

    上傳用戶:1234xhb

  • EDGE信道分配原則

      Contents   1 Introduction 1   2 Glosary 1   2.1 Concepts 1   2.2 Abbreviations and acronyms 4   3 Capabilities 6   4 Technical Description 6   4.1 General 6   4.2 Service oriented Allocation of Resources on the Abis   interface (SARA) 8   4.3 Configuration of dedicated PDCHs in Packet Switched   Domain (PSD) 10   4.4 Handling of Packet Data traffic 15   4.5 Channel selection in Cicuit Switched Domain (CSD) 19   4.6 Return of PDCHs to Cicuit Switched Domain (CSD) 22   4.7 Main changes in Ericsson GSM system R10/BSS R10 24   5 Engineering guidelines 24   6 Parameters 26   6.1 Main controlling parameters 26   6.2 Parameters for special adjustments 26   6.3 Value ranges and default values 28   7 References 29

    標(biāo)簽: EDGE 信道分配

    上傳時間: 2013-11-12

    上傳用戶:ainimao

  • WP247 - Virtex-5系列高級封裝

    The exacting technological demands created byincreasing bandwidth requirements have given riseto significant advances in FPGA technology thatenable engineers to successfully incorporate highspeedI/O interfaces in their designs. One aspect ofdesign that plays an increasingly important role isthat of the FPGA package. As the interfaces get fasterand wider, choosing the right package has becomeone of the key considerations for the systemdesigner.

    標(biāo)簽: Virtex 247 WP 高級封裝

    上傳時間: 2013-11-07

    上傳用戶:wanghui2438

  • 賽靈思電機(jī)控制開發(fā)套件簡介(英文版)

      The power of programmability gives industrial automation designers a highly efficient, cost-effective alternative to traditional motor control units (MCUs)。 The parallel-processing power, fast computational speeds, and connectivity versatility of Xilinx® FPGAs can accelerate the implementation of advanced motor control algorithms such as Field Oriented Control (FOC)。   Additionally, Xilinx devices lower costs with greater on-chip integration of system components and shorten latencies with high-performance digital signal processing (DSP) that can tackle compute-intensive functions such as PID Controller, Clark/Park transforms, and Space Vector PWM.   The Xilinx Spartan®-6 FPGA Motor Control Development Kit gives designers an ideal starting point for evaluating time-saving, proven, motor-control reference designs. The kit also shortens the process of developing custom control capabilities, with integrated peripheral functions (Ethernet, PowerLink, and PCI® Express), a motor-control FPGA mezzanine card (FMC) with built-in Texas Instruments motor drivers and high-precision Delta-Sigma modulators, and prototyping support for evaluating alternative front-end circuitry.

    標(biāo)簽: 賽靈思 電機(jī)控制 開發(fā)套件 英文

    上傳時間: 2013-10-28

    上傳用戶:wujijunshi

  • The practice of enterprise application development has benefited from the emergence of many new enab

    The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace.

    標(biāo)簽: application development enterprise benefited

    上傳時間: 2015-03-11

    上傳用戶:aig85

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

    標(biāo)簽: 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.

    標(biāo)簽: connection pool applications program

    上傳時間: 2013-12-25

    上傳用戶:playboys0

  • 本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經(jīng)通過了國際標(biāo) 準(zhǔn)化這不但為語言增加了新的特性比如異常處理運行時刻類型識別RTTI 名字空 間內(nèi)置布爾數(shù)據(jù)類型新的強制轉(zhuǎn)換方式而且還大量

    本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經(jīng)通過了國際標(biāo) 準(zhǔn)化這不但為語言增加了新的特性比如異常處理運行時刻類型識別RTTI 名字空 間內(nèi)置布爾數(shù)據(jù)類型新的強制轉(zhuǎn)換方式而且還大量修改并擴(kuò)展了現(xiàn)有的特性比如模 板template 支持面向?qū)ο髈bject-oriented 和基于對象object-based 程序設(shè)計所需 要的類class 機(jī)制嵌套類型以及重載函數(shù)的解析機(jī)制也許更重要的是一個覆蓋面非 常廣闊的庫現(xiàn)在成了標(biāo)準(zhǔn)C++的一部分其中包括以前稱為STL 標(biāo)準(zhǔn)模板庫的內(nèi)容新 的string 類型一組順序和關(guān)聯(lián)容器類型比如vector list map 和set 以及在這些類型 上進(jìn)行操作的一組可擴(kuò)展的泛型算法generic algorithm 都是這個新標(biāo)準(zhǔn)庫的特性本書 不但包括了許多新的資料而且還闡述了怎樣在C++中進(jìn)行程序設(shè)計的新的思考方法簡而 言之實際上不但C++已經(jīng)被重新創(chuàng)造本書第三版也是如此

    標(biāo)簽: RTTI 變化 內(nèi)置 國際

    上傳時間: 2014-01-18

    上傳用戶:784533221

  • "More for C++" is a class library that provides some features that are usually common for object ori

    "More for C++" is a class library that provides some features that are usually common for object oriented programming languages like Java or Python, but not for C

    標(biāo)簽: that for features provides

    上傳時間: 2015-07-12

    上傳用戶:wuyuying

  • The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of

    The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread control panel to AI-based searches and more.

    標(biāo)簽: McGraw-Hill 0072255129 The Herbert

    上傳時間: 2015-07-18

    上傳用戶:lx9076

主站蜘蛛池模板: 临邑县| 玉溪市| 元氏县| 大方县| 宜都市| 朝阳市| 瑞安市| 抚顺市| 卢湾区| 南投县| 精河县| 武功县| 大姚县| 中山市| 天津市| 武宁县| 格尔木市| 图木舒克市| 富川| 长治县| 达州市| 米脂县| 奎屯市| 浮山县| 沂南县| 吴堡县| 横山县| 友谊县| 库伦旗| 台湾省| 聂荣县| 囊谦县| 揭东县| 铜鼓县| 廊坊市| 芦山县| 贵溪市| 泉州市| 曲靖市| 秭归县| 灵寿县|