Mostrando 361 - 380 Resultados de 531 Para Buscar '"throughput"', tiempo de consulta: 0.09s Limitar resultados
  1. 361
    Publicado 2015
    “…Master performance optimization for Unity3D applications with tips and techniques that cover every aspect of the Unity3D Engine About This Book Optimize CPU cycles, memory usage, and GPU throughput for any Unity3D application Master optimization techniques across all Unity Engine features including Scripting, Asset Management, Physics, Graphics Features, and Shaders A practical guide to exploring Unity Engine's many performance-enhancing methods Who This Book Is For This book is intended for intermediate and advanced Unity developers who have experience with most of Unity's feature-set, and who want to maximize the performance of their game. …”
    Libro electrónico
  2. 362
    Publicado 2017
    Tabla de Contenidos: “…The qualities of G1GC -- Concurrent mode failures -- Understanding memory errors -- Summary -- Chapter 6: Optimizing Code with Microbenchmarking -- The concept of microbenchmarking -- Microbenchmarks in Java -- Understanding the JMH -- Setting up the JMH -- Building up in the JMH -- Benchmark modes in the JMH -- Throughput measure -- Time-based measures -- Applying the JMH in Java projects -- What is Maven? …”
    Libro electrónico
  3. 363
    Publicado 2016
    “…Acquire, prepare, and combine datasets to drive insights. Optimize business throughput using Bayes Classifier. Discover (more) hidden patterns using KNN and Naïve Bayes. …”
    Libro electrónico
  4. 364
    por Bruni, Paolo
    Publicado 2002
    Tabla de Contenidos: “…DB2 OLAP Server on zSeries -- 7.1 DB2 OLAP Server introduction -- 7.2 V1.1 to V7.1 performance comparisons -- 7.2.1 Measurement environment -- 7.2.2 Measurement results -- 7.3 Throughput and scalability measurements -- 7.3.1 Measurement environment -- 7.3.2 Measurement results -- 7.4 Summary -- Appendix A. …”
    Libro electrónico
  5. 365
    por Mikkelsen, Susan
    Publicado 2011
    Tabla de Contenidos: “…3.6 Ensayos de ultra alto rendimiento (Ultra-High-Throughput Assays)21-233.7 Consideraciones prácticas para los análisis enzimáticos; 3.8 Lecturas sugeridas; 3.9. …”
    Libro electrónico
  6. 366
    por Kinniment, D. J.
    Publicado 2007
    Tabla de Contenidos: “…5.7.2 Synchronizer Selection6 Conclusions Part I; Part II; 7 Synchronizers in Systems; 7.1 LATENCY AND THROUGHPUT; 7.2 FIFO SYNCHRONIZER; 7.3 AVOIDING SYNCHRONIZATION; 7.4 PREDICTIVE SYNCHRONIZERS; 7.5 OTHER LOW-LATENCY SYNCHRONIZERS; 7.5.1 Locally Delayed Latching (LDL); 7.5.2 Speculative Synchronization; 7.5.2.1 Synchronization error detection; 7.5.2.2 Pipelining; 7.5.2.3 Recovery; 7.6 ASYNCHRONOUS COMMUNICATION MECHANISMS (ACM); 7.6.1 Slot Mechanisms; 7.6.2 Three-slot Mechanism; 7.6.3 Four-slot Mechanism; 7.6.4 Hardware Design and Metastability; 7.7 SOME COMMON SYNCHRONIZER DESIGN ISSUES…”
    Libro electrónico
  7. 367
    por James, Colin
    Publicado 2024
    Tabla de Contenidos: “…Virtual physiology -- Check in with yourself -- Chapter 11 Gestures -- Handshakes -- Gestures in the workplace -- Types of gestures -- Final thoughts on gestures -- Chapter 12 Movement -- Anchoring -- Sequential anchoring -- Timeline anchoring -- Gestural anchoring -- Chapter 13 Facial expression -- Chapter 14 Auditory -- Voice -- Pace -- Pitch -- Projection -- Pausing -- Chapter 15 Language -- Reducing jargon -- The scourge of '-ly' adverbs -- Fresh, zesty, surprising -- Plain language -- Chapter 16 Visual aids -- Beyond PowerPoint -- Mistake #1: Not setting up the slide -- Mistake #2: Showing the whole slide -- Mistake #3: Too much content -- Mistake #4: Slides on the whole time -- Mistake #5: Relying on the slides to remember your content -- Mistake #6: Thinking you need slides -- Alternatives to PowerPoint -- Google Slides -- Canva -- Prezi -- Keynote -- Flipcharts and whiteboards -- Collaboration tools -- Videos -- AI and the future -- Final thoughts on visual aids -- Chapter 17 Energy -- Start with body language -- Level of interaction -- How energy affects the workplace -- Managing energy -- Using energy to influence -- Intention -- Attention -- Emotion -- Humour -- Chapter 18 Relationships -- Using names -- Maintain eye contact -- Reset your respect -- Using questions -- Direct questions -- Rhetorical questions -- Chapter 19 Managing questions -- Input, throughput, output -- Managing questions in three steps -- Answering questions methodology -- Q&amp -- A structure -- Step 1: Acknowledge the question and the questioner by name -- Step 2: Create relevance for all -- Step 3: Answer using stories and examples -- Step 4: Close, check and thank -- Wrapping up Q&amp -- A -- Relationship wrap-up -- Chapter 20 Story -- The power of storytelling -- Stories for vision, mission and values -- Stories about change and overcoming resistance…”
    Libro electrónico
  8. 368
    por Evans, John
    Publicado 2007
    Tabla de Contenidos: “…Front Cover; Deploying IP and MPLS QOS for Multiservice Networks; Copyright Page; Contents; Preface; Acknowledgments; About the authors; Chapter 1 QOS Requirements and Service Level Agreements; 1.1 Introduction; 1.2 SLA Metrics; 1.2.1 Network Delay; 1.2.2 Delay-jitter; 1.2.3 Packet Loss; 1.2.4 Bandwidth and Throughput; 1.2.5 Per Flow Sequence Preservation; 1.2.6 Availability; 1.2.7 Quality of Experience; 1.3 Application SLA Requirements; 1.3.1 Voice over IP; 1.3.2 Video; 1.3.3 Data Applications; 1.4 Marketed SLAs versus Engineered SLAs; 1.4.1 End-to-End SLAs vs Segmented SLAs…”
    Libro electrónico
  9. 369
    Publicado 2012
    Tabla de Contenidos: “…Parallel Slack2.4.3 Flynn's Characterization; 2.4.4 Evolution; 2.5 Performance Theory; 2.5.1 Latency and Throughput; 2.5.2 Speedup, Efficiency, and Scalability; 2.5.3 Power; 2.5.4 Amdahl's Law; 2.5.5 Gustafson-Barsis' Law; 2.5.6 Work-Span Model; 2.5.7 Asymptotic Complexity; 2.5.8 Asymptotic Speedup and Efficiency; 2.5.9 Little's Formula; 2.6 Pitfalls; 2.6.1 Race Conditions; 2.6.2 Mutual Exclusion and Locks; 2.6.3 Deadlock; 2.6.4 Strangled Scaling; 2.6.5 Lack of Locality; 2.6.6 Load Imbalance; 2.6.7 Overhead; 2.7 Summary; I Patterns; 3 Patterns; 3.1 Nesting Pattern…”
    Libro electrónico
  10. 370
    por Kovalick, Al
    Publicado 2006
    Tabla de Contenidos: “…3A.1.4 Distributed File Systems (DFS)3A.1.5 Virtualization or CFS: How to Choose; 3A.2 CLIENT TRANSACTION TYPES AND STORAGE PERFORMANCE; 3A.2.1 Optimizing Storage Array Data Throughput; 3A.2.2 Fragmentation, OS Caching, and Command Reordering; 3A.3 STORAGE SUBSYSTEMS; 3A.3.1 HDD Capacity and Access Data Rate; 3A.3.2 Aggregate Array I/O Rates; 3A.3.3 General Storage Requirements; 3A.4 JBOD AND RAID ARRAYS; 3A.5 NAS AND SAN STORAGE; 3A.6 OBJECT STORAGE; 3A.7 HIERARCHICAL AND ARCHIVAL STORAGE; 3A.7.1 Data Flows across Tiered Storage; 3A.7.2 Managing Storage; 3A.7.3 Archive Storage Choices…”
    Libro electrónico
  11. 371
    Publicado 2018
    Tabla de Contenidos: “…-Pilar Marco Studies towards hcTnI Immunodetection Using Electrochemical Approaches Based on Magnetic Microbeads, Reprinted from: Sensors 2018, 18, 2457, doi: 10.3390/s18082457 -- Anna Malec, Georgios Kokkinis, Christoph Haiden and Ioanna Giouroudi / Biosensing System for Concentration Quantification of Magnetically Labeled E. coli in Water Samples, Reprinted from: Sensors 2018, 18, 2250, doi: 10.3390/s18072250 -- Zhen Yang, Huanhuan Wang, Pengfei Guo, Yuanyuan Ding, Chong Lei and Yongsong Luo / A Multi-Region Magnetoimpedance-Based Bio-Analytical System for Ultrasensitive Simultaneous Determination of Cardiac Biomarkers Myoglobin and C-Reactive Protein, Reprinted from: Sensors 2018, 18, 1765, doi: 10.3390/s18061765 -- Jen-Jie Chieh, Wen-Chun Wei, Shu-Hsien Liao, Hsin-Hsein Chen, Yen-Fu Lee, Feng-Chun Lin, Ming-Hsien Chiang, Ming-Jang Chiu, Herng-Er Horng and Shieh-Yueh Yang / Eight-Channel AC Magnetosusceptometer of Magnetic Nanoparticles for High-Throughput and Ultra-High-Sensitivity Immunoassay, Reprinted from: Sensors 2018, 18, 1043, doi: 10.3390/s18041043 -- Alexander P. …”
    Libro electrónico
  12. 372
    Publicado 2011
    Tabla de Contenidos: “…6.5 RF Spectrum Usage and Resource Planning 181 -- 6.6 Availability 187 -- 7 OFDM 193 -- 7.1 Multiplexing 193 -- 7.2 Other PAPR Reduction Methods 201 -- 7.3 De-Multiplexing 201 -- 7.4 Cyclic Prefix 202 -- 7.5 OFDMA 203 -- 7.6 Duplexing 204 -- 7.7 Synchronization 207 -- 7.8 RF Channel Information Detection 208 -- 7.9 Error Correction Techniques 211 -- 7.10 Resource Allocation and Scheduling 215 -- 7.11 Establishing Wireless Data Communications 216 -- 8 OFDM Implementation 221 -- 8.1 Transmit Side 221 -- 8.2 Receive Side 228 -- 9 Wireless Communications Network (WCN) 235 -- 9.1 Introduction 235 -- 9.2 Wireless Access Network 235 -- 9.3 Core Network 237 -- 10 Antenna and Advanced Antenna Systems 245 -- 10.1 Introduction 245 -- 10.2 Antenna Basics 246 -- 10.3 Antenna Radiation 247 -- 10.4 Antenna Types 249 -- 10.5 Antenna Characteristics 254 -- 10.6 Multiple Antennas Arrangements 262 -- 10.7 Receive Diversity 267 -- 10.8 Transmit Diversity 271 -- 10.9 Transmit and Receive Diversity (TRD) 275 -- 10.10 Spatial Multiplexing (Matrix B) 276 -- 10.11 Diversity Performance 278 -- 10.12 Antenna Array System (AAS), Advanced Antenna System (AAS) or Adaptive Antenna Steering (AAS) or Beamforming 282 -- 11 Radio Performance 287 -- 11.1 Introduction 287 -- 11.2 Input RF Noise 288 -- 11.3 Receive Circuit Noise 288 -- 11.4 Signal to Noise Ratio 288 -- 11.5 Radio Sensitivity Calculations 295 -- 11.6 Radio Configuration 307 -- 12 Wireless LAN 311 -- 12.1 Standardization 311 -- 12.2 Architecture 315 -- 12.3 The IEEE Std 802.11-2007 316 -- 12.4 Enhancements for Higher Throughputs, Amendment 5: 802.11n-2009 328 -- 12.5 Work in Progress 333 -- 12.6 Throughput 334 -- 13 WiMAX 341 -- 13.1 Standardization 341 -- 13.2 Network Architecture 344 -- 13.3 Physical Layer (PHY) 353 -- 13.4 Multiple Access OFDMA 369 -- 13.5 WiMAX Network Layers 370 -- 13.6 WiMAX Operation Phases 384 -- 13.7 WiMAX Interference Reduction Techniques 386 -- 13.8 WiMAX Resource Planning 401 -- 14 Universal Mobile Telecommunication System / Long Term Evolution (UMTS-LTE) 409.…”
    Libro electrónico
  13. 373
    por Eldor, Elad
    Publicado 2023
    Tabla de Contenidos: “…On-Prem RAM Expansion: Considerations and Constraints -- Adding RAM to the Cloud -- Adding RAM to On-Prem Kafka Clusters -- Enhancing Kafka's Performance: The Benefits of Increasing Broker RAM -- Performance Boost -- Disk I/O Reduction -- Throughput Enhancement -- Latency Reduction -- Understanding the Linux Page Cache -- Page Cache in Kafka: Accelerating Writes and Reads -- Balancing Performance and Reliability: Kafka's Page Cache Utilization…”
    Libro electrónico
  14. 374
    Publicado 2020
    Tabla de Contenidos: “…Front Cover -- Cellular Internet of Things -- Cellular Internet of Things -- Copyright -- Contents -- Biography -- Preface -- Acknowledgments -- 1 - The Internet of Things -- 1.1 Introduction -- 1.2 IoT communication technologies -- 1.2.1 Cellular IoT -- 1.2.2 Technologies for unlicensed spectrum -- 1.3 Outline of the book -- References -- 2 - Global cellular IoT standards -- 2.1 3GPP -- 2.2 Cellular system architecture -- 2.2.1 Network architecture -- 2.2.2 Radio protocol architecture -- 2.3 From machine-type communications to the cellular internet of things -- 2.3.1 Access class and overload control -- 2.3.2 Small data transmission -- 2.3.3 Device power savings -- 2.3.4 Study on provision of low-cost MTC devices based on LTE -- 2.3.5 Study on cellular system support for ultra-low complexity and low throughput internet of things -- 2.3.6 Study on Latency reduction techniques for LTE -- 2.4 5G -- 2.4.1 IMT-2020 -- 2.4.2 3GPP 5G -- 2.4.2.1 5G feasibility studies -- 2.4.2.2 5G network architecture -- 2.4.2.3 5G radio protocol architecture -- 2.4.2.4 NR physical layer -- 2.4.2.4.1 Modulation -- 2.4.2.4.2 Numerology -- 2.4.2.4.3 Time and frequency resources -- 2.4.2.4.4 Initial access and beam management -- 2.4.2.4.5 Control and data channels -- 2.4.2.5 NR and LTE coexistence -- 2.5 MFA -- References -- 3 - EC-GSM-IoT -- 3.1 Background -- 3.1.1 The history of GSM -- 3.1.2 Characteristics suitable for IoT -- 3.1.2.1 Global deployment -- 3.1.2.2 Number of frequency bands -- 3.1.2.3 Small spectrum deployment -- 3.1.2.4 Module price -- 3.1.3 Enhancements undertaken by 3GPP -- 3.2 Physical layer -- 3.2.1 Guiding principles -- 3.2.2 Physical resources -- 3.2.2.1 Channel raster -- 3.2.2.2 Frame structure -- 3.2.2.3 Burst types -- 3.2.3 Transmission schemes -- 3.2.3.1 Modulation -- 3.2.3.2 Blind transmissions -- 3.2.3.3 Coverage Classes…”
    Libro electrónico
  15. 375
    Publicado 2023
    Tabla de Contenidos: “…Automated red blood cells classification with deep learning -- 16.1 Introduction -- 16.2 Proposed deep learning model -- 16.3 Experimental results -- 16.4 Conclusions -- References -- 17. High-throughput label-free cell counting with deep neural networks -- 17.1 Introduction -- 17.2 Materials and methods -- 17.3 Experimental results -- 17.4 Conclusions -- References -- 18. …”
    Libro electrónico
  16. 376
    por Sloan, Joseph D. 1950-
    Publicado 2001
    Tabla de Contenidos: “…Packet pair software; 4.2.3. Throughput Measurements; 4.2.3.2. netperf; 4.2.3.3. iperf; 4.2.3.4. …”
    Libro electrónico
  17. 377
    Publicado 2014
    Tabla de Contenidos: “…Chapter Two: Survey on System I/O Hardware Transactions and Impact on Latency, Throughput, and Other Factors…”
    Libro electrónico
  18. 378
    Publicado 2016
    “…When a large number of network nodes need to interact, developing suitable analytical models is essential to ensure the appropriate coverage and throughput of these networks and to enhance user mobility. …”
    Libro electrónico
  19. 379
    Publicado 2017
    Tabla de Contenidos: “…Reliability -- 3.1.5 Production Principles -- 3.2 Backhaul/Contribution and Acquisition -- 3.2.1 Broadcast -- 3.2.2 Wire -- 3.2.3 Wireless -- 3.2.4 Satellite -- 3.2.5 3g/4G CellMux -- 3.2.6 Reliable UDP and HTTP/ UDP Solutions -- 3.2.7 Throughput vs. Goodput -- 3.3 Cloud Saas -- 3.3.1 In Workflow "Treatment" (Transcode/Transmux, etc.) -- 3.3.2 DVR Workflows -- 3.3.3 Catch-up Workflows -- 3.3.4 VOD Workflows -- Chapter 4 Publishing -- 4.1 Publishers, OVPs, CDNs, and MCNs -- 4.2 Small Objects, Large Objects, or Continuous Streams -- 4.2.1 Compression -- 4.2.2 The "Quality Question" ... -- 4.2.3 Latency -- 4.2.4 Application, Site, Web, and Games Acceleration -- 4.3 Desktop and Device Delivery Applications -- 4.3.1 Standalone Media Players and Applications -- 4.3.2 Video Tags in HTML5 -- 4.3.3 WebRTC -- Beyond HTML5 -- 4.4 Request Routing (The Dark Art of the CDN) -- 4.5 Logging Analytics and the Devil in the Detail -- Chapter 5 Service Velocity -- Chapter 6 Charging for IP-Delivered Content -- 6.1 Lessons from the Music Industry -- 6.2 Success Cases -- 6.2.1 YouTube -- 6.2.2 Netflix -- 6.2.3 On the Horizon -- 6.3 Failure Cases -- 6.3.1 Scour.net -- 6.3.2 mp3.com -- 6.3.3 Napster -- 6.3.4 Broadcast.com -- 6.3.5 The "Yacht Projects" -- 6.4 General Commentary on Commercial Models -- 6.4.1 Cable TV -- 6.4.2 IPTV -- 6.4.3 OTT Pureplay + Operator CDN -- 6.4.4 Fog Distribution -- 6.4.5 Variation from Live Linear to VOD, and Everything in Between -- 6.4.6 DRM -- 6.4.7 Watermarking -- Chapter 7 Competition and the Regulatory Environment -- 7.1 ISOC, ITU, and WSIS -- 7.2 Policy -- Net Neutrality -- 7.3 Value Chain Alignment with QoS and SLA Propositions -- 7.4 Layer-2 Workaround? …”
    Libro electrónico
  20. 380
    Publicado 2023
    “…Many of the new 802.11 standards focus on improving the data throughput of the Wi-Fi network. Currently the 802.11 working group is developing a new Wi-Fi standard (802.11ba) for a wake-up radio (WUR) which allows the primary Wi-Fi radio to go into a deep sleep mode. …”
    Libro electrónico