Mostrando 241 - 260 Resultados de 2,511 Para Buscar '"In the Loop"', tiempo de consulta: 0.08s Limitar resultados
  1. 241
    por Brazell, Aaron
    Publicado 2010
    Tabla de Contenidos: “…Localizing PluginsSummary; Chapter 6: Widgetizing WordPress; Using Widgets in WordPress; Building Widgets with the Widget API; Widgetizing Your Theme; Summary; Chapter 7: Understanding the WordPress Database Class; Examining the Schema and Properties of the Database Class; Adding Data to MySQL with WordPress; Retrieving Data from MySQL with WordPress; Preventing SQL Injection; Summary; Chapter 8: Dissecting the Loop and WP_ Query; Defining the Loop; Wrangling the Loop with Plugins; Developing Custom and Multiple Loops; Using Loops Strategically; Summary…”
    Libro electrónico
  2. 242
    por Rofrano, John
    Publicado 2005
    Tabla de Contenidos: “…Cover; Instant ACID®; Copyright; Foreword; Contents; Chapter 1 Introduction; Track Area; Beat Rulers and Time Rulers; Multiple Docking Areas; Setting Up ACID the Way YOU Work; Chapter 2 Fundamentals of Looping; ACID Properties/ACIDization; Loops, Beatmapped Tracks, and One Shots; Our First Project; Drag, Drop, and Paint; Cut, Copy, Paste, and Ripple; Changing Tempo, Time Signatures, and Keys; Markers, Regions, and Commands; Saving a Project with All Its Loops; Chapter 3 Considerations for Nonlinear Video Editors; Working with a Video Track; Time Markers; Tempo Markers…”
    Libro electrónico
  3. 243
    por Wang, Wally
    Publicado 2011
    Tabla de Contenidos: “…Chapter 7 Repeating Code with LoopsLoops That Run a Fixed Number of Times; Quitting a for Loop Prematurely; Skipping in a for Loop; Loops That Run Zero or More Times; The while Loop; The do-while Loop; Quitting a while or do-while Loop Prematurely; Skipping a while or do-while Loop; Nested Loops; Summary; Chapter 8 Understanding the Cocoa Framework; An Overview of How Object-Oriented Programming Works; Starting with a Class; Reducing Bugs; Reusing Code; Defining Classes; Creating an Object; Storing Data in an Object; A Sample Program for Manipulating Objects…”
    Libro electrónico
  4. 244
    Publicado 2020
    Tabla de Contenidos: “…Getting started -- Remember this: memory and variables -- Basic math -- Types of data -- Input -- GUIs: graphical user interfaces -- Decisions, decisions -- Loop the loop -- Just for you: comments -- Game time -- Nested and variable loops -- Collecting things together: lists and dictionaries -- Functions -- Objects -- Modules -- Graphics -- Sprites and collision detection -- A new kind of input: events -- Sound -- More GUIs -- Print formatting and strings -- File input and output -- Take a chance: randomness -- Computer simulations -- Skier explained -- Python battle -- What's next? …”
    Libro electrónico
  5. 245
    Publicado 2013
    Tabla de Contenidos: “…Getting started -- Remember this: memory and variables -- Basic math -- Types of data -- Input -- GUIs: graphical user interfaces -- Decisions, decisions -- Loop the loop -- Just for you: comments -- Game time -- Nested and variable loops -- Collecting things together: lists and dictionaries -- Functions -- Objects -- Modules -- Graphics -- Sprites and collision detection -- A new kind of input: events -- Sound -- More GUIs -- Print formatting and strings -- File input and output -- Take a chance: randomness -- Computer simulations -- Skier explained -- Python battle -- What's next? …”
    Libro electrónico
  6. 246
    Publicado 2024
    Tabla de Contenidos: “…- redux -- Discovering value types -- Booleans -- Integers -- Real numbers -- Char -- Typing explained -- Dynamic versus static typing -- Casting variables -- Navigating reference types -- Arrays -- Strings -- Hashtables -- Splatting - a cool use for hashtables -- Summary -- Exercises -- Further reading -- Chapter 5: PowerShell Control Flow - Conditionals and Loops -- An introduction to IDEs and VS Code -- Installing VS Code -- Configuring VS Code for PowerShell -- Conditional control - if, else, elseif, and switch -- The if statement -- The switch statement -- Loops - foreach, do while, do until, while, for -- The foreach loop statement -- The do while and do until loop statements -- The while loop -- The for loop -- Breaking and continuing -- The break statement -- The continue statement -- Let's play a game -- Summary -- Exercises -- Further reading -- Chapter 6: PowerShell and Files - Reading, Writing, and Manipulating Data -- Understanding formatting -- Format-List -- Format-Table -- Format-Wide -- Formatting gotchas -- Writing a text file -- Using ConvertTo- and Export- cmdlets -- CSV -- XML -- HTML -- Handling files -- A brief note about PSProviders and PSDrives -- Item- cmdlets -- Working with files -- Get-Content -- Import- cmdlets -- Let's have some fun - measuring the most frequent words in a text file -- Summary -- Exercises -- Further reading -- Chapter 7: PowerShell and the Web - HTTP, REST, and JSON -- Working with HTTP -- Why don't we see Forms information in PowerShell 7? …”
    Libro electrónico
  7. 247
    Publicado 2018
    “…., method bases on open-loop plant tests and closed-loop experiments…”
    Libro electrónico
  8. 248
    Publicado 2024
    “…Begin your journey into PHP programming and algorithmic thinking with a structured, detailed course that takes you from understanding the basic components of a computer to mastering complex decision control and loop structures. Each chapter builds on the previous one, starting with an introduction to how computers work and gradually progressing to more complex topics like decision control structures, loop structures, arrays, and subprograms. …”
    Libro electrónico
  9. 249
    por Collins, James Charles, 1958-
    Publicado 2001
    Tabla de Contenidos: “…The flywheel and the doom loop (part. 1-2) -- CD 5: Chapter 8. The flywheel and the doom loop (part. 3-5) ; Chapter 9. …”
    CD no musical
  10. 250
    por Harrison, Guy
    Publicado 2006
    Tabla de Contenidos: “…UNTIL Loop…”
    Libro electrónico
  11. 251
    Publicado 2013
    Tabla de Contenidos: “…Designing microinteractions -- Triggers -- Rules -- Feedback -- Loops and modes -- Putting it all together…”
    Libro electrónico
  12. 252
    por Kafig, William
    Publicado 2011
    Tabla de Contenidos: “…Front Cover; VHDL 101; Copyright; Contents; Preface; About the Author; Acknowledgments; Chapter 1 Introduction and Background; 1.1 VHDL; 1.2 Brief History of VHDL; 1.3 FPGA Architecture; Chapter 2 Overview of the Process of Implementing an FPGA Design; 2.1 Design Entry; 2.2 Synthesis; 2.3 Simulation; 2.4 Implementation; 2.5 Bitstream Generation; Chapter 3 Loop 1 - Going with the Flow; 3.1 The Shape of VHDL; Chapter 4 Loop 2 - Going Deeper; 4.1 Introducing Processes, Variables, and Sequential Statements; 4.2 Tool Perspectives - Synthesis Options and Constraints; Chapter 5 Loop 3…”
    Libro electrónico
  13. 253
    Publicado 2023
    Tabla de Contenidos: “…The pinch technique at one loop; 2. Advanced pinch technique - still one loop; 3. …”
    Libro electrónico
  14. 254
    por Martin, Robert
    Publicado 2012
    Tabla de Contenidos: “…And that's itQuick start - VBA programming; Working with loops; Method 1 - For-Next loops; Method 2 - For Each-Next Loops; Method 3 - Do-While and Do-Until loops; Dimensioning and instantiating objects; Subroutines and user-defined functions; Subroutines; Functions; Top features you'll want to know about; Enumeration; Classes; External libraries; People and places you should get to know; Official sites; Resources; Articles and tutorials; Community; Blogs; Twitter; Index…”
    Libro electrónico
  15. 255
    Publicado 2017
    Tabla de Contenidos: “…Loop Fusion and Loop Fission -- 5.6.5. Loop Interchange and Loop Permutation (Loop Reordering) -- 5.6.6. …”
    Libro electrónico
  16. 256
    Publicado 2016
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Building the Foundation; Introducing the development environment; A quick look at Visual Studio; Start screen; The Solution Explorer panel; The Standard Toolbar panel; The code window; The output window; Starting your project; The game loop; The game structure; Initialization; The game loop; Shutdown; Creating the game structure; Port of access; The Windows message loop; Introducing OpenGL; What is OpenGL?…”
    Libro electrónico
  17. 257
    por Ashok, Kamthane
    Publicado 2015
    Tabla de Contenidos: “…-- 6.2 The for Loop -- 6.3 Nested for Loops -- 6.4 The while Loop -- 6.5 The do-while Loop -- 6.6 The while Loop within the do-while Loop -- 6.7 Bohm and Jacopini's Theory -- Summary -- Exercises -- 7 Data Structure: Array -- 7.1 Introduction -- 7.2 Array Declaration -- 7.3 Array Initialization -- 7.4 Array Terminology -- 7.5 Characteristics of an Array -- 7.6 One-Dimensional Array -- 7.7 One-Dimensional Array and Operations -- 7.8 Operations with Arrays -- 7.9 Predefined Streams -- 7.10 Two-Dimensional Array and Operations -- 7.10.1 Insert Operation with Two-Dimensional Array -- 7.10.2 Delete Operation with Two-Dimensional Array -- 7.11 Three- or Multi-Dimensional Arrays -- 7.12 The sscanf() and sprintf() Functions -- 7.13 Drawbacks of Linear Arrays -- Summary -- Exercises -- 8 Strings and Standard Functions -- 8.1 Introduction -- 8.2 Declaration and Initialization of String -- 8.3 Display of Strings with Different Formats -- 8.4 String Standard Functions -- 8.5 String Conversion Functions -- 8.6 Memory Functions -- 8.7 Applications of Strings -- Summary -- Exercises -- 9 Pointers -- 9.1 Introduction -- 9.2 Features of Pointers -- 9.3 Pointers and Address -- 9.4 Pointer Declaration -- 9.5 The Void Pointers -- 9.6 Wild Pointers…”
    Libro electrónico
  18. 258
    por Lopez, Cesar. author
    Publicado 2014
    Tabla de Contenidos: “…Eval and feval""; ""7.5 Local and Global Variables""; ""7.6 Data Types""; ""7.7 Flow Control: FOR, WHILE and IF ELSEIF Loops""; ""7.8 FOR Loops""; ""7.9 WHILE Loops""; ""7.10 IF ELSEIF ELSE END Loops""; ""7.11 SWITCH and CASE""; ""7.12 CONTINUE""; ""7.13 BREAK""; ""7.14 TRY ... …”
    Libro electrónico
  19. 259
    por Stefanov, Stoyan
    Publicado 2008
    Tabla de Contenidos: “…NaNStrings; String Conversions; Special Strings; Booleans; Logical Operators; Operator Precedence; Lazy Evaluation; Comparison; Undefined and null; Primitive Data Types Recap; Arrays; Adding/Updating Array Elements; Deleting Elements; Arrays of arrays; Conditions and Loops; Code Blocks; if Conditions; Checking if a Variable Exists; Alternative if Syntax; Switch; Loops; While Loops; Do-while loops; For Loops; For-in Loops; Comments; Summary; Exercises; Chapter 3: Functions; What is a Function?…”
    Libro electrónico
  20. 260
    Publicado 2016
    “…By helping you determine your company's focus, uncover your customers' experience with data, develop channel promotions across social platforms, create actionable online content, and use closed-loop analysis to build on previous success, this will become your go-to content marketing guide. …”
    Libro electrónico