Mostrando 20,641 - 20,660 Resultados de 26,560 Para Buscar '"performance"', tiempo de consulta: 0.12s Limitar resultados
  1. 20641
    Publicado 2018
    Tabla de Contenidos: “…Pass-By-Reference 331 -- 7.10 Case Study: Class GradeBook Using an Array to Store Grades 332 -- 7.11 Multidimensional Arrays 337 -- 7.11.1 Arrays of One-Dimensional Arrays 338 -- 7.11.2 Two-Dimensional Arrays with Rows of Different Lengths 338 -- 7.11.3 Creating Two-Dimensional Arrays with Array-Creation Expressions 339 -- 7.11.4 Two-Dimensional Array Example: Displaying Element Values 339 -- 7.11.5 Common Multidimensional-Array Manipulations Performed with for Statements 340 -- 7.12 Case Study: Class GradeBook Using a Two-Dimensional Array 341 -- 7.13 Variable-Length Argument Lists 347 -- 7.14 Using Command-Line Arguments 348 -- 7.15 Class Arrays 350 -- 7.16 Introduction to Collections and Class ArrayList 353 -- 7.17 (Optional) GUI and Graphics Case Study: Drawing Arcs 357 -- 7.18 Wrap-Up 360 -- 8 Classes and Objects: A Deeper Look 381 -- 8.1 Introduction 382 -- 8.2 Time Class Case Study 382 -- 8.3 Controlling Access to Members 387 -- 8.4 Referring to the Current Object's Members with the this Reference 388.…”
    Libro electrónico
  2. 20642
    por Hassler, Marco
    Publicado 2023
    Tabla de Contenidos: “…10.6 Videos und Podcasts‌‌‌‌‌ -- 10.6.1 Was gemessen werden kann -- 10.6.2 Wie Sie es nutzen sollten -- 10.6.3 Was es zu beachten gilt -- Kapitel 11: Metriken und Dimensionen nutzen‌‌ -- 11.1 Beobachten -- 11.1.1 Alle Metriken‌ im Überblick -- 11.1.2 Wichtige Metriken selektieren -- 11.1.3 Reports und Dashboards‌ nutzen -- 11.2 Vergleichen‌ -- 11.2.1 Eigene Benchmarks‌ setzen -- 11.2.2 Konkurrenzvergleich‌ und externe Benchmarks‌ -- 11.3 Nachforschen -- 11.3.1 Segmentierung‌ macht den Unterschied -- 11.3.2 Einfache Ad-hoc-Segmentierung‌ -- 11.3.3 Erweiterte Segmentierung -- 11.3.4 Segmentierungsstrategien‌ und Herangehensweisen -- Teil 3: Erfolg nachhaltig steigern -- Kapitel 12: Digital-Ziele definieren‌‌‌‌ -- 12.1 Typen von Zielen -- 12.1.1 Unternehmensziele‌‌ -- 12.1.2 Benutzerziele‌‌‌ -- 12.1.3 Weitere Ziele auf Verantwortlichkeitsebene‌ -- 12.2 Vorgehen‌ zur Findung von Digitalkanal-Zielen -- 12.3 Interne Anspruchsgruppen‌‌‌ identifizieren -- 12.3.1 Direkte‌ und indirekte‌ Akteure‌ -- 12.3.2 Digital-Stakeholder-Karte‌‌ -- 12.4 Global-Ziele‌‌ und Erfolgsfaktoren‌‌ definieren -- 12.4.1 Vorbereitung eines Zielfindungsworkshops‌‌ -- 12.4.2 Workshop-Durchführung -- 12.4.3 Nachbearbeitung‌‌‌‌ -- 12.5 Benutzerziele‌‌ ergänzen -- 12.6 Zielorientierte Digitalkanal-Aktivitäten‌ und Messgrößen‌ definieren -- 12.6.1 Workshop‌-Vorbereitung -- 12.6.2 Workshop-Durchführung -- 12.6.3 Nachbearbeitung und Ausarbeitung der Messgrößen -- Kapitel 13: Zielerreichung und Conversion‌‌‌ -- 13.1 Was Conversions sind -- 13.2 Conversions nutzen -- 13.2.1 Conversions im Analytics-System messen -- 13.2.2 Verwendung von Conversion-Metriken -- 13.3 Conversion-Kosten‌‌ -- 13.4 Return on Investment‌‌ -- 13.4.1 Werte‌‌‌ von E-Commerce‌-Conversions -- 13.4.2 Werte‌‌ von Nicht-E-Commerce-Conversions‌ -- Kapitel 14: Key Performance Indicators‌‌ -- 14.1 Definition von KPIs…”
    Libro electrónico
  3. 20643
    por Das, LyLa B.
    Publicado 2012
    Tabla de Contenidos: “…6.2 Downloading the Hex File to the Non-volatile Memory -- 6.2.1 Out of Circuit Programming -- 6.2.2 In System Programming (ISP) -- 6.2.3 Porting an OS to an Embedded Board -- 6.2.4 Emulator -- 6.2.5 ICE (In-Circuit Emulator) -- 6.3 Hardware Simulator -- Conclusion -- Key Points of this Chapter -- Questions -- Exercises -- Part II: Software Design Aspects -- Chapter 7: Operating System Concepts -- Introduction -- 7.1 Embedded Operating Systems -- 7.2 Network Operating Systems (NOS) -- 7.3 Layers of an Operating System -- 7.4 History of Operating Systems -- 7.5 Functions Performed by an OS (Components of an OS) -- 7.5.1 Processor Management -- 7.5.2 Memory Management -- 7.5.3 IO Management -- 7.5.4 File Management -- 7.5.5 Multiprogramming -- 7.5.6 Protection and Security -- 7.5.7 Network Management -- 7.6 Some Terms Associated with Operating Systems and Computer Usage -- 7.6.1 Low Level Software Utility -- 7.6.2 Boot Loader -- 7.6.3 User Interface -- 7.6.4 Application Programming Interface (API) -- 7.6.5 POSIX -- 7.7 The Kernel -- 7.7.1 Types of Kernels -- 7.8 Tasks/Processes -- 7.8.1 Task (Process) Control Block -- 7.8.2 Multitasking -- 7.8.3 Task (Process) Scheduling -- 7.8.4 CPU and IO Bound Tasks -- 7.8.5 Selection of a Scheduling Algorithm -- 7.8.6 CPU Scheduler and Resource Manager -- 7.9 Scheduling Algorithms -- 7.9.1 Pre-emption -- 7.9.2 Assumptions -- 7.9.3 Non-preemptive Methods of Scheduling -- 7.9.4 Shortest Job Next (SJN) -- 7.9.5 Pre-emeptive Scheduling Strategies -- 7.10 Threads -- 7.11 Interrrupt Handling -- 7.11.1 Interrupts and Task Switching -- 7.12 Inter Process (Task) Communications (IPC) -- 7.12.1 Task/Process Communication Methods -- 7.13 Task Synchronization -- 7.13.1 Parallelism aka concurrency -- 7.13.2 The Race Condition -- 7.13.3 Critical Section -- 7.13.4 The Readers 'Writers' Problem -- 7.13.5 Deadlocks…”
    Libro electrónico
  4. 20644
    por Khare, Vikas
    Publicado 2024
    Tabla de Contenidos: “…-- 1.4.3 Value chain with data analytics -- 1.5 Conclusion -- 1.6 Case study -- 1.6.1 Analytics in performance of Mumbai Indians in the IPL…”
    Libro electrónico
  5. 20645
    por Lim, Wesley Ben
    Publicado 2024
    “…In doing so, they upset the conventional depictions of performance and urban spaces in ways paralleling modern dance…”
    Libro electrónico
  6. 20646
    Publicado 2013
    “…This thesis is concerned with intention recognition for a humanoid robot and investigates how the challenges of uncertain and incomplete observations, a high degree of detail of the used models, and real-time inference may be addressed by modeling the human rationale as hybrid, dynamic Bayesian networks and performing inference with these models. The key focus lies on the automatic identification of the employed nonlinear stochastic dependencies and the situation-specific inference…”
    Libro electrónico
  7. 20647
    Publicado 2008
    “…High-resolution regional ensemble climate simulations with the regional climate model COSMO-CLM are performed for Southwest Germany to study the sensitivity of meteorological and hydrological variables to parameter settings. …”
    Libro electrónico
  8. 20648
    Publicado 2019
    “…To investigate the cavity modes, experimental investigations are performed with pulse excitation, on a tire inner-drum test bench and under real operating conditions with a vehicle. …”
    Libro electrónico
  9. 20649
    Publicado 2016
    “…Thus, often suboptimal methods are employed which perform global path planning and local obstacle avoidance separately. …”
    Libro electrónico
  10. 20650
    Publicado 2017
    “…Automation of such tests is performed with different technologies. Source-code level tests require specialized unit-testing tools. …”
    Libro electrónico
  11. 20651
    Publicado 2021
    “…This book helps you to learn how to extract, transform, and orchestrate massive amounts of data to develop robust data pipelines. You'll perform complex machine learning tasks using advanced Azure Databricks features, and also explore model tuning, deployment, and control using Databricks functionalities such as AutoML and Delta Lake with ..…”
    Libro electrónico
  12. 20652
    “…To make the public procurement system work at all levels, a set of functions needs to be performed at the central or regional level. SIGMA Brief 26 analyses these key central public procurement functions and the existing structural models in the European Union Member States. …”
    Capítulo de libro electrónico
  13. 20653
    Publicado 2023
    “…JavaScript Absolute Beginner's Guide, Third Edition is the fastest way to learn JavaScript, starting with the basics and gradually going deeper and broader into all the techniques you need to begin building highly scalable, performant web apps and experiences. Do what you want, the way you want, one incredibly easy step at a time!…”
    Libro electrónico
  14. 20654
    por OECD
    Publicado 2018
    “…L'Allemagne a enregistré des performances économiques solides ces dernières années, prenant appui sur une demande intérieure plus vigoureuse et sur de bons résultats sociaux et à l'exportation. …”
    Libro electrónico
  15. 20655
    por OECD
    Publicado 2021
    “…L'économie de la Lituanie enregistre de très bonnes performances et la convergence avec les pays les plus développés de l'OCDE progresse rapidement, portée par la hausse des exportations et de l'investissement et par un cadre macroéconomique sain conjugué à un climat favorable aux entreprises…”
    Libro electrónico
  16. 20656
    por International Transport Forum.
    Publicado 2016
    “…The objective was to address the challenge of how to move Korea from its current position as one of the worst performers among the OECD countries in the annual number of road fatalities to being one of the best, in line with the targets set under the United Nations Sustainable Development Goals…”
    Capítulo de libro electrónico
  17. 20657
    por van der Waard, Jan
    Publicado 2012
    “…In early 2011, the Netherlands Institute for Transport Policy Analysis performed a mobility analysis, focussing on recent trends. …”
    Capítulo de libro electrónico
  18. 20658
    por Kauffmann, Céline
    Publicado 2006
    “…Avec, en 2005, et pour la troisième année consécutive, des performances satisfaisantes, l’embellie des économies africaines semble devoir se prolonger. …”
    Capítulo de libro electrónico
  19. 20659
    “…This guidance provides additional information on the conduct of studies performed using Test Guidelines 451, 452 and Test Guideline 453. …”
    Libro electrónico
  20. 20660
    por Egebo, Thomas
    Publicado 1988
    “…Estimation results using an adjustment model for the stock of houses are presented and discussed, together with simulations comparing the performances of the old and new housing blocks in the model. …”
    Capítulo de libro electrónico