Mostrando 381 - 400 Resultados de 2,511 Para Buscar '"In the Loop"', tiempo de consulta: 0.10s Limitar resultados
  1. 381
    por Patrick, Tim, 1966-
    Publicado 2008
    Tabla de Contenidos: “…Visual Studio 2008; Summary; Project; Introducing Visual Basic; The History of the Visual Basic Revolution; Visual Basic from the Inside Out; The Basics of Logic and Data; Data Types and Variables; Literals; Variables; Value Types and Reference Types; Data Types; Advanced Declaration; Constants; Local Declaration and Fields; Intermission; Comments; Option Statements; Basic Operators; Using Functions and Subroutines; Conditions; If Statements; Select Case Statements; IIf and If Functions; Loops; For...Next Loops; For Each...Next Loops; Do...Loop Loops…”
    Libro electrónico
  2. 382
    por Syme, Don
    Publicado 2012
    Tabla de Contenidos: “…Further Ways of Forming PatternsIntroducing Function Values; Using Anonymous Function Values; Computing with Aggregate Operators; Composing Functions with >>; Building Functions with Partial Application; Using Local Functions; Iterating with Aggregate Operators; Abstracting Control with Functions; Using Object Methods as First-Class Functions; Some Common Uses of Function Values; Summary; CHAPTER 4 Introducing Imperative Programming; About Functional and Imperative Programming; Imperative Looping and Iterating; Simple for Loops; Simple While Loops; More Iteration Loops over Sequences…”
    Libro electrónico
  3. 383
    Publicado 2013
    Tabla de Contenidos: “….; Local and Global Variables; Defining Variables; Global Variables; Local Variables; Conditional Statements; If-Then Statements; Logical Operators: Not, And, Or; If-Then-Else Statements; List of Operators; Loop Structures; For Loop; Loops with Multiple Statements; While Loops; Collections; Arrays; Array Functions; Printing Arrays; Multidimensional Arrays (Advanced Topic); Wildcards; Structures; Structure Syntax; Structure Constructor Function; Structure Initialization; Structure Member Functions…”
    Libro electrónico
  4. 384
    por Powers, David
    Publicado 2008
    Tabla de Contenidos: “…-- Writing PHP Classes -- Taking the Pain out of Working with Dates -- Using Php filters to Validate User Input -- Building a Versatile Remote File Connector -- Simplexml—couldn’t Be Simpler -- Supercharged Looping with SPL -- Generating XML from a Database -- Case study: Creating your own RSS Feed…”
    Libro electrónico
  5. 385
    por Kamthane, Ashok N.
    Publicado 2010
    Tabla de Contenidos: “…-- for Loop -- Nested for Loops -- while Loop -- do-while -- do-while Statement with while Loop -- break Statement -- continue Statement -- goto Statement -- Exercises -- Answers -- Arrays -- Definition of an Array -- Declaration of One-Dimensional Array -- One-Dimensional Array Initialization -- Access to One-Dimensional Array Elements -- Printing One-Dimensional Array Elements -- Initialization of Two-Dimensional Array…”
    Libro electrónico
  6. 386
    Publicado 2012
    Tabla de Contenidos: “…The anatomy of a WordPress install -- The WordPress syntax -- The loop -- WordPress theme essentials -- The child theme concept -- Advanced theme usage -- The anatomy of a WordPress plugin -- Plugins of functions.php? …”
    Libro electrónico
  7. 387
    por Sinha, Sanjib. author
    Publicado 2020
    Tabla de Contenidos: “…Chapter 01: Getting Started with Dart -- Chapter 02: Flow Control and Looping -- Chapter 03: Functions and Objects -- Chapter 04: Inheritance and Mixins in Dart -- Chapter 05: Abstract Class and Methods -- Chapter 06: Anonymous Functions -- Chapter 07: Data Structures and Collections -- Chapter 08: Callable Classes and Exception Handling -- Chapter 09: Dart Packages and Libraries…”
    Libro electrónico
  8. 388
    Publicado 2020
    Tabla de Contenidos: “…Chapter 1: An introduction to GNU Octave -- Chapter 2: Getting started with GNU Octave and Jupyter -- Chapter 3: Data types and variables in detail -- Chapter 4: Loops, functions, and files -- Chapter 5: Data Visualization -- Chapter 6 : Data Analysis -- Chapter 7: Signal Processing -- Chapter 8: Audio Processing -- Chapter 9: Image and Video Processing -- Appendix…”
    Libro electrónico
  9. 389
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Half Title -- Title -- Copyright -- Dedication -- Table of Contents -- ABOUT THE AUTHOR -- PROLOGUE -- 1 The Search for Intelligence -- 2 The Shortcut -- 3 Finding Order in the World -- 4 Lady Lovelace Was Wrong -- 5 Unintended Behaviour -- 6 Microtargeting and Mass Persuasion -- 7 The Feedback Loop -- 8 The Glitch -- 9 Social Machines -- 10 Regulating, Not Unplugging -- EPILOGUE -- BIBLIOGRAPHY -- INDEX…”
    Libro electrónico
  10. 390
    Publicado 2023
    Tabla de Contenidos: “…Chapter 1: Introduction -- Chapter 2: What is Java Programming -- Chapter 3: Variables -- Chapter 4: Expressions and Operators, Flow Control, and More on Variables -- Chapter 5: More Data Structures -- Chapter 6: Looping and Iteration -- Chapter 7: Objects, Classes, and OOP -- Chapter 8: Encapsulation, Inheritance, and Polymorphism -- Chapter 9: Debugging Techniques -- Chapter 10: Conclusion…”
    Libro electrónico
  11. 391
    Publicado 2021
    Tabla de Contenidos: “…Working with Python Operators -- Arithmetic operators -- Comparison operators -- Boolean operators -- Creating and Using Variables -- Creating valid variable names -- Creating variables in code -- Manipulating variables -- Saving your work -- Running your Python app in VS Code -- Understanding What Syntax Is and Why It Matters -- Putting Code Together -- Book 2 Understanding Python Building Blocks -- Chapter 1 Working with Numbers, Text, and Dates -- Calculating Numbers with Functions -- Still More Math Functions -- Formatting Numbers -- Formatting with f-strings -- Showing dollar amounts -- Formatting percent numbers -- Making multiline format strings -- Formatting width and alignment -- Grappling with Weirder Numbers -- Binary, octal, and hexadecimal numbers -- Complex numbers -- Manipulating Strings -- Concatenating strings -- Getting the length of a string -- Working with common string operators -- Manipulating strings with methods -- Uncovering Dates and Times -- Working with dates -- Working with times -- Calculating timespans -- Accounting for Time Zones -- Working with Time Zones -- Chapter 2 Controlling the Action -- Main Operators for Controlling the Action -- Making Decisions with if -- Adding else to your if logic -- Handling multiple else statements with elif -- Ternary operations -- Repeating a Process with for -- Looping through numbers in a range -- Looping through a string -- Looping through a list -- Bailing out of a loop -- Looping with continue -- Nesting loops -- Looping with while -- Starting while loops over with continue -- Breaking while loops with break -- Chapter 3 Speeding Along with Lists and Tuples -- Defining and Using Lists -- Referencing list items by position -- Looping through a list -- Seeing whether a list contains an item -- Getting the length of a list -- Adding an item to the end of a list…”
    Libro electrónico
  12. 392
    por Simpson, Alan
    Publicado 2024
    Tabla de Contenidos: “…Creating valid variable names -- Creating variables in code -- Manipulating variables -- Saving your work -- Running your Python app in VS Code -- Understanding What Syntax Is and Why It Matters -- Book 2 Understanding Python Building Blocks -- Chapter 1 Working with Numbers, Text, and Dates -- Calculating Numbers with Functions -- Still More Math Functions -- Formatting Numbers -- Formatting with f-strings -- Showing dollar amounts -- Formatting percent numbers -- Making multiline format strings -- Formatting width and alignment -- Grappling with Weirder Numbers -- Binary, octal, and hexadecimal numbers -- Complex numbers -- Manipulating Strings -- Concatenating strings -- Getting the length of a string -- Working with common string operators -- Manipulating strings with methods -- Uncovering Dates and Times -- Working with dates -- Working with times -- Calculating timespans -- Accounting for Time Zones -- Working with Time Zones -- Chapter 2 Controlling the Action -- Main Operators for Controlling the Action -- Making Decisions with if -- Adding else to your if logic -- Handling multiple else statements with elif -- Ternary operations -- Repeating a Process with for -- Looping through numbers in a range -- Looping through a string -- Looping through a list -- Bailing out of a loop -- Looping with continue -- Nesting loops -- Looping with while -- Starting while loops over with continue -- Breaking while loops with break -- Chapter 3 Speeding Along with Lists and Tuples -- Defining and Using Lists -- Referencing list items by position -- Looping through a list -- Seeing whether a list contains an item -- Getting the length of a list -- Adding an item to the end of a list -- Inserting an item into a list -- Changing an item in a list -- Combining lists -- Removing list items -- Clearing out a list -- Counting how many times an item appears in a list…”
    Libro electrónico
  13. 393
    Publicado 2021
    Tabla de Contenidos:
    Libro electrónico
  14. 394
    por Olsson, Mikael. author
    Publicado 2015
    Tabla de Contenidos: “…Logical OperatorsBitwise Operators; Operator Precedence; Chapter 5: Pointers; Creating Pointers; Dereferencing Pointers; Pointing to a Pointer; Null Pointer; Chapter 6: Arrays; Array Declaration and Allocation; Array Assignment; Multi-Dimensional Arrays; Arrays and Pointers; Array Size; Chapter 7: String; Escape Characters; String Functions; Chapter 8: Conditionals; If Statement; Switch Statement; Ternary Operator; Chapter 9: Loops; While Loop; Do-While Loop; For Loop; Break and Continue; Goto Statement; Chapter 10: Functions; Defining Functions; Calling Functions; Function Parameters…”
    Libro electrónico
  15. 395
    por Lopez, Cesar. author
    Publicado 2014
    Tabla de Contenidos: “…Function, Eval and Feval""""Local and Global Variables""; ""Data Types""; ""Flow Control: FOR Loops, WHILE and IF ELSEIF""; ""The FOR Loop""; ""The WHILE Loop""; ""IF ELSEIF ELSE END Loops""; ""Switch and Case""; ""Continue""; ""Break""; ""Try ... …”
    Libro electrónico
  16. 396
    por Thurston, Luke
    Publicado 2012
    Tabla de Contenidos: “…Hosts of the living -- A loop in a mesh: May Sinclair -- Distant music: Woolf, Joyce -- Double-crossing: Elizabeth Bowen -- Conclusion: the ghostly path…”
    Enlace del recurso
    Libro electrónico
  17. 397
    Publicado 2012
    Tabla de Contenidos: “…Introduction to computers -- Computer memory and storage -- Computer software -- Computer programming languages -- Number systems and binary codes -- Introduction to C -- The C declarations -- Operators and expressions -- Input, output, and control loop statements -- Storage class -- Preprocessor Directives -- Arrays -- Pointers -- Dynamic memory allocation -- Structure and union -- Files -- Functions -- Working with strings and standard functions -- American standard code for information interchange…”
    Libro electrónico
  18. 398
    por Johnson, Chris F. A.
    Publicado 2009
    Tabla de Contenidos: “…Your First Shell Program -- Input, Output, and Throughput -- Looping and Branching -- Command-Line Parsing and Expansion -- Parameters and Variables -- Shell Functions -- String Manipulation -- File Operations and Commands -- Reserved Words and Builtin Commands -- Writing Bug-Free Scripts and Debugging the Rest -- Programming for the Command Line -- Runtime Configuration -- Data Processing -- Scripting the Screen -- Entry-Level Programming…”
    Libro electrónico
  19. 399
    Publicado 2020
    Tabla de Contenidos: “…Building Apps with App Inventor -- App Inventor and event-driven programming -- Fruit loot: creating a simple animated game -- Multiplication station: making decisions with code -- Beat the bus: tracking location with maps and sensors -- Tic tac toe: using loops to create a game -- Multiplication station II: reusing code with procedures -- Virtual shades: drawing and dragging images…”
    Libro electrónico
  20. 400
    Publicado 2022
    Tabla de Contenidos: “…10.3.5 Single‐Switch Phase Shifter -- 10.4 Supplementary Problems -- References -- Chapter 11 Oscillators -- 11.1 Introduction -- 11.2 Criteria for Oscillation in a Feedback Circuit -- 11.3 RF (Transistor) Oscillators -- 11.3.1 Colpitts Oscillator -- 11.3.2 Hartley Oscillator -- 11.3.3 Clapp-Gouriet Oscillator -- 11.4 Voltage‐Controlled Oscillator -- 11.5 Crystal‐Controlled Oscillators -- 11.5.1 Crystals -- 11.5.2 Crystal‐Controlled Oscillators -- 11.6 Frequency Synthesizers -- 11.6.1 The Phase‐Locked Loop -- 11.6.1.1 Principle of a Phase‐Locked Loop -- 11.6.1.2 Main Components of a Phase‐Locked Loop -- 11.6.1.3 Gain of Phase‐Locked Loop -- 11.6.1.4 Transient Analysis of a Phase‐Locked Loop -- 11.6.2 Indirect Frequency Synthesizer Circuits -- 11.7 Microwave Oscillators -- 11.7.1 Dielectric Resonator Oscillator -- 11.7.2 Delay‐Line Stabilized Microwave Oscillators -- 11.7.3 Diode Oscillators -- 11.7.3.1 Gunn Diode Oscillator -- 11.7.3.2 IMPATT Diode Oscillator -- 11.8 Oscillator Noise -- 11.9 Measurement of Oscillator Noise -- 11.10 Supplementary Problems -- References -- Chapter 12 RF and Microwave Antennas -- 12.1 Introduction -- 12.2 Antenna Parameters -- 12.3 Spherical Polar Coordinates -- 12.4 Radiation from a Hertzian Dipole -- 12.4.1 Basic Principles -- 12.4.2 Gain of a Hertzian Dipole -- 12.5 Radiation from a Half‐Wave Dipole -- 12.5.1 Basic Principles -- 12.5.2 Gain of a Half‐Wave Dipole -- 12.5.3 Summary of the Properties of a Half‐Wave Dipole -- 12.6 Antenna Arrays -- 12.7 Mutual Impedance -- 12.8 Arrays Containing Parasitic Elements -- 12.9 Yagi-Uda Antenna -- 12.10 Log‐Periodic Array -- 12.11 Loop Antenna -- 12.12 Planar Antennas -- 12.12.1 Linearly Polarized A linearly polarized antenna is one where the direction of the radiated electric field remains fixed as the wave propagates. …”
    Libro electrónico