Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 1,126
- Management 1,121
- Development 1,088
- Application software 917
- Computer Science 780
- Computer networks 617
- Database management 610
- Data processing 539
- Business & Economics 517
- Computer programs 516
- Education 487
- Python (Computer program language) 477
- Cloud computing 472
- Economic conditions 461
- Leadership 451
- Machine learning 414
- Economic policy 402
- Operating systems (Computers) 395
- Economics 373
- Examinations 367
- Artificial intelligence 364
- Web site development 345
- Security measures 341
- Electrical & Computer Engineering 317
- History 313
- Computer software 311
- Java (Computer program language) 309
- Information technology 308
- Computer programming 307
- Programming 303
-
20641Publicado 2018Tabla 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 -
20642por Hassler, MarcoTabla 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…”
Publicado 2023
Libro electrónico -
20643por Das, LyLa B.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…”
Publicado 2012
Libro electrónico -
20644por Khare, VikasTabla 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…”
Publicado 2024
Libro electrónico -
20645por Lim, Wesley Ben“…In doing so, they upset the conventional depictions of performance and urban spaces in ways paralleling modern dance…”
Publicado 2024
Libro electrónico -
20646Publicado 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 -
20647Publicado 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 -
20648Publicado 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 -
20649Publicado 2016“…Thus, often suboptimal methods are employed which perform global path planning and local obstacle avoidance separately. …”
Libro electrónico -
20650Publicado 2017“…Automation of such tests is performed with different technologies. Source-code level tests require specialized unit-testing tools. …”
Libro electrónico -
20651Publicado 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 -
20652por Organisation for Economic Co-operation and Development.“…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. …”
Publicado 2013
Capítulo de libro electrónico -
20653Publicado 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 -
20654por OECD“…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. …”
Publicado 2018
Libro electrónico -
20655por OECD“…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…”
Publicado 2021
Libro electrónico -
20656por International Transport Forum.“…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…”
Publicado 2016
Capítulo de libro electrónico -
20657por van der Waard, Jan“…In early 2011, the Netherlands Institute for Transport Policy Analysis performed a mobility analysis, focussing on recent trends. …”
Publicado 2012
Capítulo de libro electrónico -
20658por Kauffmann, Céline“…Avec, en 2005, et pour la troisième année consécutive, des performances satisfaisantes, l’embellie des économies africaines semble devoir se prolonger. …”
Publicado 2006
Capítulo de libro electrónico -
20659por Organisation for Economic Co-operation and Development.“…This guidance provides additional information on the conduct of studies performed using Test Guidelines 451, 452 and Test Guideline 453. …”
Publicado 2014
Libro electrónico -
20660por Egebo, Thomas“…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. …”
Publicado 1988
Capítulo de libro electrónico