Search Results - (((((((ant OR kwants) OR wantis) OR markant) OR cantor) OR anne) OR share) OR hints) algorithms.

  1. 261

    Heterogeneous networks in LTE-Advanced by Acharya, Joydeep

    Published 2014
    Table of Contents: “…Chapter 3 LTE Signal Structure and Physical Channels 3.1 Introduction; 3.2 LTE Signal Structure; 3.3 Introduction to LTE Physical Channels and Reference Signals; 3.4 Resource Block Assignment; 3.5 Downlink Physical Channels; 3.5.1 Physical Broadcast Channel (PBCH); 3.5.2 Physical Downlink Shared Channel (PDSCH); 3.5.3 Physical Multicast Channel (PMCH); 3.5.4 Physical Control Format Indicator Channel (PCFICH); 3.5.5 Physical Hybrid ARQ Indicator Channel (PHICH); 3.5.6 Physical Downlink Control Channel (PDCCH); 3.6 Uplink Physical Channels; 3.6.1 Physical Uplink Shared Channel (PUSCH).…”
    Full text (MFA users only)
    Electronic eBook
  2. 262

    Microwave and millimeter wave circuits and systems : emerging design, technologies, and applications

    Published 2012
    Table of Contents: “…1.1.7 MBF Model -- the Memoryless PA Behavioural Model of ChoiceAcknowledgements; References; 2 Artificial Neural Network in Microwave Cavity Filter Tuning; 2.1 Introduction; 2.2 Artificial Neural Networks Filter Tuning; 2.2.1 The Inverse Model of the Filter; 2.2.2 Sequential Method; 2.2.3 Parallel Method; 2.2.4 Discussion on the ANN's Input Data; 2.3 Practical Implementation -- Tuning Experiments; 2.3.1 Sequential Method; 2.3.2 Parallel Method; 2.4 Influence of the Filter Characteristic Domain on Algorithm Efficiency; 2.5 Robots in the Microwave Filter Tuning; 2.6 Conclusions; Acknowledgement…”
    Full text (MFA users only)
    Electronic eBook
  3. 263

    Intelligent IoT for the Digital World : Incorporating 5G Communications and Fog/Edge Computing Technologies. by Yang, Yang

    Published 2021
    Table of Contents: “…1.4.4 Intelligent Manufacturing and Interactive Design -- 1.4.5 Autonomous Driving and Vehicular Networks -- 1.5 Requirements and Challenges for Intelligent IoT Services -- 1.5.1 A Generic and Flexible Multi-tier Intelligence IoT Architecture -- 1.5.2 Lightweight Data Privacy Management in IoT Networks -- 1.5.3 Cross-domain Resource Management for Intelligent IoT Services -- 1.5.4 Optimization of Service Function Placement, QoS, and Multi-operator Network Sharing for Intelligent IoT Services -- 1.5.5 Data Time stamping and Clock Synchronization Services for Wide-area IoT Systems -- 1.6 Conclusion…”
    Full text (MFA users only)
    Electronic eBook
  4. 264
  5. 265

    Stochastic optimization models in finance

    Published 1975
    Table of Contents: “…The Main Theorem and an Algorithm; V. Nonterminating Processes; ACKNOWLEDGMENT; REFERENCES; CHAPTER5. …”
    Full text (MFA users only)
    Electronic eBook
  6. 266

    Adventures in Authentic Learning : 21 Step-by-Step Projects From an Edtech Coach. by Harrington, Kristin

    Published 2020
    Table of Contents: “…Lesson Plans -- Lesson Plan 2.1 PechaKucha Presentations -- Lesson Plan 2.2 Life Cycles Jigsaw Research Project -- Lesson Plan 2.3 Math Jigsaw Project -- Lesson Plan 2.4 Student-Created Tutorial Videos -- Coach's Connection -- CHAPTER 3: Collaborate for Success -- Some Lesser-Known Educator Sharing Tools -- Enhance Projects with Content Experts -- Provide an Authentic Audience -- Engaging Students in Peer Review -- Lesson Plans -- Lesson Plan 3.1 Algorithmic Thinking Project -- Lesson Plan 3.2 Pick Your Path Stories -- Lesson Plan 3.3 Invent It Challenge…”
    Full text (MFA users only)
    Electronic eBook
  7. 267

    Pediatric incontinence : evaluation and clinical management

    Published 2015
    Full text (MFA users only)
    Electronic eBook
  8. 268

    Tumor board review : guideline and case reviews in oncology

    Published 2015
    Full text (MFA users only)
    Electronic eBook
  9. 269
  10. 270

    Knowledge mining using intelligent agents

    Published 2011
    Full text (MFA users only)
    Electronic eBook
  11. 271

    Corporate strategy for dramatic productivity surge

    Published 2013
    Table of Contents: “…Instantaneous and spontaneous information sharing / Hiromichi Yasuoka -- ch. 7. The development of a three-minute battery charger / Toru Fujii -- ch. 8. …”
    Full text (MFA users only)
    Electronic eBook
  12. 272
  13. 273
  14. 274
  15. 275

    Digitalization of Society and Socio-Political Issues. 1, Digital, Communication, and Culture

    Published 2019
    Table of Contents: “…The Digitalization of Cultural Policies in France 149; Anne BELLON 14.1.…”
    Full text (MFA users only)
    Electronic eBook
  16. 276

    Concise encyclopaedia of bioinformatics and computational biology 2e

    Published 2014
    Table of Contents: “….; Akaike Information Criterion; Pedro Larranaga and Concha Bielza; Algorithm; Matthew He; Alignment (Domain Alignment, Repeats Alignment); Jaap Heringa; Alignment Score; Laszlo Patthy; Allele-Sharing Methods (Non-parametric Linkage Analysis).…”
    Full text (MFA users only)
    Electronic eBook
  17. 277

    CUDA Application Design and Development. by Farber, Rob

    Published 2011
    Table of Contents: “…The Nsight Timeline Analysis -- The NVTX Tracing Library -- Scaling Behavior of the CUDA API -- Tuning and Analysis Utilities (TAU) -- Summary -- 4 The CUDA Execution Model -- GPU Architecture Overview -- Thread Scheduling: Orchestrating Performance and Parallelism via the Execution Configuration -- Relevant computeprof Values for a Warp -- Warp Divergence -- Guidelines for Warp Divergence -- Relevant computeprof Values for Warp Divergence -- Warp Scheduling and TLP -- Relevant computeprof Values for Occupancy -- ILP: Higher Performance at Lower Occupancy -- ILP Hides Arithmetic Latency -- ILP Hides Data Latency -- ILP in the Future -- Relevant computeprof Values for Instruction Rates -- Little's Law -- CUDA Tools to Identify Limiting Factors -- The nvcc Compiler -- Launch Bounds -- The Disassembler -- PTX Kernels -- GPU Emulators -- Summary -- 5 CUDA Memory -- The CUDA Memory Hierarchy -- GPU Memory -- L2 Cache -- Relevant computeprof Values for the L2 Cache -- L1 Cache -- Relevant computeprof Values for the L1 Cache -- CUDA Memory Types -- Registers -- Local memory -- Relevant computeprof Values for Local Memory Cache -- Shared Memory -- Relevant computeprof Values for Shared Memory -- Constant Memory -- Texture Memory -- Relevant computeprof Values for Texture Memory -- Global Memory -- Common Coalescing Use Cases -- Allocation of Global Memory -- Limiting Factors in the Design of Global Memory -- Relevant computeprof Values for Global Memory -- Summary -- 6 Efficiently Using GPU Memory -- Reduction -- The Reduction Template -- A Test Program for functionReduce.h -- Results -- Utilizing Irregular Data Structures -- Sparse Matrices and the CUSP Library -- Graph Algorithms -- SoA, AoS, and Other Structures -- Tiles and Stencils -- Summary -- 7 Techniques to Increase Parallelism -- CUDA Contexts Extend Parallelism -- Streams and Contexts.…”
    Full text (MFA users only)
    Electronic eBook
  18. 278
  19. 279
  20. 280

    Large Scale Network-Centric Distributed Systems

    Published 2014
    Full text (MFA users only)
    Electronic eBook