Mostrando 15,141 - 15,160 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 0.87s Limitar resultados
  1. 15141
    Publicado 2002
    Tabla de Contenidos: “…La lana en San Juan de Plan, las navajas de asta, la tipografía, los hacheros -- El taxidermista, las salinas de Añana, la elaboración de vino en la Sonsierra, la matanza del cochino, la cecina de burro -- Los pastores en la sierra de Albarracín, estañador y paragüero, el chozo de carchones, el bastero -- La madera en Albarracín, el cestón, los gamellones, el palmito, el pelador de burros, los toros bravos, el chiflo del pastor -- El polen y la miel, los guantes de piel, el clavicornio, el bacalao, el zagón, el museo de la electricidad --…”
    DVD
  2. 15142
    Publicado 2014
    Tabla de Contenidos: “…Front Cover; Dedication; Contents; Preface; About the Author; List of Figures; List of Tables; Part I - Basic Principles; Chapter 1 - Computer Hardware and Software; Chapter 2 - Data Types and Conditional Statements; Chapter 3 - Loops; Chapter 4 - Methods and Formatted Output; Chapter 5 - Introduction to Arrays; Chapter 6 - Introduction to Classes; Chapter 7 - The ArrayList Class and the enum Keyword; Part II - Advanced Programming Techniques; Chapter 8 - Classes Revisited; Chapter 9 - Fun with Swing; Chapter 10 - Nested Classes and Event Handling…”
    Libro electrónico
  3. 15143
    Publicado 2015
    Tabla de Contenidos: “…Introduction to dynamic web content -- Setting up a development server -- Introduction to PHP -- Expressions and control flow in PHP -- PHP functions and objects -- PHP arrays -- Practical PHP -- Introduction to MySQL -- Mastering MySQL -- Accessing MySQL using PHP -- Form handling -- Cookies, sessions, and authentication -- Exploring JavaScript -- Expressions and control flow in JavaScript -- JavaScript functions, objects, and arrays -- JavaScript and PHP validation and error handling -- Using Ajax -- Introduction to CSS -- Advanced CSS with CSS3 -- Accessing CSS from JavaScript -- Introduction to jQuery -- Introduction to HTML5 -- The HTML5 canvas -- HTML5 audio and video -- Other HTML5 features -- Bringing it all together…”
    Libro electrónico
  4. 15144
    Publicado 2013
    Tabla de Contenidos: “…Front Cover; Contents; Preface; Chapter 1 - Developing Sensing Materials for Multisensor Systems on the Basis of Extraction Data; Chapter 2 - Photocurable Polymer Membrane Ion Sensors and Their Application for Multicomponent Analysis; Chapter 3 - Metallic Sensors in Multisensor Analysis; Chapter 4 - Sensor Arrays Based on Phthalocyanines: New Developments on Nanostructured and Biomimetic Electrochemical Sensors; Chapter 5 - Lignin Applications in Chemical Sensing; Chapter 6 - BioElectronic Tongues: When the Sensor Array Incorporates Biosensors…”
    Libro electrónico
  5. 15145
    Publicado 2014
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: JavaScript - A Quick Overview; Setting up the environment; The browser is enough; Using web servers (XAMPP); It's all about JavaScript (Node.js); JavaScript basics; Variables; Variable scope; Operators; Truthy and falsy; The equals operators (== and ===); Control structures; Conditional statements; Loops; Functions; Object-oriented programming; Debugging and tools; Summary; Chapter 2: Arrays; Why should we use arrays?; Creating and initializing arrays…”
    Libro electrónico
  6. 15146
    Publicado 2015
    Tabla de Contenidos: “…Entering the nth dimension with arrays…”
    Libro electrónico
  7. 15147
    por Shaik, Baji
    Publicado 2023
    Tabla de Contenidos: “…-- Declaring Variables -- Variable Scope -- Constant Variables -- Variable Alias -- Scalar Variables -- Array Variables -- Record Variables -- Cursor Variables -- Summary -- What's Next -- Chapter 3: PL/pgSQL Data Types -- Data Types -- Declaring Variables with Data Types -- Supported Types -- Base Type -- Composite Type -- Domain Type -- Pseudo-Type -- Range Type -- Multirange Types -- Summary -- What's Next -- Chapter 4: Dealing with Strings, Numbers, and Arrays -- Strings -- Function Format -- Dealing with Null String -- Numbers -- Arrays -- Example Use Cases -- Strings -- Numbers -- Arrays -- Summary -- What's Next -- Chapter 5: Control Statements -- IF/ELSE Statement -- Cascading IF Statements -- CASE Statement -- Iterative Statement -- LOOP Statement -- WHILE Statement -- FOR Statement -- Example Use Cases -- Example 1 -- Example 2 -- Best Practices of Using Control Statements in PL/pgSQL -- Keep Control Statements Simple -- Use Comments to Explain Complex Control Statements -- Test Your Control Statements Thoroughly -- Use Meaningful Variable Names -- Don't Overuse Control Statements -- Summary -- What's Next -- Chapter 6: Handling Arrays -- Array Index -- Array Length -- Iterate Array -- Find Duplicate Elements in Array -- Append Elements to Array -- Array Merge -- Multidimensional Arrays -- Summary -- What's Next -- Chapter 7: Handling JSON -- What Is JSON? …”
    Libro electrónico
  8. 15148
    por Lindley, Cody, 1976-
    Publicado 2013
    Tabla de Contenidos: “…Replacing the prototype Property with a New Object Removes the Default Constructor Property -- Instances That Inherit Properties from the Prototype Will Always Get the Latest Values -- Replacing the prototype Property with a New Object Does Not Update Former Instances -- User-Defined Constructors Can Leverage the Same Prototype Inheritance as Native Constructors -- Creating Inheritance Chains (the Original Intention) -- Chapter 9. Array() -- Conceptual Overview of Using Array() Objects -- Array() Parameters -- Array() Properties and Methods -- Array Object Instance Properties and Methods -- Creating Arrays -- Adding and Updating Values in Arrays -- Length versus Index -- Defining Arrays with a Predefined Length -- Setting Array Length can Add or Remove Values -- Arrays Containing Other Arrays (Multidimensional Arrays) -- Looping Over an Array, Backwards and Forwards -- Chapter 10. …”
    Libro electrónico
  9. 15149
    Publicado 2024
    Tabla de Contenidos: “…Assignment with types on the right -- Assignment with types on the left -- Value and reference types -- Type conversion -- Variable commands -- Get-Variable -- New-Variable -- Set-Variable -- Remove-Variable -- Clear-Variable -- Variable provider -- Variable scope -- Accessing variables -- Scope modifiers -- Numeric scopes -- Private variables -- About arrays -- Array type -- Creation by assignment -- Creating an array -- Arrays with a type -- Adding elements to an array -- List and ArrayList -- Selecting elements from an array -- Changing element values in an array -- Removing elements -- Removing elements by index -- Filling variables from arrays -- Multi-dimensional and jagged arrays -- About hashtables -- Creating a Hashtable -- Adding, changing, and removing keys -- Using a hashtable to filter -- Enumerating a Hashtable -- About Ordered -- Summary -- Chapter 4: Working with Objects in PowerShell -- Pipelines -- Standard output -- Non-standard output -- The Object pipeline -- Members -- The Get-Member command -- Accessing object properties -- Access modifiers -- Using methods -- Return types and argument types -- Creating and modifying objects -- Using PSCustomObject -- The New-Object command -- The Add-Member command -- Add-Member and custom objects -- Enumerating and filtering -- The ForEach-Object command -- Begin and End parameters -- The Parallel parameter -- The MemberName parameter -- The Where-Object command -- Selecting and sorting -- The Select-Object command -- Calculated properties -- The ExpandProperty parameter -- The Unique parameter -- Property sets -- The Sort-Object command -- The Unique parameter -- Grouping and measuring -- The Group-Object command -- The Measure-Object command -- Comparing -- Importing, exporting, and converting -- The Export-Csv command -- The Import-Csv command -- Export-Clixml and Import-Clixml…”
    Libro electrónico
  10. 15150
    por López, Willebaldo
    Publicado 2014
    Tabla de Contenidos: “…Los arrieros con sus burros por la hermosa capital -- Cosas de muchachos -- Císcalo! …”
    Libro electrónico
  11. 15151
    Publicado 2017
    Tabla de Contenidos: “…Interfaces -- Analysis of algorithms -- ArrayList -- LinkedList -- Doubly linked list -- Tree traversal -- Getting to philosophy -- Indexer -- The map interface -- Hashing -- HashMap -- TreeMap -- Binary search tree -- Persistence -- Crawling Wikipedia -- Boolean search -- Sorting…”
    Libro electrónico
  12. 15152
    Publicado 2014
    Tabla de Contenidos: “…Introduction to C -- Data types, variables, and data output -- Getting input with scanf() -- Operators -- Program control -- Loops -- Arrays -- Pointers -- Characters -- Strings -- Functions -- Structures and unions -- Memory management and data structures -- Files -- Posprocessing directives and macros -- Review exercises…”
    Libro electrónico
  13. 15153
    por Massa, Mark S. (S.I.)
    Publicado 2010
    Tabla de Contenidos: “…A brief history of Catholic time -- Frederick McManus and worship in the United States -- Humanae vitae in the United States -- The Charles Curran affair -- The dangers of history -- Death shall have no dominion! …”
    Libro
  14. 15154
    Tabla de Contenidos: “…var}: Indirect Reference; Bash-4.0; Sec21; {var^PATTERN}: Convert to Uppercase ; {var,PATTERN}: Convert to Lowercase ; Positional Parameters; Arrays; Integer-Indexed Arrays ; Sec27; Displaying Arrays; Assigning Array Elements; Associative Arrays ; Summary; Commands; Concepts; Chapter 6: Shell Functions; Definition Syntax; Compound Commands; Getting Results; Set Different Exit Codes; Print the Result; Place Results in One or More Variables; Function Libraries; Using Functions from Libraries; Sample Script; Summary…”
    Libro electrónico
  15. 15155
    Publicado 1956
    Libro
  16. 15156
    Libro
  17. 15157
    por Sueur, Philippe
    Publicado 1982
    Libro
  18. 15158
    Publicado 2018
    Tabla de Contenidos: “…6.14 Wrap-Up 295 -- 7 Arrays and ArrayLists 309 -- 7.1 Introduction 310 -- 7.2 Arrays 311 -- 7.3 Declaring and Creating Arrays 312 -- 7.4 Examples Using Arrays 314 -- 7.4.1 Creating and Initializing an Array 314 -- 7.4.2 Using an Array Initializer 315 -- 7.4.3 Calculating the Values to Store in an Array 316 -- 7.4.4 Summing the Elements of an Array 317 -- 7.4.5 Using Bar Charts to Display Array Data Graphically 317 -- 7.4.6 Using the Elements of an Array as Counters 319 -- 7.4.7 Using Arrays to Analyze Survey Results 320 -- 7.5 Exception Handling: Processing the Incorrect Response 322 -- 7.5.1 The try Statement 322 -- 7.5.2 Executing the catch Block 322 -- 7.5.3 toString Method of the Exception Parameter 323 -- 7.6 Case Study: Card Shuffling and Dealing Simulation 323 -- 7.7 Enhanced for Statement 328 -- 7.8 Passing Arrays to Methods 329 -- 7.9 Pass-By-Value vs. …”
    Libro electrónico
  19. 15159
    por Rodrigues, Amália , 1920-1999
    Publicado 2003
    Tabla de Contenidos: “…Marcha d mouraria / Brito, Ferrao. Eu queria cantar-te um fado / A. de Souza, F. …”
    Grabación musical
  20. 15160
    Publicado 1993
    Tabla de Contenidos: “…III : Trabajos preparatorios, (1869-1885) : actas de las comisiones, informes, trabajos parlamentarios / recopilación, Miguel Motos Guirao, Jesús Blanco Campaña…”
    Libro