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
-
821Publicado 2016Tabla de Contenidos: “…Chapter Summary -- Answers to Self-Test Exercises -- Programming Projects -- Chapter 3 Flow of Control -- 3.1 BRANCHING MECHANISM -- if-else Statements -- Omitting the else -- Compound Statements -- TIP: Placing of Braces -- Nested Statements -- Multiway if-else Statement -- Example: State Income Tax -- The switch Statement -- PITFALL: Forgetting a break in a switch Statement -- The Conditional Operator -- 3.2 BOOLEAN EXPRESSIONS -- Simple Boolean Expressions -- PITFALL: Using = in Place of == -- PITFALL: Using == with Strings -- Lexicographic and Alphabetic Order -- Building Boolean Expressions -- PITFALL: Strings of Inequalities -- Evaluating Boolean Expressions -- TIP: Naming Boolean Variables -- Short-Circuit and Complete Evaluation -- Precedence and Associativity Rules -- 3.3 LOOPS -- while Statement and do-while Statement -- Algorithms and Pseudocode -- Example: Averaging a List of Scores -- The for Statement -- The Comma in for Statements -- TIP: Repeat N Times Loops -- PITFALL: Extra Semicolon in a for Statement -- PITFALL: Infinite Loops -- Nested Loops -- The break and continue Statements -- The exit Statement -- 3.4 DEBUGGING -- Loop Bugs -- Tracing Variables -- General Debugging Techniques -- Example: Debugging an Input Validation Loop -- Preventive Coding -- Assertion Checks -- 3.5 RANDOM NUMBER GENERATION -- The Random Object -- The Math.random() Method -- Chapter Summary -- Answers to Self-Test Exercises -- Programming Projects -- Chapter 4 Defining Classes I -- 4.1 CLASS DEFINITIONS -- Instance Variables and Methods -- More about Methods -- TIP: Any Method Can Be Used as a void Method -- Local Variables -- Blocks -- TIP: Declaring Variables in a for Statement -- Parameters of a Primitive Type -- PITFALL: Use of the Terms "Parameter" and "Argument" -- Simple Cases with Class Parameters -- The this Parameter…”
Libro electrónico -
822por Barnett, James. authorTabla de Contenidos: “…VariablesVariables as Integers/Numbers; Variables as Strings; Arrays; Objects; Booleans; Creating JavaScript Events; Using the jQuery Library; Using the jQuery Library with Events; Summary; Chapter 8: Adding JavaScript to Your Drupal Module; Adding JavaScript to Your Drupal Module; Summary; Chapter 9: A PHP Primer for Drupal; Verifying Your Installation of PHP; Serving Up a Hello World Web Page with PHP; Working with Some Basic PHP Code; Working with PHP Looping Structures; Using the foreach Loop ; Using the while Loop ; Printing to the Screen…”
Publicado 2015
Libro electrónico -
823Publicado 2018Tabla de Contenidos: “…Functions in MATLAB® -- 3.5. FOR and WHILE Loops in MATLAB® -- 3.5.1. FOR Loops -- 3.5.2. WHILE Loops -- 3.6. …”
Libro electrónico -
824por Shupe, RichTabla de Contenidos: “…CORE LANGUAGE FUNDAMENTALS; Variables and Data Types; Conditionals; switch; Loops; while Loop; A Loop Caveat; Arrays; Functions; Custom Objects; this; Absolute versus Relative Addresses; What&s Next?…”
Publicado 2007
Libro electrónico -
825Publicado 2012Tabla de Contenidos: “…Chapter 4: ContainersTask Host Containers; Sequence Containers; Groups; For Loop Container; Foreach Loop Container; Foreach File Enumerator Example; Foreach ADO Enumerator Example; Summary; Chapter 5: The Data Flow; Understanding the Data Flow; Data Viewers; Sources; OLE DB Source; Excel Source; Flat File Source; Raw File Source; XML Source; ADO.NET Source; Destinations; Excel Destination; Flat File Destination; OLE DB Destination; Raw File Destination; Recordset Destination; SQL Server and Mobile Destinations; Data Mining Model Training; DataReader Destination…”
Libro electrónico -
826por van der Spuy, Rex. authorTabla de Contenidos: “…; Some New JavaScript Tricks; Variables: let, const, and var; Functions; Getting Loopy with Arrays; Using forEach; Using a for of Loop; Looping through Objects; Looping through Only Some Array Elements; Finding Array Elements; Mapping an Old Array to a New Array; Filtering Elements from an Array; Reducing Array Elements to a Single Value; Making Variables from Arrays with Destructuring; Function Arguments; Initializing a Function with a Configuration Object; Getters and Setters; Preventing Changes to Properties with Object.defineProperty…”
Publicado 2015
Libro electrónico -
827Publicado 2015Tabla de Contenidos: “…Different Data Types with Select Case -- Loops -- The For...Next Loop -- The Do...Loop Loops -- Nested Loops -- Quitting Early -- Quitting Do...Loops -- Infinite Loops -- Summary -- CHAPTER 5: WORKING WITH DATA STRUCTURES -- Understanding Arrays -- Defining and Using Arrays -- Using For Each...Next -- Passing Arrays as Parameters -- Sorting Arrays -- Going Backward -- Initializing Arrays with Values -- Understanding Enumerations -- Using Enumerations -- Determining the State -- Setting Invalid Values -- Understanding Constants -- Using Constants -- Different Constant Types -- Structures -- Building Structures -- Adding Properties to Structures -- Working with ArrayLists -- Using an ArrayList -- Deleting from an ArrayList -- Showing Items in the ArrayList -- Working with Collections -- Creating CustomerCollection -- Adding an Item Property -- Building Lookup Tables with Hashtable -- Using Hashtables -- Cleaning Up: Remove, RemoveAt, and Clear -- Case Sensitivity -- Advanced Array Manipulation -- Dynamic Arrays -- Using Preserve -- Summary -- CHAPTER 6: BUILDING WINDOWS APPLICATIONS -- Responding to Events -- Counting Characters -- Counting Words -- Creating More Complex Applications -- Creating the Toolbar -- Creating the Status Bar -- Creating an Edit Box -- Clearing the Edit Box -- Responding to Toolbar Buttons -- Using Multiple Forms -- About Dialog -- Summary -- CHAPTER 7: DISPLAYING DIALOGS -- The MessageBox -- Available Icons for MessageBox -- Available Buttons for MessageBox -- Setting the Default Button -- Miscellaneous Options -- The Show Method Syntax -- Example Message Boxes -- The OpenFileDialog Control -- The OpenFileDialog Control -- The Properties of OpenFileDialog -- OpenFileDialog Methods -- Using the OpenFileDialog Control -- The SaveDialog Control -- The Properties of SaveFileDialog -- SaveFileDialog Methods…”
Libro electrónico -
828Publicado 2018Tabla de Contenidos: “…-- 3 REPEAT AFTER ME -- Displaying Maps with Loops -- Loop the Loop -- Displaying a 3D Room Image -- Understanding How the Room Is Drawn -- Working Out Where to Draw Each Item -- Are You Fit to Fly? …”
Libro electrónico -
829por Kocjan, WojciechTabla de Contenidos: “…Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Introducing Tcl; What is Tcl/Tk; Extensions; Tk; Installation; Windows; Unix-like systems; Installation of additional Tcl packages; Additional tools; Eclipse; Komodo; tkcon - an alternate Tcl shell; Tcl syntax; Tcl commands documentation syntax; Running the script; Running commands directly in the tclsh interpreter; Variables; Grouping; Nesting commands; Data types; Lists; Arrays; Dictionaries; Mathematical expressions-expr; Flow control and loop instructions; Defining your own commands…”
Publicado 2010
Libro electrónico -
830por Ribbens, WilliamTabla de Contenidos: “…Front Cover; Dedication; Understanding Automotive Electronics: An Engineering Perspective; Copyright; Contents; Preface; Introduction; Chapter 1 - The Systems Approach to Control and Instrumentation; Overview; Concept of a System; Linear System Theory: Continuous Time; Steady-State Sinusoidal Frequency Response of a System; State Variable Formulation of Models; Control Theory; Stability of Control System; Closed-Loop Limit-Cycle Control; Instrumentation; Basic Measurement System; Filtering; Chapter 2 - Discrete Time Systems Theory; Digital Subsystem; Sinusoidal Frequency Response…”
Publicado 2012
Libro electrónico -
831Publicado 1995Tabla de Contenidos: “…Frequency Response""; ""2.1 Open Loop Behavior, Compensation""; ""2.2 Closed Loop Response, Rise Time""…”
Libro electrónico -
832Publicado 2016Tabla de Contenidos: “…Moral Blind Spot""; ""Immoral Effect""; ""Dynamic Moral Tension""; ""The Passive Protagonist Loop""; ""The Active Protagonist Loop""; ""Summary""; ""PART 2 The 7-Step Premise Development Process""; ""The 7 Steps""; ""Why a Process and Not Just a List of Steps?""…”
Libro electrónico -
833por Shaw, Zed A.Tabla de Contenidos: “…-- Exercise 27 : memorizing logic -- Exercise 28 : Boolean practice -- Exercise 29 : what if -- Exercise 30 : Else and if -- Exercise 31 : making decisions -- Exercise 32 : loops and lists -- Exercise 33 : white loops -- Exercise 34 : accessing elements of lists -- Exercise 35 : branches and functions -- Exercise 36 : designing and debugging -- Exercise 37 : symbol review -- Exercise 38 : Doing things to lists -- Exercise 39 : dictionaries, oh lovely dictionaries -- Exercise 40 : modules, classes, and objects -- Exercise 41 : learning to speak object-oriented -- Exercise 42 : is-A. has-A. objects, and classes -- Exercise 43 : basic object-oriented analysis and design -- Exercise 44 : inheritance versus composition -- Exercise 45 : you make a game -- Exercise 46 : a project skeleton -- Exercise 47 : automated testing -- Exercise 48 : advances user input -- Exercise 49 : making sentences -- Exercise 50 : your first website -- Exercise 51 : getting input from a browser -- Exercise 52: the start of your web game -- Next steps -- Advice from an old programmer…”
Publicado 2017
Biblioteca de la Universidad de Navarra (Otras Fuentes: Biblioteca Universidad de Deusto, Universidad Loyola - Universidad Loyola Granada)Libro -
834Publicado 2019Tabla de Contenidos: “…-- How to Write a Shell Script -- More Formatting Tricks -- Summing Up -- 25 STARTING A PROJECT -- First Stage: Minimal Document -- Second Stage: Adding a Little Data -- Variables and Constants -- Here Documents -- Summing Up -- 26 TOP-DOWN DESIGN -- Shell Functions -- Local Variables -- Keep Scripts Running -- Summing Up -- 27 FLOW CONTROL: BRANCHING WITH IF -- if Statements -- Exit Status -- Using test -- A More Modern Version of test -- (( ))-Designed for Integers -- Combining Expressions -- Control Operators: Another Way to Branch -- Summing Up -- 28 READING KEYBOARD INPUT -- read-Read Values from Standard Input -- Validating Input -- Menus -- Summing Up -- Extra Credit -- 29 FLOW CONTROL: LOOPING WITH WHILE/UNTIL -- Looping -- Breaking Out of a Loop -- Reading Files with Loops -- Summing Up -- 30 TROUBLESHOOTING -- Syntactic Errors -- Logical Errors -- Testing -- Debugging -- Summing Up -- 31 FLOW CONTROL: BRANCHING WITH CASE -- The case Command -- Summing Up -- 32 POSITIONAL PARAMETERS -- Accessing the Command Line -- Handling Positional Parameters en Masse -- A More Complete Application -- Summing Up -- 33 FLOW CONTROL: LOOPING WITH FOR -- for: Traditional Shell Form…”
Libro electrónico -
835por McFedries, PaulTabla de Contenidos: “…-- Example #1: Displaying a message to the user -- Example #2: Writing text to the page -- What You Need to Get Started -- Dealing with Two Exceptional Cases -- Handling browsers with JavaScript turned off -- Handling very old browsers -- Commenting Your Code -- Moving to External JavaScript Files -- Chapter 2 Programming with Variables -- Getting Your Head around Variables -- Declaring a variable with let -- Storing a value in a variable -- Checking out another way to declare a variable: const -- Using variables in statements -- Naming Variables: Rules and Best Practices -- Rules for naming variables -- Ideas for good variable names -- Understanding Literal Data Types -- Working with numeric literals -- Exponential notation -- Hexadecimal integer values -- Working with string literals -- Using quotation marks within strings -- Understanding escape sequences -- Working with Boolean literals -- Chapter 3 Building Expressions -- Understanding How Expressions Are Structured -- Creating Numeric Expressions -- Building String Expressions -- Building Comparison Expressions -- Building Logical Expressions -- Understanding Operator Precedence -- The order of precedence -- Controlling the order of precedence -- Chapter 4 Controlling the Flow of JavaScript -- Decision-Making with if Statements -- Branching with if. . .else Statements -- Understanding the Value of Code Looping -- Working with while Loops -- Working with for Loops -- Working with do. . .while Loops -- Chapter 5 Harnessing the Power of Functions…”
Publicado 2024
Libro electrónico -
836Publicado 2017Tabla de Contenidos: “…-- A crash course on Cisco's internetwork operating system -- Managing switch ports -- Securing ports by using the port securit feature -- Managing virtual LANs (VLANs) -- Breaking the VLAN barrier by using switched virtual interfaces -- IP address assignment by using dynamic host configuration protocol -- Securing the network by using IP access control lists -- Connecting switches using trunk links -- Automatically configuring VLANs using the VLAN trunking protocol -- Protecting against bridging loops by using the spanning tree protocol -- Optimizing network performance by using port channels -- Making the network scalable by connecting routers and switches together -- Manually directing traffic using the IP routing table -- A dynamic routing protocols crash course -- Tracking down devices -- Securing Cisco devices -- Facilitating troubleshooting using logging and debugging -- Recovering from disaster -- Performance and health checklist -- Next steps…”
Libro electrónico -
837por Späth, Peter. authorTabla de Contenidos: “…Chapter 1: Your First Kotlin App: Hello Kotlin -- Chapter 2: Classes And Objects: Object Orientation Philosophy -- Chapter 3: Classes at Work: Properties And Functions -- Chapter 4: Classes And Objects: Extended Features -- Chapter 5: Expressions: Operations on Data -- Chapter 6: Comments in Kotlin Files -- Chapter 7: Structural Constructs: Loops, Decisions And Scopes -- Chapter 8: Exceptions: If Something Goes Wrong -- Chapter 9: Data Containers: Arrays And Collections -- Chapter 10: True, False And Undecided: Nullability -- Chapter 11: Handling Equality -- Chapter 12: Back to Math: Functional Programming -- Chapter 13: About Type Safety: Generics -- Chapter 14: Adding Hints: Annotations -- Chapter 15: Using The Java And Kotlin APIs -- Chapter 16: The Collections API -- Chapter 17: More APIs -- Chapter 18: Working in Parallel: Multithreading -- Chapter 19: Using External Libraries -- Chapter 20: XML And JSON -- Appendix A: Solutions to Exercises…”
Publicado 2019
Libro electrónico -
838Publicado 2007Tabla de Contenidos: “…DATA step processing : Reading raw data from external files -- Creating permanent SAS data sets -- Creating formats and labels -- Reading and writing data from an Excel spreadsheet -- Performing conditional processing -- Performing iterative processing: looping -- Working with dates -- Subsetting and combining SAS data sets -- Working with numeric functions -- Working with character functions -- Working with arrays -- Pt. 3. …”
Libro electrónico -
839por Maniktala, SanjayaTabla de Contenidos: “…Front Cover; Switching Power Supplies A-Z; Copyright page; Contents; Preface; Acknowledgments; 1 The Principles of Switching Power Conversion; 2 DC-DC Converter Design and Magnetics; 3 Off-Line Converter Design and Magnetics; 4 The Topology FAQ; 5 Advanced Magnetics: Optimal Core Selection; 6 Component Ratings, Stresses, Reliability, and Life; 7 Optimal Power Components Selection; 8 Conduction and Switching Losses; 9 Discovering New Topologies; 10 Printed Circuit Board Layout; 11 Thermal Management; 12 Feedback Loop Analysis and Stability…”
Publicado 2012
Libro electrónico -
840Publicado 2012Tabla de Contenidos: “…Acknowledgments Introduction: Enriching Lives Part I: Inspiring Your Internal Customer Chapter 1: Dream Bigger Chapter 2: Hire for Smiles Chapter 3: Cultivate Fearless Employees Chapter 4: Build Trust Chapter 5: Foster a Feedback Loop Chapter 6: Develop Multitaskers Chapter 7: Empower Your Employees Part II: Serving Your External Customer Chapter 8: Follow Apple's Five Steps of Service Chapter 9: Reset Your Customer's Internal Clock Chapter 10: Sell the Benefit Chapter 11: Unleash Your Customer's Inner Genius Chapter 12: Create Wow Moments Chapter 13: Rehearse the Script Chapter 14: Deliver a Consistent Experience Part III: Setting the Stage Chapter 15: Eliminate the Clutter Chapter 16: Pay Attention to Design Details Chapter 17: Design Multisensory Experiences Conclusion: The Soul of Apple Notes Index…”
Libro electrónico