Mostrando 1,121 - 1,140 Resultados de 2,511 Para Buscar '"In the Loop"', tiempo de consulta: 0.10s Limitar resultados
  1. 1121
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Part 1 -- Chapter 1: Exploring Xcode -- Technical requirements -- Downloading and installing Xcode from the App Store -- Exploring the Xcode user interface -- Running your app in Simulator -- Understanding the Devices and Build sections -- Running your app on an iOS device -- Trusting the Developer App certificate on your iOS device -- Summary -- Chapter 2: Simple Values and Types -- Technical requirements -- Introducing Swift playgrounds -- Customizing fonts and colors -- Running playground code -- Exploring data types -- Representing integers -- Representing floating-point numbers -- Representing strings -- Representing Booleans -- Using common data types in the playground -- Exploring constants and variables -- Understanding type inference and type safety -- Using type annotation to specify a type -- Using type safety to check values -- Exploring operators -- Using arithmetic operators -- Using compound assignment operators -- Using comparison operators -- Using logical operators -- Performing string operations -- Using the print() statement -- Summary -- Chapter 3: Conditionals and Optionals -- Technical requirements -- Introducing conditionals -- Using if statements -- Using switch statements -- Introducing optionals and optional binding -- Summary -- Chapter 4: Range Operators and Loops -- Technical requirements -- Exploring range operators -- Exploring loops -- The for-in loop -- The while loop -- The repeat-while loop -- Summary -- Chapter 5: Collection Types -- Technical requirements -- Exploring arrays -- Creating an array -- Checking the number of elements in an array -- Adding a new element to an array -- Accessing an array element -- Assigning a new value to a specified index -- Removing an element from an array -- Iterating over an array -- Exploring dictionaries…”
    Libro electrónico
  2. 1122
    por Rao, B. Visvesvara
    Publicado 2015
    Tabla de Contenidos: “…5.5 Wien Bridge Oscillator -- 5.6 High Frequency Oscillator Circuits -- 5.7 Quadrature Oscillator -- 5.8 Square Waveform Generator -- 5.9 Free-running Ramp Waveform Generator -- 5.10 Triangular Waveform Generator -- 5.11 Voltage-Controlled Oscillator -- 5.12 Waveform Generator IC L8038 -- Points to Remember -- Summary -- Questions for Practice -- Multiple-choice Questions -- Chapter 6: 555 Timer and Its Applications -- 6.1 Introduction -- 6.2 555 IC Timer -- 6.3 Astable Multivibrator -- 6.4 Monostable Multivibrator -- 6.5 Ramp Generator -- 6.6 Bistable Mode (Schmitt Trigger) Operation of 555 Timer -- 6.7 Pulse-Width Modulator (PWM) Circuit -- 6.8 Pulse-Position Modulator (PPM) Circuit -- 6.9 Waveform Generator-IC 8038 -- Points to Remember -- Summary -- Questions for Practice -- Multiple-choice Questions -- Chapter 7: Phase-Locked Loop and Its Applications -- 7.1 Introduction -- 7.2 Phase-Locked Loop -- 7.3 Frequency Multiplier (Frequency Synthesizer) -- 7.4 Analog Frequency Multiplier (AFM) -- 7.5 Amplitude Modulation Detector -- 7.6 Frequency Modulation Detector -- 7.7 Phase Shifter -- 7.8 Frequency Shift Keying Detector -- 7.9 Tracking Filter Using Phase-Locked Loop -- 7.10 Frequency (Signal) Synchronizer -- 7.11 Digital Phase-Locked Loop (DPLL) -- 7.12 Software or Discrete Time Signal Based Phase-Locked Loop -- Points to Remember -- Summary -- Questions for Practice -- Multiple-choice Questions -- Chapter 8: IC Voltage Regulator and DC Power Supply Circuits -- 8.1 Introduction -- 8.2 Basic Building Blocks of Linear IC Voltage Regulators -- 8.3 Series Voltage Regulator Circuit Using Operational Amplifier -- 8.4 Three-terminal Voltage Regulators (LM 7805 and LM 7905) -- 8.5 Voltage Regulators (LM 317 and LM 337) -- 8.6 Dual Power Supply Circuits -- 8.7 Precision Voltage Regulators -- 8.8 Switching Regulator and Switched-mode Power Supply…”
    Libro electrónico
  3. 1123
    Publicado 2021
    Tabla de Contenidos: “…ABSORCIÓN DE NODOS -- 1.2. LAZOS Y AUTOLAZOS (LOOPS Y SELF LOOPS) -- 1.2.1. ABSORCIÓN DE UN NODO QUE CONTIENE UN AUTOLAZO -- 1.3. …”
    Libro electrónico
  4. 1124
    Publicado 2023
    Tabla de Contenidos: “…Part 2: Getting Hands-On with the Deepfake Process -- Chapter 5: Extracting Faces -- Technical requirements -- Getting image files from a video -- Running extract on frame images -- face_alignments.json -- face_bbox_{filename}_{face number}.png -- face_aligned_{filename}_{face number}.png -- face_mask_{filename}_{face number}.png -- Getting hands-on with the code -- Initialization -- Image preparation -- Face detection -- Face landmarking/aligning -- Summary -- Exercises -- Chapter 6: Training a Deepfake Model -- Technical requirements -- Understanding convolutional layers -- Getting hands-on with AI -- Defining our upscaler -- Creating the encoder -- Building the decoders -- Exploring the training code -- Creating our models -- Looping over the training -- Teaching the network -- Saving results -- Summary -- Exercises -- Chapter 7: Swapping the Face Back into the Video -- Technical requirements -- Preparing to convert video -- Getting hands-on with the convert code -- Initialization -- Loading the AI -- Preparing data -- The conversion loop -- Creating the video from images -- Summary -- Exercises -- Part 3: Where to Now? …”
    Libro electrónico
  5. 1125
    por Robinson, John A.
    Publicado 2004
    Tabla de Contenidos: “…; 6.2 Ten programming errors and how to avoid them; The invalid memory access error; The off-by-1 error; Incorrect initialization; Variable type errors; Loop errors; Incorrect code blocking; Returning a pointer or a reference to a local variable; Other problems with new and delete; Inadequate checking of input data…”
    Libro electrónico
  6. 1126
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Swift Basics - Variables and Functions -- Variables -- Optional types -- Enumeration types -- Basic flow statements -- The if statements - how to control the code flow -- Loops -- The while loops -- The switch statement -- Functions -- What is a tuple? …”
    Libro electrónico
  7. 1127
    por Chou, Eric
    Publicado 2023
    Tabla de Contenidos: “…Screen scraping versus API structured output -- Data modeling for IaC -- YANG and NETCONF -- Cisco API examples -- Cisco NX-API -- Lab preparation -- NX-API examples -- The Cisco YANG Model -- The Cisco ACI examples -- Cisco Meraki controller -- The Python API for Juniper Networks -- Juniper and NETCONF -- Device preparation -- Juniper NETCONF examples -- Juniper PyEZ for developers -- Installation and preparation -- PyEZ examples -- The Arista Python API -- Arista eAPI management -- eAPI preparation -- eAPI examples -- The Arista Pyeapi library -- Pyeapi installation -- Pyeapi examples -- VyOS example -- Other libraries -- Summary -- Chapter 4: The Python Automation Framework - Ansible -- Ansible - A More Declarative Framework -- Ansible Versions -- Our First Ansible Network Example -- The Control Node Installation -- Lab Topology -- The Variable Files -- Our First Playbook -- The Advantages of Ansible -- Agentless -- Idempotence -- Simple and Extensible -- Ansible Content Collections -- More Ansible Network Examples -- Inventory Nesting -- Ansible Conditionals -- Configuration Change -- Ansible Network Facts -- Ansible Loops -- Standard Loops -- Looping over Dictionaries -- Templates -- The Jinja Template Variables -- Jinja Template Loops -- Jinja Template Conditional -- Summary -- Chapter 5: Docker Containers for Network Engineers -- Docker Overview -- Advantages of Docker -- Building Python applications in Docker -- Installing Docker -- Useful Docker commands -- Building hello world -- Building our application -- Sharing Docker images -- Container orchestration with Docker-compose -- Container networking -- Container host network -- Custom bridge network -- Other container network options -- Containers in the network engineering field -- Containerlab -- Docker and Kubernetes -- Summary -- Chapter 6: Network Security with Python -- The Lab Setup…”
    Libro electrónico
  8. 1128
    Publicado 2018
    Tabla de Contenidos: “…5.6.1 MIDI-Regionen quantisieren -- 5.6.2 Standardeinstellungen für die Quantisierung auswählen -- 5.7 Aufnahmen in einer MIDI-Region zusammenführen -- 5.7.1 Aufnahme in eine ausgewählte MIDI-Region -- 5.7.2 Aufnahmen im Cycle-Modus zusammenführen -- 5.8 MIDI-Takes aufnehmen -- 5.9 Das Gelernte überprüfen -- Lektion 6: MIDI-Sequenzen erstellen und bearbeiten -- 6.1 MIDI-Noten im Pianorollen-Editor schreiben -- 6.1.1 Noten schreiben und ihre Länge ändern -- 6.1.2 Notenlängen anhand von vorhandenen Noten festlegen -- 6.1.3 Die Tonhöhe über Tastaturbefehle ändern -- 6.1.4 Die Anschlagsdynamik (Velocity) bearbeiten -- 6.1.5 Notenmuster erstellen und zeichnen -- 6.1.6 Eigene Notenmuster definieren und zeichnen -- 6.2 Eine MIDI-Datei importieren -- 6.3 MIDI-Daten in der Event-Liste bearbeiten -- 6.3.1 Tonhöhe, Tonart und Timing von MIDI-Noten quantisieren -- 6.3.2 Ein Crescendo mithilfe der Anschlagsdynamik erstellen -- 6.4 Continuous-Controller-Ereignisse erstellen und bearbeiten -- 6.4.1 Pitchbend im MIDI-Zeichenbereich automatisieren -- 6.4.2 MIDI-Steuerdaten im MIDI-Zeichenbereich kopieren -- 6.4.3 Modulationsdaten im MIDI-Zeichenbereich automatisieren -- 6.5 Das Gelernte überprüfen -- Einen Song erstellen -- Lektion 7: Tonhöhe und Timing bearbeiten -- 7.1 Das Projekttempo über das Tempo einer Aufnahme feststellen -- 7.2 Apple Loops verwenden und erstellen -- 7.2.1 Den Loop-Browser verwenden -- 7.2.2 Die Tonart des Projekts festlegen -- 7.2.3 Apple Loops erstellen -- 7.3 Tempowechsel und -kurven erstellen -- 7.3.1 Tempo-Sets erstellen und benennen -- 7.3.2 Tempowechsel und -kurven erstellen -- 7.4 Band- und Plattenteller-Verlangsamungseffekte anwenden -- 7.5 Dem Groove einer anderen Spur folgen -- 7.6 Tonhöhe und Geschwindigkeit der Wiedergabe mit Varispeed ändern -- 7.7 Das Timing einer Audioregion bearbeiten…”
    Libro electrónico
  9. 1129
    Publicado 2019
    Tabla de Contenidos: “…Events and Event Handlers -- 2.2. Event Loops -- 2.2.1. Default Event Loops -- 2.2.2. Programmatic Event Loops -- 2.2.3. …”
    Libro electrónico
  10. 1130
    por Pandey, Hari Mohan
    Publicado 2012
    Tabla de Contenidos: “…-- 3.5 Assignment Operator -- 3.6 Increment (++) and Decrement (--) Operator -- 3.7 Bitwise Operators -- 3.7.1 Bitwise AND (&) -- 3.7.2 Bitwise OR (|) -- 3.7.3 Bitwise XOR (^) -- 3.7.4 1's Complement (~) -- 3.7.5 Left Shift Operator (>) -- 3.7.7 Right Shift with Zero Fill (>>>) -- 3.8 The Instance of Operator -- 3.9 The Comma Operator -- 3.10 The size of () Operator -- 3.11 Precedence of Operator -- 3.12 Type Conversion and Typecasting -- 3.13 Mathematical Functions -- 3.14 Scope and Lifetime -- 3.15 Ponderable Points -- Review Questions -- Multiple Choice Questions -- Key for Multiple Choice Questions -- Chapter 4: Working with Decision-making Statement in Java -- 4.1 Introduction -- 4.2 The if Statement -- 4.3 The if-else Statement -- 4.4 Nesting of if-else Statement -- 4.5 else-if Ladder -- 4.6 Switch-Case Statement -- 4.7 Introduction of Loops -- 4.7.1 The while Loop -- 4.7.2 The for Loop -- 4.8 Different Syntaxes of for Loop -- 4.9 Programming Examples -- 4.9.1 Nesting of for Loop -- 4.9.2 The do-while Statement -- 4.10 break and continue Statement -- 4.10.1 The break Statement -- 4.10.2 The continue Statement -- 4.10.3 Labelled break and continue Statement -- 4.11 Ponderabale Points -- Review Questions -- Multiple Choice Questions -- Key for Multiple Choice Questions -- Chapter 5: Working with Array in Java -- 5.1 Introduction -- 5.2 Creating Arrays in Java -- 5.3 Some Important Points About Array -- 5.4 Initializing 1-D Array -- 5.5 Programming Examples (Part-1) -- 5.6 Two-dimensional (2-D) Array -- 5.7 Three-dimensional (3-D) and Variable Column Length Arrays -- 5.7.1 3-D Array -- 5.8 Ponderable Points -- Review Questions…”
    Libro electrónico
  11. 1131
    Publicado 2007
    Tabla de Contenidos: “…12 Creating Multidimensional Characters13 A Really Good Villain; 14 Synthetic Characters; PART FOUR: MAN IN THE LOOP vs. THE AUTOMATED GAME MANAGER; 15 The Instructor as Dungeon Master; 16 Automated Story Generation; PART FIVE: COMPLETING THE PYRAMID; 17 Game Play; 18 Evaluation and Testing; PART SIX: BUILDING THE IMMERSIVE ENVIRONMENT; 19 Content Scripting Tools; 20 Selecting Media and Platform: An Overview; 21 Immersive Desktop Experiences; 22 The Internet; 23 Interactive Video and Interactive Television; 24 Real-Time 3D Virtual Worlds; 25 Audio; 26 Simulation Integration…”
    Libro electrónico
  12. 1132
    Publicado 2014
    Tabla de Contenidos: “…Data in ContextFrom Black-and-White to Color; Adding Judgment to the Mix; Bringing Smart to Big; The Power of Hypothesis; Next-Best-Action; Adaptive Learning; Organizing Your Insights; Feedback Loops; Intent Goes Both Ways; Chapter 4: Getting It Done with Customer Processes; The Best Execution for Every Customer Interaction; First Impressions; Seamless Customer Processes; Getting beyond Business Process Modeling; Crossing Lines; Building for Change; A High-Definition Panorama; Chapter 5: Change How You Think about Technology; The Business-IT Collision; How Computer Programming Became a Mess…”
    Libro electrónico
  13. 1133
    Tabla de Contenidos: “…Static Analysis of Object-Oriented Languages -- Precise Analysis of String Expressions -- Modular Class Analysis with DATALOG -- Class-Level Modular Analysis for Object Oriented Languages -- Static Analysis of Concurrent Languages -- Checking Interference with Fractional Permissions -- Message Analysis for Concurrent Languages -- Instantaneous Termination in Pure Esterel -- Stack Size Analysis for Interrupt-Driven Programs -- Invited Paper -- Program Development Using Abstract Interpretation (And the Ciao System Preprocessor) -- Static Analysis of Functional Languages -- Selective Tail Call Elimination -- Inserting Safe Memory Reuse Commands into ML-Like Programs -- Static Analysis of Procedural Languages -- Weighted Pushdown Systems and Their Application to Interprocedural Dataflow Analysis -- Client-Driven Pointer Analysis -- Abstract Interpretation of Programs as Markov Decision Processes -- Static Data Analysis -- A Logic for Analyzing Abstractions of Graph Transformation Systems -- Type Systems for Distributed Data Sharing -- Z-Ranking: Using Statistical Analysis to Counter the Impact of Static Analysis Approximations -- Computer-Assisted Verification of a Protocol for Certified Email -- Invited Talk -- Craig Interpolation and Reachability Analysis -- Static Linear Relation Analysis -- Precise Widening Operators for Convex Polyhedra -- Cartesian Factoring of Polyhedra in Linear Relation Analysis -- Static Analysis Based Program Transformation -- Continuation-Based Partial Evaluation without Continuations -- Loop Transformations for Reducing Data Space Requirements of Resource-Constrained Applications -- Code Compaction of Matching Single-Entry Multiple-Exit Regions -- Static Heap Analysis -- Existential Heap Abstraction Entailment Is Undecidable -- Typestate Verification: Abstraction Techniques and Complexity Results -- Static Analysis of Accessed Regions in Recursive Data Structures -- Establishing Local Temporal Heap Safety Properties with Applications to Compile-Time Memory Management…”
    Libro electrónico
  14. 1134
    por Rodriguez, Jacobo
    Publicado 2013
    Tabla de Contenidos: “…InstructionsBasic types; Variable initializers; Vector and matrix operations; Castings and conversions; Code comments; Flow control; Loops; Structures; Arrays; Functions; Preprocessor; Shader input/output variables; Uniform variables; Other input variables; Shader output variables; Summary; Chapter 3 : Vertex Shaders; Vertex shader inputs; Vertex attributes; Uniform variables; Vertex shader outputs; Drawing a simple geometry sample; Distorting a geometry sample; Using interpolators; Simple lighting; Basic lighting theory; Lighting example code; Summary; Chapter 4: Fragment Shaders…”
    Libro electrónico
  15. 1135
    por Leybourn, Evan
    Publicado 2013
    Tabla de Contenidos: “…-- Scrum -- Kanban -- Lean Manufacturing -- Feature Driven Development -- Test-Driven Development -- Extreme Programming -- Common misconceptions -- Governance and Agile Business Management -- Successful Agile Business Management -- Relationship to other management styles -- OECD Principles of Corporate Governance -- Process control loops -- Deming's 14 points -- Theory of Profound Knowledge -- CMMI -- Chapter 1: You, the Agile Manager -- Management responsibilities -- The Agile mindset -- Embraces change -- Accepts failure -- Staff and Customer focused -- Changing your mind -- Chapter 2: Integrated Customer Engagement -- What is a Customer? …”
    Libro electrónico
  16. 1136
    Publicado 2024
    Tabla de Contenidos: “…Introduction -- Part I Architectures and Knowledge Modelling for AI in Manufacturing -- Reference Architecture for AI-based Industry 5.0 Applications -- Designing a Marketplace to Exchange AI Models for Industry 4.0 -- Domain Ontology Enrichment through Human-AI Interaction -- Survey of Knowledge Graphs in Industrial Settings -- From Knowledge to Wisdom: Leveraging Semantic Representations via Knowledge Graph Embeddings -- Advancing high value-added networked production through Decentralized Technical Intelligence -- Part II AI-based Digital Twins for Manufacturing Applications -- Digital-Twin enabled framework for training and deploying AI agents for production scheduling -- Digital Twin for Human Machine Interaction -- Learning-based Collaborative Digital Twins -- A Manufacturing Digital Twin Framework -- Part III Agent based Approaches for AI in Manufacturing -- Reinforcement Learning based approaches in manufacturing environments -- A participatory modelling approach to Agents in Industry using AAS -- 4.0 Holonic Multi-Agent Testbed Enabling Shared Production -- Application of a Multi agent system on production and scheduling optimization -- Integrating Knowledge to Conversational Agents for Worker Upskilling -- Part IV Trusted AI for Industry 5.0 Applications -- Wearable sensor-based human activity recognition for worker safety in manufacturing line -- Object detection for human-robot interaction and worker assistance systems -- Application of autoML, XAI and differential privacy method into manufacturing -- Anomaly Detection in Manufacturing -- Towards Industry 5.0 by incorporation of Trustworthy and Human-Centric approaches -- How AI changes human roles in Industry 5.0-enabled environments: Human in the AI loop via xAI and Active Learning for Manufacturing Quality Control -- Multi-Stakeholder Perspective on Human-AI Collaboration in Industry 5.0 -- Conclusion…”
    Libro electrónico
  17. 1137
    Publicado 2018
    Tabla de Contenidos: “…switch and case -- catch and throw -- Structuring repetitions -- Repeating a number of times - loop or repeat -- Repeating with a condition - while or until -- A number-guessing game -- Handling errors -- attempt and try -- Using error? …”
    Libro electrónico
  18. 1138
    Publicado 2018
    Tabla de Contenidos: “…Bias Current and Offset Voltage -- 12-7. Open-Loop Frequency and Phase Responses -- 12-8. Closed-Loop Frequency Response -- 12-9. …”
    Libro electrónico
  19. 1139
    Publicado 2022
    Tabla de Contenidos: “…Little-Endian -- About Bi-Endian -- Pros of Little-Endian -- Cons of Little-Endian -- How to Shift and Rotate Registers -- About Carry Flag -- Basics of Shifting and Rotating -- Logical Shift Left -- Logical Shift Right -- Arithmetic Shift Right -- Rotate Right -- Rotate Right Extend -- How to Use MOV -- Move Immediate -- Moving Data from One Register to Another Using Register MOV -- ADD/ADC -- Add with Carry -- SUB/SBC -- Shifting and Rotating -- Loading All 32 Bits of a Register -- MOV/ADD/Shift Example -- Summary -- Exercises -- Chapter 5: How to Control Program Flow -- Unconditional Branch -- About the CPSR -- Branch on Condition -- About the CMP Instruction -- Loops -- FOR Loops -- While Loops -- If/Then/Else -- Logical Operators…”
    Libro electrónico
  20. 1140
    Publicado 2021
    Tabla de Contenidos: “…-- Widgets, widgets, everywhere -- Flutter rendering -- Flutter - rendering by itself -- Composability -- Immutability -- Everything is a widget -- Building and running Flutter -- Debug mode -- Release mode -- Profile mode -- Supported platforms -- The pubspec.yaml file -- Running the generated project -- Summary -- Chapter 2: An Introduction to Dart -- Technical requirements -- Getting started with Dart -- The evolution of Dart -- How Dart works -- Introducing the structure of the Dart language -- Hands-on with Dart -- Variables and data types -- Variable declaration -- Null safety -- Built-in types -- Control flows and looping -- If/else -- While and do-while loops -- For loops -- break and continue -- Hands-on continued -- Functions and methods -- Function parameters -- Summary -- Chapter 3: Flutter versus Other Frameworks -- Native development -- Developers -- Project management -- Defect reports -- Performance -- Platform features -- Hot reload -- User experience -- App size -- New platforms -- Retired platforms -- Overview -- Cross-platform frameworks -- React Native -- Xamarin -- Cordova -- Popularity -- Flutter community -- Events -- News and discussion -- Resources -- Flutter strengths and weaknesses -- Strengths -- Weaknesses -- Summary -- Chapter 4: Dart Classes and Constructs -- Technical requirements -- Object orientation in Dart -- Objects and classes -- Other OOP artifacts…”
    Libro electrónico