Mostrando 541 - 560 Resultados de 2,511 Para Buscar '"In the Loop"', tiempo de consulta: 0.08s Limitar resultados
  1. 541
    por Olsson, Mikael. author
    Publicado 2016
    Tabla de Contenidos: “…Arrays -- 6. Conditionals -- 7. Loops -- 8. Functions -- 9. Class -- 10. Inheritance -- 11. …”
    Libro electrónico
  2. 542
    Tabla de Contenidos: “…1.Programming Basics -- 2.Programming Utilities -- 3.Loops, flow control, and *apply functions -- 4.Writing Functions -- 5.Writing Classes and Methods -- 6.Writing a Package -- 7.Data Management using data.table -- 8.Data Munging With data.table -- 9.Other Tools for Data Management -- 10.Reading Big Data(bases) -- 11.Getting a Cloud -- 12.Ubuntu for Windows Users -- 13.Every Cloud has a Shiny lining -- 14.Shiny Dashboard Sampler -- 15.Dynamic Reports and the Cloud -- References…”
    Libro electrónico
  3. 543
    por Olsson, Mikael. author
    Publicado 2018
    Tabla de Contenidos: “…Arrays -- 7. Conditionals -- 8. Loops -- 9. Methods -- 10. Class -- 11. Inheritance -- 12. …”
    Libro electrónico
  4. 544
    Publicado 2020
    Tabla de Contenidos: “…Making Decisions -- 5. Arrays and Loops -- 6. Pointers and References -- 7. Working with Strings -- 8. …”
    Libro electrónico
  5. 545
    Publicado 2014
    Tabla de Contenidos: “…Complexity as captive: neoliberalism and the loop of drive -- 7. Neoliberalism, risk, and uncertainty in the video game -- 8. …”
    Libro electrónico
  6. 546
    por Ning, Huansheng
    Publicado 2013
    Tabla de Contenidos: “…Front Cover; Contents; Preface; About the Author; Acknowledgments; Chapter 1 - Introduction; Chapter 2 - Architecture and Fundamentals; Chapter 3 - Unit Internet of Things; Chapter 4 - Ubiquitous Internet of Things; Chapter 5 - Resource Management; Chapter 6 - Loop Control in Actuation; Chapter 7 - Session Management; Chapter 8 - Space-Time Consistency and Location Privacy; Chapter 9 - Security and Privacy; Chapter 10 - Energy Management; Chapter 11 - Spectrum Management; Chapter 12 - Nanotechnology; Chapter 13 - Quantum Technology; Chapter 14 - Big Data; Back Cover…”
    Libro electrónico
  7. 547
    por Boswell, Dustin
    Publicado 2011
    Tabla de Contenidos: “…Packing information into names ; Names that can't be misconstrued ; Aesthetics ; Knowing what to comment ; Making comments precise and compact -- pt. 2. Simplifying loops and logic. Making control flow easy to read ; Breaking down giant expressions ; Variables and readability -- pt. 3. …”
    Libro electrónico
  8. 548
    por Davis, Adam L. author
    Publicado 2020
    Tabla de Contenidos: “…Arrays, Lists, Sets, and Maps -- 6. Conditionals and Loops -- 7. Methods -- 8. Inheritance -- 9. Design Patterns -- 10. …”
    Libro electrónico
  9. 549
    por Seneviratne, Pradeeka. author
    Publicado 2019
    Tabla de Contenidos: “…Chapter 1: MakeCode Setup Fundamentals -- Chapter 2: MakeCode Extended Features -- Chapter 3: MakeCode Programming Basics -- Chapter 4: Working with Text -- Chapter 5: Displaying Images -- Chapter 6: Inputs and Outputs -- Chapter 7: Loops and Logic -- Chapter 8: Using Mathematical Functions -- Chapter 9: Using Variables -- Chapter 10: Functions and Arrays -- Chapter 11: Playing Music -- Chapter 12: Using Sensors -- Chapter 13: Using Bluetooth Services -- Chapter 14: Using Radio -- Chapter 15: Building Simple Games. …”
    Libro electrónico
  10. 550
    Publicado 2017
    Tabla de Contenidos: “…Improving and Modifying Your Narrative- The Feedback Loop -- 11. Narrative Alterations-The Real World Intrudes -- 12. …”
    Libro electrónico
  11. 551
    Publicado 2003
    Tabla de Contenidos: “…The role of simulation -- Simulation methodology -- Sampling and quantizing -- Lowpass simulation models for bandpass signals and systems -- Filter models and simulation techniques -- Case study: phase-locked loops and differential equation methods -- Generating and processing random signals -- Postprocessing -- Introduction to Monte Carlo methods -- Monte Carlo simulation of communication systems -- Methodology for simulating a wireless system -- Modeling and simulation of nonlinearities -- Modeling and simulation of time-varying systems -- Modeling and simulation of waveform channels -- Discrete channel models -- Efficient simulation techniques -- Case study: simulation of a cellular radio system -- Two example simulations…”
    Libro electrónico
  12. 552
    por Horton, Ivor
    Publicado 2023
    Tabla de Contenidos: “…Making Decisions -- 5. Arrays and Loops -- 6. Pointers and References -- 7. Working with Strings -- 8. …”
    Libro electrónico
  13. 553
    Publicado 2015
    Tabla de Contenidos: “…Flow Control and Logic""; ""Conditionals""; ""if-else Statements""; ""if-elif-else Statements""; ""if-else Expression""; ""Exceptions""; ""Raising Exceptions""; ""Loops""; ""while Loops""; ""for Loops""; ""Comprehensions""; ""Flow Control and Logic Wrap-up""; ""Chapter 5. …”
    Libro electrónico
  14. 554
    Publicado 2018
    Tabla de Contenidos: “…Analysis by using the least squares method in Python -- Summary -- Problems -- Analysis -- Time Series Analysis -- Business profits - analyzing trends -- Analysis -- Analyzing trends using the least squares method in Python -- Visualization -- Conclusion -- Electronics shop's sales - analyzing seasonality -- Analysis -- Analyzing trends using the least squares method in Python -- Visualization -- Analyzing seasonality -- Conclusion -- Summary -- Problems -- Analysis -- Python Reference -- Introduction -- Python Hello World example -- Comments -- Data types -- int -- float -- String -- Tuple -- List -- Set -- Dictionary -- Flow control -- Conditionals -- For loop -- For loop on range -- For loop on list -- Break and continue -- Functions -- Input and output -- Program arguments -- Reading and writing a file -- Statistics -- Basic concepts -- Bayesian inference -- Distributions -- Normal distribution -- Cross-validation -- K-fold cross-validation -- A/B testing -- Glossary of Algorithms and Methods in Data Science -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  15. 555
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started with Kotlin -- Basic language syntax and features -- Multi-paradigm -- Code structure -- No semicolons -- Naming conventions -- Packages -- Types -- Type inference -- val versus var -- Comparison -- Null safety -- Declaring functions -- Control flow -- Using the if expression -- Using the when expression -- String interpolation -- Classes and inheritance -- Classes -- Inheritance -- Constructors -- Properties -- Data classes -- More control flow - loops -- The for loop -- For-each loop -- While loop -- Extension functions -- Introduction to design patterns -- What are design patterns? …”
    Libro electrónico
  16. 556
    Publicado 2018
    Tabla de Contenidos: “…Multiple Patterns in a Single Case -- Using the where Statement within case -- Evaluating Optionals with a switch Statement -- Activity: Converting Code from if to switch -- Loops -- The for...in Statement -- Iterating over Objects -- Iterating over Array Objects with index -- The for Loop where Clause -- The break Control Transfer Statement -- The continue Control Transfer Statement -- The while Loop -- The repeat...while Loop -- Activity: Implementing Loops -- Summary -- Functions, Classes, and Structs -- Functions -- Defining a Function -- Argument Labels -- Excluding Argument Labels -- Parameter Default Values -- Activity: Implementing a Function -- Returning Values from Functions -- Using @discardableResult -- Function Attributes -- Variadic Parameters -- inout Parameters -- Recursion -- Functions as Parameters -- Closures -- Creating a Function to Receive Content from an Asynchronous Web Service Call -- Error Handling -- The do...catch Statement -- Multiple catch Blocks -- Using do without catch -- The guard Statement -- Activity: Exception Handling -- Object-Oriented Features -- Object-Oriented Principles -- Classes Versus Structs -- Defining Classes and Structures -- Activity: Creating a Customer Struct and Class -- Summary -- Challenge -- Collections -- Arrays -- Working with Arrays -- Index -- Common Operations with Index -- ArraySlice -- Creating Slices -- Activity: Working with Arrays -- Sets -- Working with Sets -- Combining Sets -- Comparing Sets -- Activity: Removing Duplicates from a Sequence -- Dictionaries -- Working with Dictionaries -- Activity: Using Dictionaries -- Summary -- Strings -- String Fundamentals -- Character -- Collection -- Index -- Working with String Index -- Debugging -- Activity: All Indices of a Character -- Using Strings -- Creating Strings -- Common Operations -- Activity: All Ranges of a Substring…”
    Libro electrónico
  17. 557
    por Fitzgerald, Michael
    Publicado 2007
    Tabla de Contenidos: “…Conditional LoveThe Ternary Operator; The case Statement; The while Loop; unless and until; The loop Method; The for loop; The upto Method; The downto Method; Execution Before or After a Program; Review Questions; 4. …”
    Libro electrónico
  18. 558
    por Wilson, Ed
    Publicado 2004
    Tabla de Contenidos: “…Variables; Shared Benefits of Constants and Variables; Collections; Reference Information; Worker Information; For...Next; Reference Information; Worker and Output Information; Do While...Loop; Reference Information; Worker and Output Information; Do Until...Loop; Summary; Quiz Yourself; On Your Own: Lab 3 Using the For Each...Next Command; Lab 4 Modifying the Ping Script; 3. …”
    Libro electrónico
  19. 559
    Publicado 2013
    Tabla de Contenidos: “…Removing All Event Listeners from an Event Emitter Using .removeAllListeners()Creating an Event Emitter; Inheriting from Node Event Emitter; Emitting Events; Summary; Chapter 6: Scheduling the Execution of Functions Using Timers; Using setTimeout to Defer the Execution of a Function; Using clearTimeout to Cancel the Execution of a Function; Scheduling and Canceling the Repetitive Execution of a Function; Using process.nextTick to Defer the Execution of a Function Until the Next Event Loop Iteration; Blocking the Event Loop; Escaping the Event Loop…”
    Libro electrónico
  20. 560
    Publicado 2022
    Tabla de Contenidos: “…-- Literals -- A Closer Look at Variables -- The Scope and Lifetime of Variables -- Operators -- Arithmetic Operators -- Relational and Logical Operators -- Short-Circuit Logical Operators -- The Assignment Operator -- Shorthand Assignments -- Type Conversion in Assignments -- Casting Incompatible Types -- Operator Precedence -- Try This 2-2: Display a Truth Table for the Logical Operators -- Expressions -- Chapter 2 Self Test -- 3 Program Control Statements -- Input Characters from the Keyboard -- The if Statement -- Nested ifs -- The if-else-if Ladder -- The Traditional switch Statement -- Nested switch Statements -- Try This 3-1: Start Building a Java Help System -- The for Loop -- Some Variations on the for Loop -- Missing Pieces -- Loops with No Body -- Declaring Loop Control Variables Inside the for Loop -- The Enhanced for Loop -- The while Loop -- The do-while Loop -- Try This 3-2: Improve the Java Help System -- Use break to Exit a Loop -- Use break as a Form of goto -- Use continue -- Try This 3-3: Finish the Java Help System -- Nested Loops -- Chapter 3 Self Test -- 4 Introducing Classes, Objects, and Methods -- Class Fundamentals -- How Objects Are Created -- Reference Variables and Assignment -- Methods -- Returning from a Method -- Returning a Value -- Using Parameters -- Try This 4-1: Creating a Help Class -- Constructors -- Parameterized Constructors -- Adding a Constructor to the Vehicle Class -- The new Operator Revisited -- Garbage Collection -- The this Keyword -- Chapter 4 Self Test -- 5 More Data Types and?…”
    Libro electrónico