Mostrando 661 - 680 Resultados de 2,511 Para Buscar '"In the Loop"', tiempo de consulta: 0.09s Limitar resultados
  1. 661
    Tabla de Contenidos: “…""Manipulate a Variable Using Itself""""Compound Assignment Operators""; ""Manipulate a Variable Using Incrementation""; ""Compare a Variable""; ""See How Similar Two Values Can Be""; ""Manipulate a Comparison""; ""Implement Logic with the If Statement""; ""Create an Object""; ""Work Smarter with the While and For Loop Statements""; ""Interrupt a Loop with Break""; ""Skip a Loop Iteration with Continue""; ""Generate Random Numbers""; ""Define Scenarios with Switch""; ""Store Numbered Data in an Array""; ""Methods of the Array Object""; ""Store Non-Numbered Data in an Associative Array""…”
    Libro electrónico
  2. 662
    Publicado 2024
    Tabla de Contenidos: “…-Initial Business Situation -- The Business Goal -- Business Strategy -- Exercise #1: Supply Chain Strategy and Projects -- Twelve-Month Project Objectives -- Integrated Supply Chain Knowledge Manager -- New Opportunities Emerge-Follow-on Situation -- Charlie Supply Identifies a New Growth Market -- Exercise #2: Participating in a Growth Market -- Respond Effectively to the Opportunities of Growth Markets -- Strategic Alliances for Competitive Advantage -- Structuring Strategic Alliances -- Sustainable Growth and Productivity -- Chapter Summary -- Chapter 10 The Promise of Resilient and Sustainable Supply Chains -- The Start of Something Big -- The Potential of the Self-Adjusting Feedback Loop -- Harnessing the Feedback Loop to the Supply Chain -- Winning at the Game of Real-Time Supply Chains -- Efficient and Responsive Supply Chains for a Constantly Changing World -- Emergent Behavior in Supply Chains -- Adaptive Networks and Economic Cycles -- Chapter Summary -- About the Author -- Index -- EULA…”
    Libro electrónico
  3. 663
    Publicado 2022
    Tabla de Contenidos: “…. -- More than One -- More than One Again -- Don't Do This -- Style and Readability: Recap -- Chapter 2. Looping Lingo -- Looping Constructs -- Explicit Values -- Similar to Python -- Quotes and Spaces…”
    Libro electrónico
  4. 664
    Publicado 2016
    Tabla de Contenidos: “…JavaScript comparison and logical operatorsSummary; Chapter 3: Introducing HTML and CSS; HTML; Your first webpage; More HTML tags; Coloring HTML text; Linking HTML text; Inserting an image; CSS; JavaScript on an HTML page; Summary; Chapter 4: Diving a Bit Deeper; JavaScript methods; HTML buttons and form; Buttons; Form; If statement; Switch-case; Exercise; Loops; The for loop; Exercise; The while loop; Exercise; Summary; Chapter 5: Ahoy! …”
    Libro electrónico
  5. 665
    Publicado 2019
    Tabla de Contenidos: “…-- Downloading and Installing Python -- Starting IDLE -- Installing Processing -- PART I: HITCHIN' UP YOUR PYTHON WAGON -- 1 DRAWING POLYGONS WITH THE TURTLE MODULE -- Python's turtle Module -- Repeating Code with Loops -- Creating Shortcuts with Functions -- Using Variables to Draw Shapes -- Equilateral Triangles -- Summary -- 2 MAKING TEDIOUS ARITHMETIC FUN WITH LISTS AND LOOPS -- Basic Operators -- Data Types in Python -- Using Lists to Store Values -- Using Lists in Loops -- Summation -- Finding the Average of a List of Numbers -- Summary -- 3 GUESSING AND CHECKING WITH CONDITIONALS -- Comparison Operators -- Making Decisions with if and else Statements -- Using Conditionals to Find Factors -- Creating a Number-Guessing Game -- Finding Square Roots -- Summary -- PART 2: RIDING INTO MATH TERRITORY -- 4 TRANSFORMING AND STORING NUMBERS WITH ALGEBRA -- Solving First-Degree Equations -- Solving Higher-Degree Equations -- Solving Equations Graphically -- Summary -- 5 TRANSFORMING SHAPES WITH GEOMETRY -- Drawing a Circle -- Specifying Location Using Coordinates -- Transformation Functions -- Animating Objects -- Creating an Interactive Rainbow Grid -- Drawing Complex Patterns Using Triangles -- Summary -- 6 CREATING OSCILLATIONS WITH TRIGONOMETRY -- Using Trigonometry for Rotations and Oscillations -- Writing Functions to Draw Polygons -- Making Sine Waves -- Creating a Spirograph Program -- Making Harmonographs -- Summary -- 7 COMPLEX NUMBERS -- The Complex Coordinate System -- Adding Complex Numbers -- Multiplying a Complex Number by i -- Multiplying Two Complex Numbers…”
    Libro electrónico
  6. 666
    Publicado 2015
    Tabla de Contenidos: “…Password rotation for encrypted filesDecrypting encrypted files; Executing ansible-playbook with Vault-encrypted files; Protecting secrets while operating; Secrets transmitted to remote hosts; Secrets logged to remote or local files; Summary; Chapter 3: Unlocking the Power of Jinja2 Templates; Control structures; Conditionals; Inline conditionals; Loops; Filtering loop items; Loop indexing; Macros; Macro variables; Data manipulation; Syntax; Useful built-in filters; default; count; random; round; Useful Ansible provided custom filters; Filters related to task status; shuffle…”
    Libro electrónico
  7. 667
    por Faroult, Stéphane
    Publicado 2008
    Tabla de Contenidos: “…Task Refactoring; Assuming Success; Restructuring the Code; Pushing Control Structures into SQL; Using coalesce() instead of if ... is null; Using exceptions; Fetching all you need at once; Shifting the logic; Getting Rid of count(); Avoiding Excesses; Getting Rid of Loops; Analysis of loops; Challenging loops; 7. Refactoring Flows and Databases…”
    Libro electrónico
  8. 668
    Publicado 2009
    Tabla de Contenidos: “…Spreading the Wealth across FilesKnowing the Naming Conventions; Using id and nil; Chapter 7: Objects Objects Everywhere; Replacing Numbers with Objects; Taking Advantage of Array Objects; Using C Arrays; Chapter 8: Using the Debugger; Identifying the Usual Suspects; Using the Debugger; Using Breakpoints; Using the Static Analyzer; Chapter 9: Using Control Statements and Loops; Creating Transaction Objects; Using switch Statements; Using Loop Statements to Repeat Instructions; Adding Loops to Your Program; Building the New Application; Taking the Leap: Jump Statements…”
    Libro electrónico
  9. 669
    Publicado 2015
    Tabla de Contenidos: “…OpenMP; Power analysis for nodes and clusters; The future of many-core; Downloads; For more information; Chapter 2: Numerical Weather Prediction Optimization; Numerical weather prediction: Background and motivation; WSM6 in the NIM; Shared-memory parallelism and controlling horizontal vector length; Array alignment; Loop restructuring; Compile-time constants for loop and array bounds; Performance improvements; Summary; For more information; Chapter 3: WRF Goddard Microphysics Scheme Optimization; The motivation and background…”
    Libro electrónico
  10. 670
    por Niemeyer, Patrick
    Publicado 2005
    Tabla de Contenidos: “…A Word About StringsStatements and Expressions; Statements; if/else conditionals; do/while loops; The for loop; The enhanced for loop; switch statements; break/continue; Unreachable statements; Expressions; Operators; Assignment; The null value; Variable access; Method invocation; Object creation; The instanceof operator; Exceptions; Exceptions and Error Classes; Exception Handling; Bubbling Up; Stack Traces; Checked and Unchecked Exceptions; Throwing Exceptions; Chaining exceptions; try Creep; The finally Clause; Performance Issues; Assertions; Enabling and Disabling Assertions…”
    Libro electrónico
  11. 671
    por Tisdall, James D.
    Publicado 2001
    Tabla de Contenidos: “…A Program to Store a DNA SequenceControl Flow; Comments Revisited; Command Interpretation; Statements; Variables; Strings; Assignment; Print; Exit; Concatenating DNA Fragments; Transcription: DNA to RNA; Using the Perl Documentation; Calculating the Reverse Complement in Perl; Proteins, Files, and Arrays; Reading Proteins in Files; Arrays; Scalar and List Context; Exercises; Chapter 5. Motifs and Loops; Flow Control; Conditional Statements; Conditional tests and matching braces; Loops; open and unless; Code Layout; Finding Motifs; Getting User Input from the Keyboard…”
    Libro electrónico
  12. 672
    por Albahari, Joseph
    Publicado 2008
    Tabla de Contenidos: “…Implications of passing by referenceThe params modifier; var: Implicitly Typed Local Variables (C# 3.0); Expressions and Operators; Primary Expressions; Void Expressions; Assignment Expressions; Operator Precedence and Associativity; Precedence; Left-associative operators; Right-associative operators; Operator Table; Statements; Declaration Statements; Local variables; Expression Statements; Selection Statements; The if statement; The else clause; Changing the flow of execution with braces; The switch statement; Iteration Statements; while and do-while loops; for loops; foreach loops…”
    Libro electrónico
  13. 673
    Publicado 2012
    Tabla de Contenidos: “…Distortion 2: VAS distortionDistortion 3: Output stage distortion; Distortion 4: VAS-loading distortion; Distortion 5: Rail-decoupling distortion; Distortion 6: Induction distortion; Distortion 7: NFB take-off distortion; Distortion 8: Capacitor distortion; Distortion 9: Magnetic distortion; Distortion 10: Input current distortion; Distortion 11: Premature overload protection; Nonexistent or negligible distortions; The performance of a standard amplifier; Open-loop linearity and how to determine it; Direct open-loop gain measurement; Using model amplifiers…”
    Libro electrónico
  14. 674
    por Buyens, Jim
    Publicado 2009
    Tabla de Contenidos: “…Using Elementary Statements; Using Literals; Using Variables; Using Constants; Option Explicit and Option Strict; Working with Arrays; Scoping Out Variables; Writing Decision Statements; Writing Loops; Coding Loops with For...Next Statements; Coding Loops with While...End While Statements; Example: Writing a Tape Calculator; Key Points; 4. …”
    Libro electrónico
  15. 675
    por Haverbeke, Marijn
    Publicado 2011
    Tabla de Contenidos: “…Brief Contents; Contents in Detail; Introduction; Chapter 1: Basic JavaScript: Values, Variables, and Control Flow; Values; Numbers; Arithmetic; Strings; Unary Operators; Boolean Values, Comparisons, and Boolean Logic; Expressions and Statements; Variables; Keywords and Reserved Words; The Environment; Functions; prompt and confirm; The print Function; Modifying the Environment; Program Structure; Conditional Execution; while and do Loops; Indenting Code; for Loops; Breaking Out of a Loop; Updating Variables Succinctly; Dispatching on a Value with switch; Capitalization; Comments…”
    Libro electrónico
  16. 676
    Publicado 2010
    Tabla de Contenidos: “…Operator Precedence and AssociativityPrecedence; Left-associative operators; Right-associative operators; Operator Table; Statements; Declaration Statements; Local variable scope; Expression Statements; Selection Statements; The if statement; The else clause; Changing the flow of execution with braces; The switch statement; Iteration Statements; while and do-while loops; for loops; foreach loops; Jump Statements; The break statement; The continue statement; The goto statement; The return statement; Namespaces; The using Directive; Rules Within a Namespace; Name scoping; Name hiding…”
    Libro electrónico
  17. 677
    por Williams, Hugh E.
    Publicado 2004
    Tabla de Contenidos: “…Examples of when to use a database serverExamples of when not to use a DBMS; The MySQL server; Introducing MySQL 4; The PHP Scripting Language; Introducing PHP; PHP Basics; Creating PHP scripts; Comments; Outputting data with echo and print; String Literals; Variable substitution; Character encoding; Variables; Types; Constants; Expressions, Operators, and Variable Assignment; Operator precedence; Conditions and Branches; if...else Statement; switch Statement; Conditional Expressions; Loops; while; do...while; for; Changing Loop Behavior; Functions; Working with Types; Type Conversion…”
    Libro electrónico
  18. 678
    Publicado 2022
    Tabla de Contenidos: “…Nested async methods -- Working with Task objects -- Exploring Task methods -- Exploring Task properties -- Interop with synchronous code -- Executing async from synchronous methods -- Executing synchronous code as async -- Working with multiple background tasks -- Asynchronous programming best practices -- Summary -- Questions -- Chapter 6: Parallel Programming Concepts -- Technical requirements -- Getting started with the TPL -- I/O-bound operations -- CPU-bound operations -- Parallel loops in .NET -- Basic Parallel. For loops -- Parallel loops with thread-local variables…”
    Libro electrónico
  19. 679
  20. 680
    Publicado 2022
    Tabla de Contenidos: “…Selection -- Comparison Operators -- The if Construct -- The if-else Construct -- The if else if Construct -- The switch Construct -- The switch Construct Using when -- switch with Strings -- switch with Strings -- Additional Example -- Logical Operators -- Using the AND Operator -- Using the OR Operator -- Using the NOT Operator -- Conditional Operator (Ternary Operator) -- Nested Ternary Conditional Operator -- Chapter Summary -- Chapter 10: Iteration -- Iteration and Loops -- Introduction to Iteration -- For Loop -- Break Statement -- Continue Statement -- While Loop -- Break Statement -- Continue Statement -- Do (While) Loop -- Break Statement -- Continue Statement -- Chapter Summary -- Chapter 11: Arrays -- Arrays: A Data Structure -- Single-Dimensional Arrays -- Choice 1: Declaring and Creating an Array in Two Stages -- Choice 2: Declaring and Creating an Array in One Stage -- Referencing the Array Elements -- foreach Loop -- IndexOutOfBounds Exception -- Ranges and Indices: C# 8 and Above -- Range -- Chapter Summary -- Chapter 12: Methods -- Methods: Modularization -- Methods: Concepts of Methods and Functions -- Some Points Regarding Methods -- Three Types of Methods -- Void Methods -- Value Methods -- Parameter Methods -- Method Overloading -- C# 7 Local Function -- C# 8 Static Local Function -- C# 10 Null Parameter Checking -- C# 10 Null Parameter Checking Approach -- Chapter Summary -- Chapter 13: Classes -- Classes and Objects in OOP -- A Class Is a Data Structure -- Type 1: Fields -- Type 2: Constants -- Type 3: Methods -- Type 4: Properties -- Type 5: Constructor -- Constructor Overloading -- Constructor -- Another Constructor -- Additional Example for Classes and Objects -- CircleFormulae Class -- RectangleFormulae Class -- Chapter Summary -- Chapter 14: Interfaces -- Interfaces and Abstract Classes…”
    Libro electrónico