Mostrando 17,901 - 17,920 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 0.92s Limitar resultados
  1. 17901
    Publicado 2014
    Tabla de Contenidos: “…Node and MongoDB Basics -- A JavaScript Primer -- Declaring variables -- Declaring functions -- Declaring objects -- Functions are objects -- Anonymous functions and callbacks -- Arrays -- Conditions and comparison operators -- Flow -- JSON -- The basics of NodeJS -- Event driven -- Asynchronous -- Require and modules -- The NodeJS core -- Installing modules using npm -- The basics of MongoDB…”
    Libro electrónico
  2. 17902
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyrights -- Credits -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Beginning Your Kotlin Adventure -- Say hello to Kotlin -- Awesome Kotlin examples -- Dealing with Kotlin code -- Kotlin Playground -- Android Studio -- Configuring Kotlin for the project -- Using Kotlin in a new Android project -- Java to Kotlin converter (J2K) -- Alternative ways to run Kotlin code -- Kotlin under the hood -- The Kotlin standard library -- More reasons to use Kotlin -- Summary -- Chapter 2: Laying a Foundation -- Variables -- Type inference -- Strict null safety -- Safe call -- Elvis operator -- Not-null assertion -- The let function -- Nullability and Java -- Casts -- Safe/unsafe cast operator -- Smart casts -- Type smart casts -- Non-nullable smart cast -- Primitive data types -- Numbers -- Char -- Arrays -- The Boolean type -- Composite data types -- Strings -- String templates -- Ranges -- Collections -- Statements versus expressions -- Control flow -- The if statement -- The when expression -- Loops -- The for loop -- The while loop -- Other iterations -- Break and continue -- Exceptions -- The try... catch block -- Compile-time constants -- Delegates -- Summary -- Chapter 3: Playing with Functions -- Basic function declaration and usage -- Parameters -- Returning functions -- Vararg parameter -- Single-expression functions -- Tail-recursive functions -- Different ways of calling a function -- Default argument values -- Named arguments syntax -- Top-level functions -- Top-level functions under the hood -- Local functions -- Nothing return type -- Summary -- Chapter 4: Classes and Objects -- Classes -- Class declaration -- Properties -- Read-write versus read-only -- Property access syntax between Kotlin and Java -- Increment and decrement operators…”
    Libro electrónico
  3. 17903
    Publicado 2018
    Tabla de Contenidos: “…-- Setting up reproducible results -- Summary -- Chapter 2: Training a Prediction Model -- Neural networks in R -- Building neural network models -- Generating predictions from a neural network -- The problem of overfitting data - the consequences explained -- Use case - building and applying a neural network -- Summary -- Chapter 3: Deep Learning Fundamentals -- Building neural networks from scratch in R -- Neural network web application -- Neural network code -- Back to deep learning -- The symbol, X, y, and ctx parameters -- The num.round and begin.round parameters -- The optimizer parameter -- The initializer parameter -- The eval.metric and eval.data parameters -- The epoch.end.callback parameter -- The array.batch.size parameter -- Using regularization to overcome overfitting -- L1 penalty -- L1 penalty in action -- L2 penalty -- L2 penalty in action -- Weight decay (L2 penalty in neural networks) -- Ensembles and model-averaging -- Use case - improving out-of-sample model performance using dropout -- Summary -- Chapter 4: Training Deep Prediction Models -- Getting started with deep feedforward neural networks -- Activation functions -- Introduction to the MXNet deep learning library -- Deep learning layers -- Building a deep learning model -- Use case - using MXNet for classification and regression…”
    Libro electrónico
  4. 17904
    Publicado 2024
    Tabla de Contenidos: “…-- Program structure -- Console application -- Building a forms application -- The Object Pascal language phrasebook -- Tokens -- Constants -- Types -- Inline variables declaration -- Sets and arrays -- Helpers -- Generics -- Anonymous code -- Operator overloading -- Runtime type information -- Custom attributes -- Summary -- Chapter 3: Packing Up Your Toolbox -- Technical requirements -- Working with files and streams -- Working with JSON -- Writing JSON -- Reading JSON -- Using the JSON wizard in Delphi 12 -- Working with XML -- Summary -- Chapter 4: Using the Parallel Programming Library -- Technical requirements -- Using threads -- Access synchronization -- Calling Synchronize -- Atomic operations -- Using a critical section -- Using TMonitor -- Exploring the Parallel Programming Library -- Parallel loops -- Using tasks -- The beauty of futures -- Summary -- Part 2: Going Mobile -- Chapter 5: Playing with FireMonkey -- Technical requirements -- Drawing in code -- Get moving with timers -- Precise timing -- The power of parenting -- Shapes -- Animations -- Touching the screen -- Touch -- Gestures -- Multi-touch -- Game of Memory -- Designing the game -- Working with images -- Designing the user interface -- Aligning, anchoring, and margins -- Layouts -- Building the main form of the game -- Storing the game's configuration…”
    Libro electrónico
  5. 17905
    por Braun, Daniel
    Publicado 2023
    Tabla de Contenidos: “…Intro -- Impressum -- Einleitung -- Kapitel 1: Java -- 1.1 Programmiersprachen -- 1.2 Besonderheiten von Java -- 1.3 Installation und Einrichtung -- 1.3.1 Java-Compiler installieren -- 1.3.2 Ordner einrichten -- 1.4 Editor -- 1.5 Zusammenfassung -- Kapitel 2: Minecraft-Server -- 2.1 Installation -- 2.1.1 CraftBukkit -- 2.1.2 Spigot -- 2.2 Konfiguration -- 2.3 Befehle -- 2.4 Verbinden -- 2.5 Updates -- Kapitel 3: Das erste Plugin -- 3.1 Programmieren -- 3.2 Kompilieren -- 3.2.1 Fehler finden -- 3.2.2 Jar-Datei erstellen -- 3.3 Starten -- 3.4 Entdecken -- 3.5 Rätsel -- 3.6 Zusammenfassung -- Kapitel 4: Chat-Befehle -- 4.1 Eigene Befehle definieren -- 4.2 Chat-Nachrichten versenden -- 4.3 Rätsel -- 4.4 Zusammenfassung -- Kapitel 5: Eclipse installieren und einrichten -- 5.1 Installation -- 5.2 Einrichtung -- 5.3 Ein neues Projekt anlegen -- 5.4 Neue Dateien in einem Projekt anlegen -- 5.4.1 Java-Datei -- 5.4.2 Info-Datei -- 5.5 Kompilieren und packen -- Kapitel 6: Variablen und Konstanten -- 6.1 Variablen -- 6.1.1 Zahlen -- 6.1.2 Zeichenketten -- 6.1.3 Konvertierung -- 6.1.4 Arrays -- 6.2 Konstanten -- 6.3 Rätsel -- 6.4 Zusammenfassung -- Kapitel 7: Schleifen -- 7.1 Kürbis-Plugin -- 7.1.1 Positionierung -- 7.1.2 Blöcke platzieren -- 7.2 Die verschiedenen Schleifen -- 7.2.1 for-Schleife -- 7.2.2 while-Schleife -- 7.2.3 do-while-Schleife -- 7.2.4 Verschachtelte Schleifen -- 7.3 Rätsel -- 7.4 Zusammenfassung -- Kapitel 8: Verzweigungen -- 8.1 if-Verzweigung -- 8.2 case-Verzweigung -- 8.3 Rätsel -- 8.4 Zusammenfassung -- Kapitel 9: Funktionen -- 9.1 Deklaration von Funktionen -- 9.2 Rückgabewerte -- 9.3 Parameter -- 9.4 Anwendungsbeispiel -- 9.5 Rätsel -- 9.6 Zusammenfassung -- Kapitel 10: Klassen und Objekte -- 10.1 Die ganze Welt ist ein Objekt -- 10.2 Erstellung einer eigenen Klasse -- 10.3 Funktionen in Klassen -- 10.4 Zugriffskontrolle…”
    Libro electrónico
  6. 17906
    Publicado 2024
    Tabla de Contenidos: “…-- History of Svelte -- Differentiation from other frameworks -- Learning Svelte fundamentals -- Component composition structure -- Introduction to .svelte file structure -- Reactivity -- Events -- Bindings -- Handling conditionals and iterating arrays -- Props -- Lifecycle -- Stores -- Summary -- Chapter 13: Setting Up the Svelte Project -- Technical requirements -- Discussing Vite and SvelteKit -- Setting up the project -- Exploring the project structure -- Vite configuration file -- TypeScript configuration file -- Svelte configuration file -- Configuring package.json -- HTML entry point -- Main file -- Application title -- Summary -- Chapter 14: Svelte Chat Application Development -- Technical requirements -- Writing routes for our application -- Handling authentication logic -- Defining the authentication store -- Implementing Login component -- Implementing Register component -- Developing chat logic -- Creating a parent component -- Implementing the Header component -- Creating the Chat component -- Introducing styling -- Writing application-wide styling -- Styling for our Login and Register components…”
    Libro electrónico
  7. 17907
    Publicado 2015
    Tabla de Contenidos: “…Definición, objetivos y aplicaciones / Armando Montes Lozano, Marisa Arnedo Montoro ; Desarrollo ontogenético del sistema nervioso central / Mónica Triviño-Mosquera, Judit Bembibre Serrano ; Etiología y clínica del daño cerebral temprano / Armando Montes Lozano, Judit Bembibre Serrano, Mónica Triviño-Mosquera, Marisa Arnedo Montoro ; Atención temprana y otros dispositivos especializados en la infancia / Marta Martín Olmos, Antonio Pons Tubío, Armando Montes Lozano - Factores biológicos de alto riesgo _ Prematuridad: demasiadas prisas por nacer / María Dolores Roldán Tapia, Judit Bembibre Serrano ; Cardiopatía congénita: mi corazón me dificulta aprender / Iván Galtier Hernández , María Antonieta Nieto Barco , José Barroso Ribal - Trastornos del neurodesarrollo - Agenesia del cuerpo calloso: llamando al otro hemisferio / Armando Montes Lozano, Jéssica Romero Sánchez, Manuel Piña Reynés ; Epilepsia infantil: superando el estigma / Susana Roldán Aparicio, Luisa María Arrabal Fernández ; Síndrome de West: un inquietante abrazo / María Dolores Roldán Tapia, Judit Bembibre Serrano, Julio Ramos-Lizana, José Manuel Cimadevilla Redondo ; Cirugía de la epilepsia infantil: cuando la epilepsia se resiste / María Espinosa García ; Parálisis cerebral infantil: algo más que un trastorno motor / Raquel Carrillo de Albornoz Morales, Rafael Cubillo Cobo ; Síndrome de Down: tres son multitud / Isidoro Candel Gil, Carmen Sáez Zea ; Síndrome del cromosoma X frágil: o cómo vivir a 1000 revoluciones por minuto / Isabel Navarro Gutiérrez ; Síndrome de Williams: yo quiero tener un millón de amigos / Ruth Campos García , Pastora Martínez Castilla , María Sotillo Méndez ; Síndrome de Angelman: veintiún años con un ángel en casa / Inmaculada Sancho Frías, Antonio Ramos García, Carmen Sáez Zea ; Neurofibromatosis de tipo 1: cuando el cuerpo y las palabras no pueden seguir a la mente / María Magdalena Hurtado Lara, Cristina Camacho Hernández, Mercedes Prieto Cuéllar ; Emergencia tardía del lenguaje: mi niño no habla... …”
    Libro
  8. 17908
    Publicado 2012
    Tabla de Contenidos: “…La segona generació de trouvères; 3.3. El grup d'Arràs; 4. La lírica galaicoportuguesa; 4.1. Marc cultural i cronològic de la lírica galaicoportuguesa; 4.2. …”
    Libro electrónico
  9. 17909
    Publicado 2017
    Tabla de Contenidos: “…Spinning disks -- Flash devices -- Storage array -- Converged networks -- VMware vSphere storage types -- Storage types at the VM logical level -- Storage types at the VM physical level -- Storage types at the ESXi logical level -- Storage types at the ESXi physical level -- VMware vSphere storage configuration -- Storage FC -- FCoE -- Storage iSCSI -- Storage NFS -- Storage features -- VM snapshots -- Virtual Machine File System (VMFS) 6 -- Hot-extend for jumbo VMDK -- Automatic space reclaim -- Instant clones versus linked clones -- Storage DRS versus storage tiering -- Storage I/O Control (SIOC) -- Storage integration -- VMware vSphere Storage Policy Based Management (SPBM) -- Pluggable Storage Architecture (PSA) -- Multipathing -- Storage masking and filtering -- VMware VAAI -- VMware vSphere APIs for IO Filtering (VAIO) -- VMware vCenter plugins -- VASA -- VVols -- Storage design -- VM storage layout -- VM snapshot limits -- Datastore layout -- Permanent Device Loss (PDL) and All-Paths-Down (APD) -- VVols dependencies -- Introduction to HCI and vSAN -- VMware vSAN -- Caching with vSphere Flash Read Cache -- Other solutions -- Summary -- Chapter 8: Advanced VM and Resource Management -- VM components -- Virtual hardware -- vCPUs -- Memory -- Network adapter -- Virtual disks -- Storage controller -- File structure -- Changing the default file position -- VMware Tools -- Open VM Tools (OVT) -- Deploying VMs -- Creating a new VM -- Hardware version -- Setting the default hardware version -- Installing the OS -- Installing VMware Tools -- Deploying a VM from a template -- Cloning a VM -- Deploying Open Virtual Format (OVF) and Open Virtual Appliance (OVA) templates -- Creating a Content Library -- Managing VMs -- Adding or registering an existing VM -- Removing or deleting a VM -- Managing the power state of a VM -- Managing VM snapshots…”
    Libro electrónico
  10. 17910
    Publicado 2017
    Tabla de Contenidos: “…-- JSON versus XML -- JSON objects -- JSON object -- JSON array -- Primitive JSON data types -- JSON in SQL Server prior to SQL Server 2016 -- JSON4SQL -- JSON.SQL -- Transact-SQL-based solution -- Retrieving SQL Server data in the JSON format -- FOR JSON AUTO -- FOR JSON PATH -- FOR JSON additional options -- Adding a root node to the JSON output -- Including null values in the JSON output -- Formatting a JSON output as a single object -- Converting data types -- Escaping characters -- Converting JSON data in a tabular format -- OPENJSON with the default schema -- Processing data from a comma-separated list of values -- Returning the difference between two table rows -- OPENJSON with an explicit schema -- Import the JSON data from a file -- JSON storage in SQL Server 2016 -- Validating JSON data -- Extracting values from a JSON text -- JSON_VALUE -- JSON_QUERY -- Modifying JSON data -- Adding a new JSON property -- Updating the value for a JSON property -- Removing a JSON property -- Multiple changes -- Performance considerations -- Indexes on computed columns -- Full-text indexes -- Summary -- Chapter 6: Stretch Database -- Stretch Database architecture -- Is this for you? …”
    Libro electrónico
  11. 17911
    Publicado 2023
    “…Google's unified data and AI platform, Vertex AI, directly addresses these challenges with its array of MLOPs tools designed for overall workflow management. …”
    Libro electrónico
  12. 17912
    Publicado 2018
    Tabla de Contenidos: “…Field Properties of Antennas Deployed Over Earth 94 -- 2.10 Use of Spatial Antenna Diversity 100 -- 2.11 Performance of Antennas Operating Over Ground 104 -- 2.12 Fields Inside a Dielectric Room and a Conducting Box 107 -- 2.13 The Mathematics and Physics of an Antenna Array 120 -- 2.14 Does Use of Multiple Antennas Makes Sense? …”
    Libro electrónico
  13. 17913
    Publicado 2023
    Tabla de Contenidos: “…. -- See also -- Implementing complex forms with reactive FormArray -- Getting ready -- How to do it... -- How it works... -- See also -- Writing your own custom form control using ControlValueAccessor -- Getting ready -- How to do it... -- How it works... -- See also -- Chapters 9: Angular and the Angular CDK -- Technical requirements -- Using virtual scroll for huge lists -- Getting ready -- How to do it... -- How it works... -- See also -- Keyboard navigation for lists -- Getting ready -- How to do it... -- How it works... -- See also -- Pointy little popovers with the Overlay API -- Getting ready -- How to do it... -- How it works... -- See also -- Input coercion utilities from the Angular CDK -- Getting ready -- How to do it... -- How it works... -- See also -- Using the CDK Drag and Drop API to move items from one list to another -- Getting ready -- How to do it... -- How it works... -- See also -- Creating a multi-step game with the CDK Stepper API -- Getting ready -- How to do it... -- How it works... -- See also…”
    Libro electrónico
  14. 17914
    Publicado 2011
    “…Through essays and poetry, prayers and meditations, Transforming Terror powerfully demonstrates that terrorist violence-defined here as any attack on unarmed civilians-can never be stopped by a return to the thinking that created it. A diverse array of contributors-writers, healers, spiritual and political leaders, scientists, and activists, including Desmond Tutu, Huston Smith, Riane Eisler, Daniel Ellsberg, Amos Oz, Fatema Mernissi, Fritjof Capra, George Lakoff, Mahmoud Darwish, Terry Tempest Williams, and Jack Kornfield-considers how we might transform the conditions that produce terrorist acts and bring true healing to the victims of these acts. …”
    Libro electrónico
  15. 17915
    Publicado 2008
    Tabla de Contenidos: “…APUNTES PARA UNA LECTURA QUEER DE MIGUEL DE CERVANTES -- DER KÖRPER DES WISSENSCHAFTLERS -- THE DANCE OF SALOME IN FLAUBERT'S HERODIAS -- AUTOPROYECCIÓN LITERARIA Y CODIFICACIÓN ROMÁNTICA DE LOS AFECTOS: GERTRUDIS GÓMEZ DE AVELLANEDA -- CUESTIONES DE DIFERENCIA SEXUAL: DIE LIEBE DES PLATO DE SACHER-MASOCH -- GANIMEDES EM PORTUGAL. O CASO DO BARÁO DE LAVOS -- DIONYSOS AND THE FOOLISH VIRGINS. …”
    Enlace del recurso
    Libro electrónico
  16. 17916
    Publicado 2017
    Tabla de Contenidos: “…Front Cover -- Three-Dimensional Integrated Circuit Design -- Copyright Page -- Dedication -- Contents -- List of Figures -- About the Authors -- Preface to the Second Edition -- Preface to the First Edition -- Acknowledgments -- Organization of the Book -- 1 Introduction -- 1.1 Interconnect Issues in Integrated Systems -- 1.2 Three-Dimensional or Vertical Integration -- 1.2.1 Opportunities for Three-Dimensional Integration -- 1.2.2 Challenges of Three-Dimensional Integration -- 1.2.2.1 Technological/manufacturing limitations -- 1.2.2.2 Testing -- 1.2.2.3 Global interconnect design -- 1.2.2.4 Thermal issues -- 1.2.2.5 CAD algorithms and tools -- 1.3 Book Organization -- 2 Manufacturing of Three-Dimensional Packaged Systems -- 2.1 Stacking Methods for Transistors, Circuits, and Dies -- 2.1.1 System-in-Package -- 2.1.2 Transistor and Circuit Level Stacking -- 2.2 System-on-Package -- 2.3 Technologies for System-in-Package -- 2.3.1 Wire Bonded System-in-Package -- 2.3.2 Peripheral Vertical Interconnects -- 2.3.3 Area Array Vertical Interconnects -- 2.3.4 Metalizing the Walls of an SiP -- 2.4 Technologies for 2.5-D Integration -- 2.4.1 Interposer Materials -- 2.4.2 Metallization Processes -- 2.4.3 Vertical Interconnects -- 2.5 Summary -- 3 Manufacturing Technologies for Three-Dimensional Integrated Circuits -- 3.1 Monolithic Three-Dimensional ICs -- 3.1.1 Laser Crystallization -- 3.1.2 Seed Crystallization -- 3.1.3 Double-Gate Metal Oxide Semiconductor Field Effect Transistors for Stacked Three-Dimensional ICs -- 3.1.4 Molecular Bonding -- 3.2 Three-Dimensional ICs with Through Silicon Via or Intertier Via -- 3.2.1 Wafer Level Integration -- 3.2.2 Die-to-Die Integration -- 3.2.3 Bonding of Three-Dimensional ICs -- 3.3 Contactless Three-Dimensional ICs -- 3.3.1 Capacitively Coupled Three-Dimensional ICs…”
    Libro electrónico
  17. 17917
    Publicado 2012
    Tabla de Contenidos: “…Asproulis10.1 Introduction -- 10.2 Modelling Approaches -- 10.3 Meta-Modelling for Macromolecules -- 10.4 Hybrid Continuum-Molecular Models -- References -- Chapter 11: Multi-detection of waterborne pathogens in raw and treated water samples by using ultrafiltration concentration and DNA array technology / Sophie Courtois, Anne Cajon, Aurore Romey, Fanny Poyet and Claude Mabilat -- 11.1 Introduction -- 11.2 Improved and Simplified Method for Concentrating Viral, Bacterial and Protozoan Pathogens -- 11.3 Integrated Protocol for Nucleic Acid Extraction, Amplification and Sequence Identification Through High Density Microarray -- 11.4 Results -- 11.5 Conclusions -- References -- Chapter 12: Detection and enumeration of waterborne mycobacteria / Joseph O. …”
    Libro electrónico
  18. 17918
    Publicado 2017
    Tabla de Contenidos: “…-- Indify String Concatenation -- Invokedynamic -- Storing interned strings in CDS archives -- Concurrency performance -- Compiler improvements -- Tiered Attribution -- Ahead-of-Time compilation -- Security manager improvements -- Graphics rasterizers -- Summary -- Chapter 2: Identifying Performance Bottlenecks -- CPU infrastructure -- Memory utilization -- Java heap -- Java stack -- Java heap versus stack memory -- Escape analysis -- Common memory problems -- OutOfMemory -- Mismanagement of object life cycle: java.lang.OutOfMemoryError: Java heap space -- java.lang.OutOfMemoryError: GC Overhead limit exceeded -- java.lang.OutOfMemoryError: Permgen space -- java.lang.OutOfMemoryError: Metaspace -- java.lang.OutOfMemoryError: Unable to create new native thread -- java.lang.OutOfMemoryError: request size bytes for reason -- java.lang.OutOfMemoryError: Requested array size exceeds VM limit -- Out of memory: kill process or sacrifice child -- StackOverFlow -- Database operations -- I/O operations -- Network operations -- WebSocket Client API -- Summary -- Chapter 3: Learning How to Troubleshoot Code -- Measuring performance -- Performance checklist -- Basic principles of troubleshooting -- Why some developers find troubleshooting difficult? …”
    Libro electrónico
  19. 17919
    Publicado 2022
    Tabla de Contenidos: “…1 Introduction 1 -- 1.1 Defining the scope of this work . 4 -- 2 Fundamentals and previous work 5 -- 2.1 Theoretical principles behind spatial fluctuations . 5 -- 2.1.1 Amplitude distribution due to changes in position 5 -- 2.1.2 The impulse response and other room acoustical quantities 10 -- 2.1.3 Variance of the reverberation time over space . 13 -- 2.1.4 Reference to the research question . 14 -- 2.2 Acoustical measurements in auditoria . 15 -- 2.2.1 Principles and established practice . 15 -- 2.2.2 Measurement uncertainty in architectural acoustics 18 -- 2.2.3 Observations in other fields of acoustics 21 -- 2.3 Uncertainties in measurements . 23 -- 2.3.1 General metrological terms . 23 -- 2.3.2 The guide to the expression of uncertainty -- in measurement 24 -- 2.4 The perception of sound in auditoria 33 -- 3 General Methodology 37 -- 4 Uncertainty of room impulse response measurements 41 -- 4.1 Introduction 41 -- 4.2 Uncertainty budget for room impulse response measurements 42 -- 4.3 Discussion . 45 -- 4.4 Conclusions 45 -- 5 Design of a measurement array 47 -- 5.1 Introduction 47 -- 5.2 Methodology . 48 -- 5.2.1 Requirements for the measurement setup . 48 -- 5.2.2 Design of a measurement device 52 -- 5.2.3 Acoustical measurements 53 -- 5.2.4 Data analysis . 56 -- 5.3 Results . 57 -- 5.3.1 Visualization of sound fields . 57 -- 5.3.2 Data for the uncertainty discussions 60 -- 5.4 Discussion . 60 -- 5.5 Conclusions 62 -- 6 Uncertain input quantities of the measurement function 65 -- 6.1 Introduction 65 -- 6.2 Uncertainty of room acoustical quantities . 66 -- 6.2.1 Methodology . 66 -- 6.2.2 Results 74 -- 6.3 Uncertainty of the sampling location 82 -- 6.3.1 Introduction . 82 -- 6.3.2 Initial methodology . 84 -- 6.3.3 Results 87 -- 6.3.4 Revised methodology . 88 -- 6.3.5 Results 88 -- 6.4 Discussion . 90 -- 6.5 Conclusions 91 -- 7 Measurement function 93 -- 7.1 Introduction 93 -- 7.2 Establishing the measurement function . 94 -- 7.2.1 Methodology . 94 -- 7.2.2 Results and discussion 99 -- 7.3 Compensating the effect of a finite sampling area . 103 -- 7.3.1 Methodology . 103 -- 7.3.2 Results and discussion 104 -- 7.4 Reducing the complexity . 106 -- 7.4.1 Methodology . 106 -- 7.4.2 Results 107 -- 7.5 Discussion . 108 -- 7.6 Conclusions 110 -- 8 Validity of the measurement function 111 -- 8.1 Introduction 111 -- 8.2 Methodology . 111 -- 8.2.1 Repeatability . 112 -- 8.2.2 Reproducibility 112 -- 8.3 Results . 117 -- 8.3.1 Repeatability . 119 -- 8.3.2 Reproducibility 121 -- 8.4 Discussion . 139 -- 8.5 Conclusions 141 -- 9 How accurately must a measurement position be defined? …”
    Libro electrónico
  20. 17920
    Publicado 2018
    Tabla de Contenidos: “…-- Summary -- Chapter 9: Best Practices in Java -- A brief history of Java -- Features of Java 5 -- Features of Java 8 -- Currently supported versions of Java -- Best practices and new features of Java 9 -- Java platform module system -- JShell -- Private methods in interfaces -- Enhancements in streams -- Creating immutable collections -- Method addition in arrays -- Additions to the Optional class -- New HTTP client -- Some more additions to Java 9 -- Best practices and new features of Java 10 -- Local variable type inference -- copyOf method for collections -- Parallelization of full garbage collection -- Some more additions to Java 10 -- What should be expected in Java 11? …”
    Libro electrónico