Mostrando 15,221 - 15,240 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 1.17s Limitar resultados
  1. 15221
    Publicado 2021
    Libro
  2. 15222
  3. 15223
  4. 15224
  5. 15225
    Publicado 2003
    Tabla de Contenidos: “…Conté: I: 1900-1923 : Josep Torras i Bages : introducció al seu pensament polític / Joan Lluís Pérez Francesch -- Ramon Turró : una introducció al seu pensament / Salvi Turró -- Joan Maragall: poètica i política del desamparament / Antoni Mora -- Ignasi Casanovas i Frederic Clascar. …”
    Libro
  6. 15226
    Publicado 2003
    Tabla de Contenidos: “…Conté: I: 1900-1923 : Josep Torras i Bages : introducció al seu pensament polític / Joan Lluís Pérez Francesch -- Ramon Turró : una introducció al seu pensament / Salvi Turró -- Joan Maragall: poètica i política del desamparament / Antoni Mora -- Ignasi Casanovas i Frederic Clascar. …”
    991005353429706719
  7. 15227
    Publicado 2017
    Tabla de Contenidos: “…Putting variables and methods where they belong ; Using arrays to juggle values ; Using collections and streams (when arrays aren't good enough) ; Looking good when things take unexpected turns ; Sharing names among the parts of a Java program ; Fancy reference types ; Responding to keystrokes and mouse clicks ; Using Java database connectivity -- The part of tens. …”
    Libro electrónico
  8. 15228
  9. 15229
    por Beak, Andrew. author
    Publicado 2017
    Tabla de Contenidos: “…Strings and Patterns.- 4. Arrays.- 5. Object Orientated PHP -- 6. Security.- 7. …”
    Libro electrónico
  10. 15230
    Tabla de Contenidos: “…Health data and health policy -- Medical care accounts and health accounts : structure and data -- Allocating medical expenditures : a treatment-of-disease organizing framework -- Measuring prices and quantities of medical care : improving medical care price indexes -- Defining and measuring population health -- Linking population health to the array of health inputs…”
    Libro electrónico
  11. 15231
    Publicado 2022
    Tabla de Contenidos: “…Table of Contents Implementing Accessibility Disaster Recovery and File-Related Prompts Quick Analysis Toolbar Treasures Conditional Formatting Data Validation and Form Controls What-If Analysis Automating Tasks with the Table Feature Custom Views Excel Quirks and Nuances Lookup and Dynamic Array Functions Names, LET, and LAMBDA Power Query…”
    Libro electrónico
  12. 15232
    por Eckel, Bruce
    Publicado 2006
    Tabla de Contenidos: “…Introduction to objects -- Everything is an object -- Operators -- Controlling execution -- Initialization & cleanup -- Access control -- Reusing classes -- Polymorphism -- Interfaces -- Inner classes -- Holding your objects -- Error handling with exceptions -- Strings -- Type information -- Generics -- Arrays -- Containers in depth -- I/O -- Enumerated types -- Annotations -- Concurrency -- Graphical user interfaces…”
    Libro
  13. 15233
    por Rajkumar, K.
    Publicado 2013
    Tabla de Contenidos: “…Cover -- Brief Contents -- Contents -- Pedagogical Features -- Preface -- Part I - Java Basics -- Chapter 1: Java Data Types,Operators and Console I/O Statements -- 1.1 Introduction -- 1.2 Java, World Wide Web and Sensor Devices -- 1.3 Java Editing Environments -- 1.4 Data types and Variables -- 1.5 Constants in Java -- 1.6 Java Operators -- 1.7 Type Casting and Boxing -- 1.8 Console I/O Statements -- 1.8.1 Command Line -- 1.8.2 Scanner -- 1.8.3 BufferedReader -- 1.8.4 DataInputStream -- 1.8.5 Console -- 1.9 Summary -- Key Terms -- Review Questions -- Exercises -- Chapter 2: Java Conditional and Looping Statements -- 2.1 Introduction -- 2.2 Conditional Statements -- 2.2.1 if Statement -- 2.2.2 Problem: Finding Biggest of Three Integers -- 2.2.3 if-else Statement -- 2.2.4 if-else-if Statement -- 2.2.5 Nested if Statement -- 2.2.6 Problem: Checking Leap Year -- 2.2.7 Multipoint Switch Statement -- 2.2.8 String Cases for Switch -- 2.3 Java Loping Statements -- 2.3.1 while Loop -- 2.3.2 do-while Loop -- 2.3.3 for Loop -- 2.3.4 Problem: Generating Multiplication Table -- 2.3.5 break, continue and assert Statements -- 2.4 Summary -- Key Terms -- Review Questions -- Exercises -- Chapter 3: Arrays in Java -- 3.1 Introduction -- 3.2 Declaring and Initializing Arrays -- 3.3 Accessing Array Elements -- 3.4 Problem: Sequential Search for a Key -- 3.5 Problem: Binary Search for a Key -- 3.6 The For-Each Statement -- 3.7 Problem: Finding Euclidean Distance Between Two Vectors -- 3.8 Problem: Reverse an Array Without Copying -- 3.9 Multidimensional Arrays -- 3.10 Problem: Transpose of a Matrix -- 3.11 Summary -- Key Terms -- Review Questions -- Exercises -- Chapter 4: Methods in Java -- 4.1 Introduction -- 4.2 Defining a Method -- 4.3 Calling a Method -- 4.4 Problem: Nested Method Calls -- 4.5 Problem: Calculate Area of Geometric Objects…”
    Libro electrónico
  14. 15234
    por Kamthane, Ashok N.
    Publicado 2011
    Tabla de Contenidos: “…Cover -- Contents -- Preface -- Acknowledgements -- About the Author -- Roadmap to the Syllabus -- Chapter 1: Introduction to Data Structures -- 1.1 Introduction -- 1.2 Data and Information -- 1.3 Overview of Data Structures -- 1.4 Types of Data Structures -- 1.5 Primitive and Non-primitive Data Structures and Operations -- 1.5.1 Primitive Data Structures -- 1.5.2 Non-primitive Data Structures -- 1.6 Binary and Decimal Integers -- 1.6.1 One's Complement -- 1.6.2 Two's Complement -- 1.6.3 Binary Coded Decimals -- 1.6.4 Integers -- 1.6.5 Real Numbers -- 1.6.6 Character String -- 1.7 Logical Information -- 1.8 Storage of Information -- 1.9 Hardware and Software -- 1.10 Concept of Data Types -- 1.11 Data Types in C -- 1.12 Abstract Data Types -- 1.13 Pointers -- 1.13.1 Computed Address -- 1.13.2 Pointer Addressing -- 1.14 Structures in C -- 1.15 Unions -- 1.16 Algorithms -- 1.16.1 Analysing Algorithm -- 1.16.2 Rate of Growth -- 1.16.3 Space Requirement -- 1.16.4 Time Requirement -- Summary -- Exercises -- Chapter 2: Data Structures: Arrays -- 2.1 Introduction -- 2.1.1 Array Declaration and Initialization -- 2.1.2 Array Terminology -- 2.2 Characterstics of Arrays -- 2.3 One-dimensional Arrays -- 2.4 Operation with Arrays -- 2.4.1 Deletion -- 2.4.2 Insertion -- 2.4.3 Searching -- 2.4.4 Merging -- 2.4.5 Sorting -- 2.5 Two-dimensional Arrays -- 2.5.1 Insert Operation with Two-dimensional Array -- 2.5.2 Delete Operation with Two-dimensional Array -- 2.6 Three-or Multi-dimensional Arrays -- 2.7 Strings -- 2.8 Array of Structures -- 2.9 Drawbacks of Linear Arrays -- 2.10 Sparse Matrices and Dense Matrices -- 2.10.1 Upper Triangular Matrices -- 2.10.2 Lower Triangular Matrices -- 2.11 Row-major Arrays -- 2.12 Column-major Arrays -- 2.13 Pointers and Arrays -- 2.14 Pointers and Two-dimensional Arrays -- 2.15 Array of Pointers -- 2.16 Pointers and Strings…”
    Libro electrónico
  15. 15235
    Publicado 2002
    Tabla de Contenidos: “…Un, dos, tres, suma de éxitos / guión Curro Aguilera Luna ; realización Jose Manuel Falat. -- (10 min). …”
    Libro
  16. 15236
    por Femia, Nicola
    Publicado 2013
    Tabla de Contenidos: “…Distributed Maximum Power Point Tracking of Photovoltaic Arrays; 5. Design of High-Energy-Efficiency Power Converters for PV MPPT Applications…”
    Libro electrónico
  17. 15237
    Publicado 2023
    Tabla de Contenidos: “…Communication; visualization, origins of virtual environments' performance and trade-off vision and the physics of natural images; psycho-physics; visual array; visual cues; simulation; devices; colour; spatial and temporal aliasing; head tracking; effects of lag; accommodation; visuo- motor coordination; cognition; designing VR systems; sociological issues - images and ideology…”
    Libro electrónico
  18. 15238
    por Vasilev, Alex
    Publicado 2024
    Tabla de Contenidos: “….-3: The Control Statements -- 4: Arrays -- 5: Functions -- 6: Useful Tricks and Operations -- 7: Classes and Objects -- 8: Inheritance -- 9: Advanced OOP Mechanisms -- 10: Error Handling.-11: Generators and Iterators -- 12: Using PHP -- 13: Conclusion: What Was and What Will Be…”
    Libro electrónico
  19. 15239
    por Gardel, Carlos, 1890-1935
    Publicado 1966
    Tabla de Contenidos: “…Mi Buenos Aires querido ; Volver ; Soledad ; Los ojos de mi moza ; Lejana tierra mia ; Volvió una noche ; Golondrinas ; El día que me quieras ; Cuesta abajo ; Sus ojos se cerraron ; Por una cabeza ; Arrabal amargo ; Amores de estudiante ; Rubias de New York…”
    Disco musical
  20. 15240
    Publicado 2016
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Getting Started -- Introduction to data structure -- Abstract data type and data structure -- Relationship between problem and algorithm -- Basics of R -- Installation of R -- Basic data types in R -- Operations in R -- Control structures in R -- If condition -- If...else condition -- Ifelse function -- For() loop -- Nested for( ) loop -- While loop -- Special statements in loops -- Break statement -- Next statement -- Repeat loop -- First class functions in R -- Exercises -- Summary -- Chapter 2: Algorithm Analysis -- Getting started with data structure -- Memory management in R -- System runtime in R -- Best, worst, and average cases -- Computer versus algorithm -- Algorithm asymptotic analysis -- Upper bounds or Big O notation -- Lower bounds or Big Omega notation (Ω) -- Big θ notation -- Simplifying rules -- Classifying rules -- Computation evaluation of a program -- Component 1 - Assignment operator -- Component 2 - Simple loop -- Component 3 - Complex loop -- Component 4 - Loops with conditional statements -- Component 5 - Recursive statements -- Analyzing problems -- Space bounds -- Exercises -- Summary -- Chapter 3: Linked Lists -- Data types in R -- Vector and atomic vector -- Element data types -- Factor -- Matrix -- Array -- Dataframes -- List -- Object-oriented programming using R -- Linked list -- Linear linked list -- Doubly linked list -- Circular linked list -- Array-based list -- Analysis of list operations -- Exercises -- Summary -- Chapter 4: Stacks and Queues -- Stacks -- Array-based stacks -- Linked stacks -- Comparison of array-based and linked stacks -- Implementing recursion -- Queues -- Array-based queues -- Linked queues -- Comparison of array-based and linked queues…”
    Libro electrónico