Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 190
- Computer programming 156
- Application software 150
- Python (Computer program language) 140
- Programming 134
- Engineering & Applied Sciences 117
- JavaScript (Computer program language) 101
- Java (Computer program language) 96
- Programming languages (Electronic computers) 83
- Data processing 82
- Computer Science 79
- Design 73
- Computer software 72
- Computer programs 68
- Web site development 67
- Artificial intelligence 60
- Management 59
- Video games 59
- Software engineering 55
- Computer networks 51
- Design and construction 51
- C (Computer program language) 48
- Machine learning 47
- Programming Languages, Compilers, Interpreters 47
- Web sites 45
- Database management 43
- Operating systems (Computers) 43
- C++ (Computer program language) 41
- Computer animation 41
- Computer graphics 39
-
441Publicado 2016Tabla de Contenidos: “…Exercise 3-10: Every Function Avoiding Index Errors When Working with Lists ; Exercise 3-11: Intentional Error ; Summary ; Chapter 4: Working with Lists; Looping Through an Entire List ; A Closer Look at Looping ; Doing More Work Within a for Loop ; Doing Something After a for Loop ; Avoiding Indentation Errors ; Forgetting to Indent ; Forgetting to Indent Additional Lines ; Indenting Unnecessarily ; Indenting Unnecessarily After the Loop ; Forgetting the Colon ; Exercise 4-1: Pizzas ; Exercise 4-2: Animals ; Making Numerical Lists ; Using the range() Function…”
Libro electrónico -
442por Miron, Douglas B.Tabla de Contenidos: “…; 9.2 Measurements Through a Transmission Line; 9.3 Ranges and Test Enclosures; 9.4 The Wheeler Cap and Variations; References; Chapter 9 Problems; Appendix A: The Mathematics of Antenna Orientation; A.1 Unit-Vector and Coordinate Variable Relations; A.2 The Horizontal Dipole; A.3 The Vertical Loop; Appendix A Problems; Appendix B: The Parallel-Ray Approximation; Appendix B Problems; Appendix C: The Small Loop; Appendix C Problems; Appendix D: The Proximity Effect; D.1 Current Distribution; D.2 Power and Resistance…”
Publicado 2006
Libro electrónico -
443por Cheng, Tai-HengTabla de Contenidos: “…Morality -- 4. Feedback Loops -- III. Conclusion -- Chapter Five: Arbitrators -- I. …”
Publicado 2012
Libro -
444Publicado 2017Tabla de Contenidos: “…Anya Hübschle & -- Till Schneider -- Kapitel 5: Mikrocontroller kennenlernen und einsetzen -- Die Arduino-Familie -- Arduino UNO -- Lilypad Arduino -- Adafruit FLORA -- Arduino Gemma -- Wattuino Nanite85 -- Den Arduino programmieren -- Arduino IDE -- Die Arduino-Programmiersprache -- setup() und loop() - Funktionen -- Outputs -- Inputs -- Arduino Create und der Arduino Web Editor -- LinkIt ONE -- Stijn Ossevoort -- Kapitel 6: Arduino-Projekte -- Der Musik-Loop-Schal -- Der LilyPad-MP3-Player -- Der LilyPad MP3-Trigger-Sketch -- Anleitung Musik-Loop-Schal -- Die Bluefruit-Clutch -- NeoPixel: mehrfarbige Leuchtdioden -- Anleitung Bluefruit-Clutch -- ElektroCouture -- Kapitel 7: Textile Sensoren -- Knöpfe -- Material -- Planung und Material zuschneiden -- Nähen -- Taster -- Material -- Planung -- Material zuschneiden -- Nähen -- Reißverschluss -- Material -- Linke Seite nähen -- Rechte Seite nähen -- Drucksensor -- Material -- Planung -- Leitendes Material vorbereiten -- Formen ausschneiden -- Bügeln -- Velostat platzieren -- Nähen -- Anschlüsse hinzufügen und messen -- Tiltsensor/Lagesensor -- Material -- Planung -- Zuschnitt -- Bügeln -- Nähen -- Pad für die Perle aufbügeln -- Perlen -- Neopren-Biegesensor -- Material -- Planung -- Neopren schneiden -- Velostat schneiden -- Leitendes Textil schneiden -- Neopren markieren -- Leitendes Textil auf Neopren bügeln -- Neopren Zickzack nähen -- Sandwich bauen -- Zusammenfassung -- Lizzy Scharnofske und Maartje Dijkstra -- Kapitel 8: Raspberry Pi -- Raspberry Pi Zero -- Raspberry Pi 3 -- Installationsübersicht -- Betriebssystem herunterladen und installieren -- Der erste Start -- Node.js -- Hello, world! …”
Libro electrónico -
445Publicado 2015Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: As the Prophecy Foretold, a Hero is Born; Understanding the fundamentals of role-playing games; History; RPG features; Technologies used when developing a role-playing game; Commercial game versus technology demo; Target platforms; Game framework versus game engine; Budget; Understanding the basics of a game architecture; The high-level game loop of Adventure; The high-level event-based loop; The high-level game loop for a graphic-based video game…”
Libro electrónico -
446por Bowen, JonathanTabla de Contenidos: “…; A simple subjob; On Subjob Error; On Component OK; Run If; Jobs as subjobs; Iterating and looping; Iterate connections; ForEach loop; Loop ""n"" times; Infinite loop; Duplicating and merging dataflows; Duplicating data; Merging data; Summary; Chapter 8: Managing Jobs; Job versions…”
Publicado 2012
Libro electrónico -
447Publicado 2021Tabla de Contenidos: “…: Decision Thing 112 Chapter 9: Loops, Loops, Loops 115 A Little Deja Vu 115 The Thrill of for Loops 116 Doing something x number of times 116 Introducing the for loop 117 Counting with the for statement 119 Looping letters 120 Nesting for loops 121 The Joy of the while Loop 123 Structuring a while loop 123 Using the do while loop 125 Loopy Stuff 126 Looping endlessly 126 Looping endlessly but on purpose 127 Breaking out of a loop 128 Adding multiple for loop conditions 129 Screwing up a loop 130 Chapter 10: Fun with Functions 133 Anatomy of a Function 133 Constructing a function 133 Prototyping (or not) 136 Functions and Variables 139 Using variables in functions 139 Sending a value to a function 140 Sending multiple values to a function 142 Creating functions that return values 143 Returning early 145 Constants of the Global Kind 147 Introducing defined constants 147 Putting defined constants to use 148 Part 3: Build Upon What You Know 151 Chapter 11: The Unavoidable Math Chapter 153 Math Operators from Beyond Infinity 153 Incrementing and decrementing 154 Prefixing the ++ and -- operators 156 Discovering the remainder (modulus) 158 Saving time with assignment operators 158 Math Function Mania 160 Exploring some common math functions 161 Suffering through trigonometry 163 It's Totally Random 166 Spewing random numbers 166 Making the numbers more random 167 The Holy Order of Precedence 170 Getting the order correct 170 Forcing order with parentheses 171 Chapter 12: Give Me Arrays 173 Behold the Array 173 Avoiding arrays 173 Understanding arrays 174 Initializing an array 177 Playing with character arrays (strings) 177 Working with empty char arrays 179 Sorting arrays 181 Multidimensional Arrays 183 Making a two-dimensional array 183 Going crazy with three-dimensional arrays 186 Declaring an initialized multidimensional array 188 Arrays and Functions 189 Passing an array to a function 189 Returning an array from a function 191 Chapter 13: Fun with Text 193 Character Manipulation Functions 193 Introducing the CTYPEs 193 Testing characters 195 Changing characters 197 String Functions Galore 198 Reviewing string functions 198 Comparing text 199 Building strings 200 Fun with printf() Formatting 202 Formatting floating point 202 Setting the output width 204 Aligning output 206 Gently Down the Stream 207 Demonstrating stream input 207 Dealing with stream input 208 Chapter 14: Structures, the Multivariable 211 Hello, Structure 211 Introducing the multivariable 211 Understanding struct 213 Filling a structure 215 Making an array of structures 216 Weird Structure Concepts 218 Putting structures within structures 218 Passing a structure to a function 219 Chapter 15: Life at the Command Prompt 221 Conjure a Terminal Window 221 Starting a terminal window 222 Running code in text mode 223 Arguments for the main() Function 225 Reading the command line 225 Understanding main()'s arguments 227 Time to Bail 229 Quitting the program 229 Running another program 230 Chapter 16: Variable Nonsense 233 Variable Control 233 Typecasting into disbelief 233 Creating new things with typedef 235 Making static variables 238 Variables, Variables Everywhere 241 Using external variables 241 Creating an external structure variable 243 Enumerating 245 Chapter 17: Binary Mania 249 Binary Basics 249 Understanding binary 249 Outputting binary values 251 Bit Manipulation 253 Using the bitwise | operator 253 Using bitwise & 256 Operating exclusively with XOR 257 Understanding the ~ and ! …”
Libro electrónico -
448por Zafirópulos, Yanis. authorTabla de Contenidos: “…Part 1: Beginner -- Chapter 1: Introduction -- Chapter 2: Basics -- Chapter 3: Conditionals -- Chapter 4: Loops -- Chapter 5: Functions -- Part 2: Intermediate -- Chapter 6: Classes and Closures -- Chapter 7: Strings -- Chapter 8: Arrays and Sets -- Chapter 9: Dictionaries -- Part 3: Advanced -- Chapter 10: Numbers and Dates -- Chapter 11: Exceptions -- Chapter 12: Web, Files and System -- Chapter 13: More Advanced Topics…”
Publicado 2019
Libro electrónico -
449por Elahi, Irfan. authorTabla de Contenidos: “…Chapter 1 - Scala Language -- Chapter 2 - Installing Scala -- Chapter 3 - Using Scala Shell -- Chapter 4 – Variables -- Chapter 5 - Data Types -- Chapter 6 - Conditional Statements -- Chapter 7 - Code Blocks -- Chapter 8 – Functions -- Chapter 9 - Scala collections -- Chapter 10 – Loops -- Chapter 11 - Using classes and packages -- Chapter 12 - Exception Handling -- Chapter 13 -- Chapter 14 - Hello World in Apache Spark…”
Publicado 2019
Libro electrónico -
450Publicado 2024Tabla de Contenidos: “…Chapter 2: Command and Control -- Technical requirements -- Introduction -- if statements -- Exercise 2.01 - a simple if statement -- if else statements -- Exercise 2.02 - using an if else statement -- else if statements -- Exercise 2.03 - using an else if statement -- initial if statements -- Exercise 2.04 - implementing initial if statements -- Expression switch statements -- Exercise 2.05 - using a switch statement -- Exercise 2.06 - switch statements and multiple case values -- Exercise 2.07 - expressionless switch statements -- Loops -- Exercise 2.08 - using a for i loop -- Exercise 2.09 - looping over arrays and slices -- range loop -- Exercise 2.10 - looping over a map -- Activity 2.01 - looping over map data using range -- Activity 2.02 - implementing FizzBuzz -- break and continue -- Exercise 2.11 - using break and continue to control loops -- Activity 2.03 - bubble sort -- goto statements -- Exercise 2.12 - using goto statements -- Summary -- Chapter 3: Core Types -- Technical requirements -- Introduction -- True and false -- Exercise 3.01 - Program to measure password complexity -- Numbers -- Integers -- Floating-point numbers -- Exercise 3.02 - Floating-point number accuracy -- Overflow and wraparound -- Exercise 3.03 - Triggering number wraparound -- Big numbers -- Exercise 3.04 - Big numbers -- byte -- Text -- Rune -- Exercise 3.05 - Safely looping over a string -- The nil value -- Activity 3.01 - Sales tax calculator -- Activity 3.02 - Loan calculator -- Summary -- Chapter 4: Complex Types -- Technical requirements -- Introduction -- Collection types -- Arrays -- Exercise 4.01 - Defining an array -- Comparing arrays -- Exercise 4.02 - Comparing arrays -- Initializing arrays using keys -- Exercise 4.03 - Initializing an array using keys -- Reading from an array -- Exercise 4.04 - Reading a single item from an array…”
Libro electrónico -
451por Arslan, Engin. authorTabla de Contenidos: “…Chapter 1: Introduction -- Chapter 2: Getting Started -- Chapter 3: Colors in p5.js -- Chapter 4: Operators and Variables -- Chapter 5: Conditional Statements and Comparison Operators -- Chapter 6: More p5.js Variables -- Chapter 7: Loops -- Chapter 8: Functions -- Chapter 9: Objects -- Chapter 10: Arrays -- Chapter 11: Events -- Chapter 12: More on p5.js -- Chapter 13: Final Project -- Appendix: Final Words …”
Publicado 2018
Libro electrónico -
452Publicado 2017Tabla de Contenidos: “…Preface -- I Starting with the Basics -- 1 The way of the program -- 2 Variables, Expressions and Statements -- 3 Functions -- 4 Loops, Conditionals and Recursion -- 5 Fruitful Subroutines -- 6 Iteration -- 7 Strings -- 8 Case study: Word Play -- 9 Arrays and Lists -- 10 Hashes -- 11 Case study: Data Structure Selection -- II Moving Forward -- 12 Classes and Objects -- 13 Regexes and Grammar -- 14 Functional Programming in Raku -- 15 Some Final Advice --…”
Libro electrónico -
453Publicado 2001Tabla de Contenidos: “…Statements -- 7. Conditionals -- 8. Loop statements -- 9. Functions -- 10. Events and event handlers -- 11. …”
Libro electrónico -
454por Payne, James R. authorTabla de Contenidos: “…Making Decisions -- 5. Loops and Logic -- 6. Using What We've Learned -- 7. …”
Publicado 2019
Libro electrónico -
455Publicado 2011Tabla de Contenidos: “…; Putting it all together and selling online ; Making websites that work ; It's all about visibility -- Running the engine. Running the feedback loop ; Special consideration.s for international organizations -- Appendix. …”
Libro electrónico -
456por Horton, IvorTabla de Contenidos: “…Making decisions -- chapter 4. Loops -- chapter 5. Arrays -- chapter 6. Applications with strings and text -- chapter 7. …”
Publicado 2013
Libro electrónico -
457Publicado 2016Tabla de Contenidos: “…Getting organized -- Reorganizing ourselves -- Designers by nature -- Art loops and the garden of eden -- Art, evolution, and the puzzle of puzzles -- A short note on ecstasy, sports, and humor -- Philosophical objects -- See me if you can! …”
Libro -
458Publicado 2017Tabla de Contenidos: “…-- Summary -- Chapter 6: Loops -- Introduction to loops -- The foreach loop -- The for loop -- An example -- The while loop -- while versus for loops -- Loops in statements -- Modulo -- Searching for data inside an array -- Breaking the loop -- Summary…”
Libro electrónico -
459Publicado 1999Tabla de Contenidos: “…Names have no type, but objects do -- Expression Statements -- Expression Statements and In-Place Changes -- print Statements -- The Python "Hello World" Program -- Redirecting the Output Stream -- The print > -- > -- file Extension -- Chapter Summary -- Quiz Answers -- if Tests -- if Statements -- General Format -- Basic Examples -- Multiway Branching -- Python Syntax Rules -- Block Delimiters -- Statement Delimiters -- A Few Special Cases -- Truth Tests -- The if/else Ternary Expression -- Chapter Summary -- Quiz Answers -- while and for Loops -- while Loops -- General Format -- Examples -- break, continue, pass, and the Loop else -- General Loop Format -- Examples -- pass -- continue -- break -- else -- More on the loop else clause -- for Loops -- General Format -- Examples -- Basic usage -- Other data types -- Tuple assignment in for -- Nested for loops -- Iterators: A First Look -- File Iterators -- Other Built-in Type Iterators -- Other Iteration Contexts -- User-Defined Iterators -- Loop Coding Techniques -- Counter Loops: while and range -- Nonexhaustive Traversals: range -- Changing Lists: range -- Parallel Traversals: zip and map -- Dictionary construction with zip -- Generating Both Offsets and Items: enumerate -- List Comprehensions: A First Look -- List Comprehension Basics -- Using List Comprehensions on Files -- Extended List Comprehension Syntax -- Chapter Summary -- Quiz Answers -- The Documentation Interlude -- Python Documentation Sources -- # Comments -- The dir Function -- Docstrings: _ _doc_ _ -- User-defined docstrings -- Docstring standards -- Built-in docstrings -- PyDoc: The help Function -- PyDoc: HTML Reports -- Standard Manual Set -- Web Resources -- Published Books -- Common Coding Gotchas -- Chapter Summary -- Quiz Answers -- Part IV -- Function Basics -- Why Use Functions? …”
Libro electrónico -
460Tabla de Contenidos: “…The App's Design Using Loops to Repeat Program Statements; Count-Controlled Loops; Condition-Controlled Loops; Infinite Loops; Coding the Example App in Swift; Nested if Statements and else if Statements; Removing Extra Characters; Improving the Code Through Refactoring; Running the App; Design Requirements; Summary; Exercises; Chapter 5: Object-Oriented Programming with Swift; The Object; What Is a Class?…”
Libro electrónico