Mostrando 961 - 980 Resultados de 2,511 Para Buscar '"In the Loop"', tiempo de consulta: 0.09s Limitar resultados
  1. 961
    Publicado 2010
    Tabla de Contenidos: “…Essentials; Writing Maintainable Code; Minimizing Globals; The Problem with Globals; Side Effects When Forgetting var; Access to the Global Object; Single var Pattern; Hoisting: A Problem with Scattered vars; for Loops; for-in Loops…”
    Libro electrónico
  2. 962
    por Timmis, Harold
    Publicado 2011
    Tabla de Contenidos: “…Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewers; Acknowledgments; Preface; Chapter 1 The Process of Arduino Engineering; Gathering Your Hardware; Gathering Your Tools; Understanding the Engineering Process; Summary; Chapter 2 Understanding the Arduino Software; Getting Started with setup() and loop(); Working with Loops; Communicating Digitally; Communicating with Analog Components; Putting Together the Arduino Language Basics; Chapter 3 Robot Engineering Requirements: Controlling Motion; Hardware Explained: The H-bridge…”
    Libro electrónico
  3. 963
    por Beckner, Mark. author
    Publicado 2013
    Tabla de Contenidos: “…""Using Inline C# to Map ITD04 and Other Dates""""Date Conversions Using an External .NET Assembly""; ""Mapping the N1Loop1 with Inline XSLT Call Template""; ""Using Standard Functoids to Map the CTT Segment""; ""Case Statements and the PO1Loop1 Node""; ""Mapping the PADLoop1 Nodes""; ""The PADLoop1""; ""The PAD Elements""; ""The PID Segment""; ""The UIT Segment""; ""The DTM_5 Segment""; ""The LIN Segment""; ""Conclusion""; ""Chapter 5: Adapters, AS2, and Acks""; ""SFTP""; ""Configuring the Native SFTP Adapter""; ""ConnectionLimit""; ""PollingInterval and Unit""; ""AcceptAnySSHServerHostKey""…”
    Libro electrónico
  4. 964
    Publicado 2014
    Tabla de Contenidos: “…Defining the New Get-Sysvars and Set-Sysvars Utility FunctionsDefining the New createcircle Utility Function; Revising the drawplate Function; Using the Revised drawplate Function; Chapter 5 Requesting Input and Using Conditional and Looping Expressions; Interacting with the User; Requesting Input at the Command Prompt; Providing Feedback to the User; Working with the Graphics Windows; Conditionalizing and Branching Expressions; Comparing Values; Grouping Comparisons; Validating Values; Evaluating if a Condition Is Met; Testing Multiple Conditions; Repeating and Looping Expressions…”
    Libro electrónico
  5. 965
    Tabla de Contenidos: “…FDDMIMO; Transmit Diversity Mode; Closed Loop Spatial Multiplexing; Open Loop Spatial Multiplexing; Beamforming; UE Capabilities; Cell Sizes: Femto vs. …”
    Libro electrónico
  6. 966
    por Seifert, Rich, 1952-
    Publicado 2008
    Tabla de Contenidos: “…; A Word of Thanks from Jim; Contact the Author; Part I: Foundations of LAN Switches; Chapter 1: Laying the Foundation; Chapter 2: Transparent Bridges; Chapter 3: Bridging Between Technologies; Chapter 4: Principles of LAN Switches; Chapter 5: Loop Resolution; Chapter 6: Source Routing…”
    Libro electrónico
  7. 967
    Publicado 2010
    Tabla de Contenidos: “…Ubiquitous Services and Applications -- RESTful Integration of Heterogeneous Devices in Pervasive Environments -- Hosting and Using Services with QoS Guarantee in Self-adaptive Service Systems -- Grid Computing -- Validating Evolutionary Algorithms on Volunteer Computing Grids -- A Reconfiguration Language for Virtualized Grid Infrastructures -- Sensor Networks -- Distributed Object-Oriented Programming with RFID Technology -- WISeMid: Middleware for Integrating Wireless Sensor Networks and the Internet -- Context Awareness -- Structured Context Prediction: A Generic Approach -- Service Orientation -- Experiments in Model Driven Composition of User Interfaces -- Service Discovery in Ubiquitous Feedback Control Loops -- Distributed Fault Tolerant Controllers -- QoS Self-configuring Failure Detectors for Distributed Systems -- Distributed Fault Tolerant Controllers -- Cloud and Cluster Computing -- Automatic Software Deployment in the Azure Cloud -- G2CL: A Generic Group Communication Layer for Clustered Applications -- Adaptive and (Re)configurable Systems -- Dynamic Composition of Cross-Organizational Features in Distributed Software Systems -- Co-ordinated Utility-Based Adaptation of Multiple Applications on Resource-Constrained Mobile Devices -- Collaborative Systems -- gradienTv: Market-Based P2P Live Media Streaming on the Gradient Overlay -- Collaborative Ranking and Profiling: Exploiting the Wisdom of Crowds in Tailored Web Search…”
    Libro electrónico
  8. 968
    Publicado 2010
    Tabla de Contenidos: “…; Icons Used in This Book; Where to Go from Here; A Final Word; Part I: Programming with JavaScript; Chapter 1: Taking the Web to the Next Level; Chapter 2: Writing Your First Program; Chapter 3: Changing Program Behavior with Conditions; Chapter 4: Loops and Debugging; Chapter 5: Functions, Arrays, and Objects; Part II: Using JavaScript to Enhance Your Pages…”
    Libro electrónico
  9. 969
    Publicado 2014
    Tabla de Contenidos: “…Part I: Identity, Worldviews and Cultural Belief Systems: Intersections of Race-Ethnicity and Gender on Identity Development and Social Roles -- Exploring the Intersections of Religion and Spirituality with Race-Ethnicity and Gender in Counseling -- Intersections of Race-Ethnicity, Gender and Sexual Minority Communities -- Race-Ethnicity and Gender in Older Adults -- Part II—Family, Group and Community Systems: Immigration and Human Rights -- Poverty at the Intersections: Implications for Socially-Just Community-Based Practice -- Exploring the Intersection of Parenting, Ethnicity, Race and Gender in the Deconstruction of the Nuclear Family Archetype -- Taking Stock of the Intersection of Race, Gender and Crime: Statistics, Theory and Correctional Applications -- Race-Ethnicity and Gender in Higher Education -- Part III—Career and Organizational Development: Career Development of Men of Color -- Women of Color in the Workplace: Supports, Barriers and Interventions -- Leading with Our Whole Selves: A Multiple Identity Approach to Leadership Development -- In the Boardroom/Out of the Loop: Group and Organizational Dynamics -- Part IV—Clinical Applications: Theories, Models and Practices for Understanding: Gender, Race and Ethnicity in Clinical Assessment -- But Some of the Therapists are Black -- Consistently Inconsistent: A Review of the Literature on Eating Disorders and Body Image among Women of Color -- Men of Color and Eating Disorders -- Domestic Violence: What Every Multicultural Clinician Should Know…”
    Libro electrónico
  10. 970
    por Lanier, Jaron
    Publicado 2011
    Tabla de Contenidos: “…SACANDO EL MAYOR PARTIDO DE LOS BITS 12. Soy un loop inconformista 13. Una teoría de cómo podría haber evolucionado la semántica Quinta parte. …”
    Libro
  11. 971
    Publicado 2017
    Tabla de Contenidos: “…Reading the contents of a file -- Modules in Python -- Parsing a JSON file using the json module -- Exploring the contents of a data file -- Extracting the core content of the data -- Listing out all of the variables in the data -- Modifying a dataset -- Extracting data variables from the original dataset -- Using a for loop to iterate over the data -- Using a nested for loop to iterate over the data variables -- Outputting the modified data to a new file -- Specifying input and output file names in the Terminal -- Specifying the filenames from the Terminal -- Summary -- Chapter 4: Reading, Exploring, and Modifying Data - Part II -- Logistical overview -- File system setup -- Data -- Installing pandas -- Understanding the CSV format -- Introducing the CSV module -- Using the CSV module to read CSV data -- Using the CSV module to write CSV data -- Using the pandas module to read and process data -- Counting the total road length in 2011 revisited -- Handling non-standard CSV encoding and dialect -- Understanding XML -- XML versus JSON -- Using the XML module to parse XML data -- XPath -- Summary -- Chapter 5: Manipulating Text Data - An Introduction to Regular Expressions -- Logistical overview -- Data -- File structure setup -- Understanding the need for pattern recognition -- Introducting regular expressions -- Writing and using a regular expression -- Special characters -- Matching whitespace -- Matching the start of string -- Matching the end of a string -- Matching a range of characters -- Matching any one of several patterns -- Matching a sequence instead of just one character -- Putting patterns together -- Extracting a pattern from a string -- The regex split() function -- Python regex documentation -- Looking for patterns -- Quantifying the existence of patterns -- Creating a regular expression to match the street address…”
    Libro electrónico
  12. 972
    por Renders, Steven
    Publicado 2011
    Tabla de Contenidos: “…Irrlicht on Mac OS X with XcodeTime for action - compiling the static library on Mac OS X; Time for action - compiling ""Hello World"" project with Xcode; Summary; Chapter 2: Creating a Basic Template Application; Creating a new empty project; Visual Studio; CodeBlocks; Linux and the command line; Xcode; Time for action - creating the main entry point; Using Irrlicht namespaces; Irrlicht device; Time for action - creating an Irrlicht device; The createDevice method; The ""game loop""; Time for action - creating the ""game loop""; beginScene; endScene; Summary; Chapter 3: Loading Meshes…”
    Libro electrónico
  13. 973
    por Nagata, Fusaomi
    Publicado 2013
    Tabla de Contenidos: “…7.6 Design of weak coupling control between force feedback loop and position feedback loop7.7 Basic experiment; 7.8 Frequency characteristics; 7.9 Application to finishing an LED lens mold; 7.10 Stick-slip motion of tool; 7.11 Neural Network-Based Stiffness Estimator; 7.12 Automatic Tool Truing for Long-Time Lapping Process; 7.13 Force Input Device; 7.14 Conclusion; 8 Conclusion; References; Index…”
    Libro electrónico
  14. 974
    Publicado 2018
    Tabla de Contenidos: “…-- Vals and vars -- Literals -- Integer literals -- Floating point literals -- Boolean literals -- Character literals -- String literals -- Symbol literals -- Tuple literals -- Function literals -- Data types -- Scala's class hierarchy -- Any -- AnyVal and AnyRef -- AnyRef -- AnyVal -- Unit -- Boolean -- Null and Nothing -- Type inference -- Operators in Scala -- Arithmetic operators -- Relational operators -- Logical operators -- Bitwise operators -- Operator precedence -- Wrapper classes -- String Interpolators -- The s interpolator -- f Interpolator -- The raw interpolator -- Summary -- Chapter 3: Shaping our Scala Program -- Looping -- The for loop -- The while Loop -- The do while loop -- The for expressions -- The for yield expressions -- Recursion -- Why recursion over iteration? …”
    Libro electrónico
  15. 975
    por Theisen-Womersley, Gail
    Publicado 2021
    Tabla de Contenidos: “…Intro -- Contents -- 1 Introduction -- Mental Health of Refugee Populations -- The Problem with PTSD -- Calls for a More Contextualised Understanding of Trauma -- Adapting Clinical Practice -- Addressing the Gap in the Literature-Implications for Research -- The Context of the Research -- Why Read This Book -- Theoretical Framework -- Conceptualising Experiences of Trauma and Migration from a Collective, Sociocultural Perspective -- Applications for Professionals -- Conclusion -- References -- 2 Trauma and Migration -- Pre-migration -- Torture -- Migration -- Requesting Asylum -- Prolonged Detention -- Court Proceedings -- Being Denied Asylum -- Post-migration -- Reception in the Host Country -- Multiple Losses and Social Isolation -- Continual Exposure to Trauma -- Unemployment -- Race-Related Trauma -- Language Proficiency -- Gender -- Daily Stressors -- Considering the Interrelation of Factors -- Case Study One: Trauma Among Displaced Victims of Torture in Athens, Greece -- Case Presentation -- First Feedback Loop: Breakdown of Interpersonal Relations -- Second Feedback Loop: Delayed Asylum Procedure -- Third Feedback Loop: Living Conditions -- Fourth Feedback Loop: Hospitalisation and Interpersonal Encounters in Medical Consultations -- Case Study Two: Self-immolation Among an Asylum Seeker in Switzerland -- The Self-immolation of Armin -- Analysis -- Concluding Remarks -- References -- 3 Prevalence of PTSD Among Displaced Populations-Three Case Studies -- Case Study One: Durban, South Africa -- Method -- Results -- Case Study Two: Yezidis in Iraq -- Method -- Results: Topline Findings -- WHO-5 -- Harvard Trauma Questionnaire -- Case Study Three: Marawi, Philippines -- Method -- Results -- Conclusion -- References -- 4 Beyond PTSD -- Models of Trauma: Conflicting Theoretical Traditions -- What Is "Trauma"? …”
    Libro electrónico
  16. 976
    Publicado 2023
    Tabla de Contenidos: “…JIRA Dashboard -- JIRA Structure -- Confluence Pages -- Chapter 7: Main Concepts and Entities -- Modules and Submodules -- Application Environments -- Tests and Test Suites -- Test URL -- Environment URL -- Test Actions -- Keep It Modular, Avoid Monolithic Tests -- Test Suites -- Features and Scenarios -- Searching and Bookmarks -- Recording -- Generate and Reference Test -- Execution and Reporting -- Execution Modes -- Execution Reports -- Projects Settings and UI Customization -- Content Policy -- Integration -- UI Customizations -- Updates from the Trenches -- Chapter 8: Elements Location Approach -- Boozang Location Strategy -- Fine Tuning the Locators -- Locators with Dynamic Tables and Non-unique Elements -- Use Case 1 -- Use Case 2 -- Use Case 3 -- Validating the Expected Results -- Exist -- Validate not exist -- innerText -- Script: JS-Validate -- Is Checked -- Chapter 9: Exit Conditions, Conditional Flows, and Timers -- Exit Conditions -- Conditional Flows -- PCAS Logic Part 1 -- Products and Dependent Products -- If-Then-Else Groups -- Loop Groups -- PCAS Logic Part 2 -- Checking Financial Data Tables with Loops -- Timers -- Chapter 10: Data Management -- Data Management Concepts -- Test Parameters -- Automapping Parameters -- Project Data (project) -- Module Data (module) -- Test Data (test) -- Loops (loop, group, action) -- Wrapping Up -- Examples from the Trenches -- Chapter 11: Reporting and Troubleshooting -- Test Reports -- IDE Real-Time Reports -- Reports Menu -- Trend Reports -- Troubleshooting Failures -- Root Cause Analysis -- RCA Report -- Part III: Integrations and Advanced Topics -- Chapter 12: APIs and Mixed API/GUI Testing -- Restful APIs -- Why Boozang for Testing APIs? …”
    Libro electrónico
  17. 977
    Publicado 2022
    Tabla de Contenidos: “…-- 4.4.2.4 LQT Design for Step Commands and Step Disturbances -- 4.4.2.5 LQT Design for Sinusoidal References and Disturbances -- 4.5 Summary and Conclusion -- Problems -- References -- Part III Distributed Energy Resources (DERs) -- Chapter 5 Direct‐Current (dc) DERs -- 5.1 Introduction -- 5.1.1 System Description -- 5.1.2 General Statement of Control Objectives -- 5.2 Overview of a Solar PV Conversion System -- 5.2.1 Photovoltaic Effect and Solar Cell -- 5.2.2 General PV Converter Structures -- 5.3 Power Control via Current Feedback Loop -- 5.3.1 Control Objectives -- 5.3.2 Control Approach -- 5.3.2.1 Robust Tracking and Current Limiting -- 5.3.2.2 Soft Start Control -- 5.3.3 Design of Feedback Gains Using TF Approach -- 5.3.4 LQT Approach and Design -- 5.3.5 Control Design Requirements for Current Limiting -- 5.4 Grid Voltage Support -- 5.4.1 Explanation on Concept of Inertia -- 5.4.2 Conflict of Inertia Response and Current Limiting -- 5.4.3 Inertia Response Using Capacitor Emulation -- 5.4.4 Full State Feedback of Power Loop -- 5.4.5 Static Grid Voltage Support (Droop Function) -- 5.4.6 Inertia Power Using Grid Voltage Differentiation -- 5.4.7 Common Approach: Nested Control Loops -- 5.5 Analysis of Weak Grid Condition…”
    Libro electrónico
  18. 978
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Common Apex Mistakes -- Null pointer exceptions -- Exceptions on object instances -- Exceptions when working with maps -- Safe navigation operator -- Retrieving configuration data in a bulkified way -- Hot and cold data -- Bulkification - querying within loops -- Bulkification - DML within loops -- Hardcoding -- Summary -- Chapter 2: Debugging Apex -- Technical requirements -- Debugging on Salesforce -- Prevention is better than cure -- Log levels -- SFDX and streaming logs -- Debugging using the Apex Replay Debugger -- Apex Interactive Debugger -- ISV Customer Debugger -- Which tool to use? …”
    Libro electrónico
  19. 979
    por Havey, Michael
    Publicado 2005
    Tabla de Contenidos: “…Split and join; 6.2.2.5. Loops…”
    Libro electrónico
  20. 980
    por Remy, Jean-Gabriel
    Publicado 2011
    Tabla de Contenidos: “…The last mile: from local loop VHF to fiber; 3.1.10. Transport and distribution of signals from headend to local loops; 3.2. …”
    Libro electrónico