Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 667
- Desarrollo rural 527
- History 452
- Sociología rural 289
- Educación 281
- Història 281
- Agricultura 272
- Development 264
- Urban, Rural and Regional Development 261
- Vida rural 231
- Engineering & Applied Sciences 205
- Metodología 205
- Condicions rurals 202
- Didáctica 197
- Application software 182
- Computer programming 176
- Rural development 171
- City planning 167
- Urban Studies 160
- Urbanismo 156
- Computer Science 154
- Desarrollo urbano 153
- Sociology 151
- Ensenyament 148
- Sociology, Urban 144
- Java (Computer program language) 143
- JavaScript (Computer program language) 139
- Mundo urbano 131
- Condiciones rurales 130
- Agriculture 128
-
16421por Fernández, Samuel“…Los docetas e Ignacio de Antioquía, Marción, los gnósticos e Ireneo de Lyon, Celso y Orígenes, Noeto e Hipólito, Arrio, Atanasio e Hilario, Apolinar y Gregorio Nacianceno, Nestorio y Cirilo son algunos de los contendientes en esta apasionante historia de los inicios donde la identidad de Jesús se convierte en algo más que una mera discusión, al implicar la vida misma de quienes desean esclarecerla. …”
Publicado 2022
Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Biblioteca Central de Capuchinos de España, Biblioteca Universitat Ramon Llull, Biblioteca del Instituto Superior de Teología de las Islas Canarias, Biblioteca de Pastoral Madrid, Biblioteca de la Universidad de Navarra, Universidad Loyola - Universidad Loyola Granada, Biblioteca del Seminario Diocesano de Jaén, Biblioteca Universidad de Deusto, Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca del Instituto Diocesano de Teología y Pastoral de Bilbao)Libro -
16422Publicado 2009Tabla de Contenidos: “…(3) Hierarchical Inheritance -- (4) Multilevel Inheritance -- (5) Hybrid Inheritance -- (6) Multipath Inheritance -- 9.5 Single Inheritance -- 9.6 Multilevel Inheritance -- 9.7 Multiple Inheritance -- 9.8 Hierarchical Inheritance -- 9.9 Hybrid Inheritance -- 9.10 Multipath Inheritance -- 9.11 Virtual Base Classes -- 9.12 Constructors, Destructors and Inheritance -- (1) Base and Derived Classes with Constructor -- (2) Base Class with Various Constructors and Derived Class with One Constructor -- (3) Base and Derived Classes without Default Constructor -- (4) Constructors and Multiple Inheritance -- (5) Constructors in Multiple Inheritances with Explicit Call -- (6) Multiple Inheritance and Virtual Class -- (7) Execution of Constructors in Multilevel Inheritance -- 9.13 Object as a Class Member -- 9.14 Abstract Classes -- 9.15 Qualifier Classes and Inheritance -- 9.16 Common Constructor -- 9.17 Pointers and Inheritance -- 9.18 Overloading Member Function -- 9.19 Advantages of Inheritance -- 9.20 Disadvantages of Inheritance -- Summary -- Exercises -- Chapter 10: Pointers and Arrays -- 10.1 Introduction -- (1) Features of Pointers -- 10.2 Pointer Declaration -- 10.3 Void Pointers -- 10.4 Wild Pointers -- 10.5 Pointer to Class -- 10.6 Pointer to Object -- 10.7 The this Pointer -- 10.8 Pointer to Derived Classes and Base Classes -- 10.9 Pointer to Members -- 10.10 Accessing Private Members with Pointers -- 10.11 Direct Access to Private Members -- 10.12 Address of Object and Void Pointers -- 10.13 Arrays -- (1) Array Declaration and Initialization -- 10.14 Characteristics of Arrays -- 10.15 Initialization of Arrays Using Functions -- 10.16 Arrays of Classes -- Summary -- Exercises -- Chapter 11: C++ and Memory -- 11.1 Introduction -- 11.2 Memory Models -- (1) Tiny -- (2) Small -- (3) Medium -- (4) Compact -- (5) Large -- (6) Huge…”
Libro electrónico -
16423por Pérez Rodríguez, María DoloresTabla de Contenidos: “…PHP -- DEFINICIÓN -- VARIABLES -- ARRAYS -- BUCLES -- CONDICIONES -- CREACIÓN DE FUNCIONES -- FUNCIONES BÁSICAS -- INTEGRACIÓN CON HTML -- USO COMPARTIDO CON JAVASCRIPT -- LO QUE HEMOS APRENDIDO -- TEST -- ACTIVIDADES -- TEMA 8. …”
Publicado 2013
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
16424por Martínez López, ManuelTabla de Contenidos: “…ARRABALES DENTRO DE LAS MURALLAS: EL CARMEN, SAN ROQUE, SANTA CRUZ; EXTRAMUROS: LOS VIEJOS ARRABALES; SAN ANTÓN: EL ANTIGUO ARRABAL, EL DERRIBO Y LA RECONSTRUCCIÓN DEL NUEVO BARRIO; EL ARRABAL DE SAN FRANCISCO; SIGLO XIX: LA CIUDAD DE DISEÑO, EL BARRIO NUEVO Y LA CIUDAD ABIERTA, EL ENSANCHE; EL BARRIO NUEVO…”
Publicado 2013
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca Universitat Ramon Llull)Enlace del recurso
Libro electrónico -
16425Publicado 2021Tabla de Contenidos: “…ESTRUCTURAS DE DATOS FUNDAMENTALES -- PILAS -- COLAS -- LISTAS -- COLAS DOBLES -- CONJUNTOS -- TABLAS -- MULTICONJUNTOS -- ARRAYS -- ÁRBOLES BINARIOS…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
16426Publicado 2015Tabla de Contenidos: “…Rodrigo López, Sonia Byrne -- Experiencias de promoción de la parentalidad positiva -- Crecer felices en familia: un programa de apoyo parental para el desarrollo infantil / Miriam Álvarez Lorenzo, Sonia Padilla Curra, Sonia Byrne, María Luisa Máiquez Chaves, María J. …”
Libro -
16427Publicado 2011Tabla de Contenidos: “…The switch StatementFunctions; Understanding Arguments; No Overloading; Summary; Chapter 4: Variables, Scope, and Memory; Primitive and Reference Values; Dynamic Properties; Copying Values; Argument Passing; Determining Type; Execution Context and Scope; Scope Chain Augmentation; No Block-Level Scopes; Garbage Collection; Mark-and-Sweep; Reference Counting; Performance; Managing Memory; Summary; Chapter 5: Reference Types; The Object Type; The Array Type; Detecting Arrays; Conversion Methods; Stack Methods; Queue Methods; Reordering Methods; Manipulation Methods; Location Methods…”
Libro electrónico -
16428por Friesen, JeffTabla de Contenidos: “…""Language-Support and Other Language-Oriented APIs""""Collections-Oriented APIs""; ""Additional Utility APIs""; ""Classic I/O APIs""; ""Networking APIs""; ""New I/O APIs""; ""Database APIs""; ""Summary""; ""Chapter 2 Learning Language Fundamentals""; ""Learning Comments""; ""Single-Line Comments""; ""Multiline Comments""; ""Javadoc Comments""; ""Learning Identifiers""; ""Learning Types""; ""Primitive Types""; ""User-Defined Types""; ""Array Types""; ""Learning Variables""; ""Learning Expressions""; ""Simple Expressions""; ""Compound Expressions""; ""Additive Operators""…”
Publicado 2013
Libro electrónico -
16429por Lischner, Ray, 1961-Tabla de Contenidos: “…Language LinkageType Declarations; Fundamental Types; Enumerated Types; POD Types; typedef Declarations; Elaborated Type Specifier; Object Declarations; Specifiers; Storage class specifiers; const and volatile qualifiers; Type specifiers; Using specifiers; Declarators; Arrays; Pointers; Function pointers; Member pointers; References; Initializers; Function-like initializers; Assignment-like initializers; Initializing arrays; Initializing scalars; Object Lifetime; Namespaces; Namespace Definitions; Namespace Aliases; using Declarations; using Directives; How to Use Namespaces; Expressions…”
Publicado 2003
Libro electrónico -
16430por Kingston, Robert Hildreth, 1928-Tabla de Contenidos: “…Systems II: Imaging; 8.1 Photoemissive Image Tubes; 8.2 Photoconductive Image Tubes; 8.3 Detector Arrays; 8.4 Charge-Coupled Device (CCD) Arrays…”
Publicado 1995
Libro electrónico -
16431por Mukherjee, Sudipta. authorTabla de Contenidos: “…Math and Statistics: Finding the Percentile for Each Element in an Array of Numbers; Problem; Solution; How It Works; 2-5. …”
Publicado 2014
Libro electrónico -
16432por Morente, EnriqueTabla de Contenidos: “…Contiene: "Canciones de Chacón y su época.Era una ""madruga"" (Seguiriya de Curro Dulce) -- A mí que me importa (Mirabrás) --No lo pasen por mi puerta (Tientos) -- Yo he visto a un niño llorar (Peteneras de Chacón) -- La lengua que de mí murmura (Seguiriya) -- Eso no lo manda la ley (La Caña) -- Cómo reluce (Caracoles) -- Siempre por los rincones (Seguiriya de Manuel Molina) -- No te rebeles serrana (Tonás del repertorio de Chacón) -- Solamente con mirarte (Soleares) -- En un hospital la ví (Malagueña grande de Chacón)-- Rosa si no te cogí (Granaínas de Chacón) -- De aquella campana triste (Malagueña de Chacón) -- Los pícaros tartaneros (Cartagenera clásica) -- A que tanto me consientes (Malagueña de la Trini) -- La que vive en la carrera (Media Granaína de Chacón) -- Del convento las campanas (Malagueña de Chacón) -- Soy del reino de Almería (Mineras)-- No me habías de conocer (Malagueña de la Trini)/ Los aires son desabrios (Cartagenera de Chacón). -- Era una "madruga"(Seguiriya de Curro Dulce) -- A mí que me importa(Mirabrás)-- No lo pasen por mi puerta(Tientos) -- Yo he visto a un niño llorar(Peteneras de Chacón) -- La lengua que de mí murmura(Seguiriya) -- Eso no lo manda la ley(La Caña) -- Cómo reluce(Caracoles) -- Siempre por los rincones(Seguiriya de Manuel Molina) -- No te rebeles serrana(Tonás del repertorio de Chacón) -- Solamente con mirarte(Soleares) -- En un hospital la ví(Malagueña grande de Chacón) -- Rosa si no te cogí(Granaínas de Chacón) -- De aquella campana triste(Malagueña de Chacón) -- Los pícaros tartaneros(Cartagenera clásica) -- A que tanto me consientes(Malagueña de la Trini) -- La que vive en la carrera(Media Granaína de Chacón) -- Del convento las campanas(Malagueña de Chacón) -- Soy del reino de Almería(Mineras) -- No me habías de conocer(Malagueña de la Trini) -- Los aires son desabrios(Cartagenera de Chacón)…”
Publicado 1976
Grabación musical -
16433Publicado 2022Tabla de Contenidos: “…Dynamic Arrays -- Dynamic Arrays with Tables -- Dynamic Array Formula Example -- Welcome the # Operator -- The #SPILL! …”
Libro electrónico -
16434Publicado 2022Tabla 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 -
16435por Leonard, AnghelTabla de Contenidos: “…Summing two arrays via the Vector API -- 110. Summing two arrays unrolled via the Vector API -- 111. …”
Publicado 2024
Libro electrónico -
16436por Weigend, MichaelTabla de Contenidos: “…-- 6.2 Trainingscamp: NumPy -- 6.2.1 Vorbereitung -- 6.2.2 Station 1: Arrays erzeugen -- 6.2.3 Station 2: Operationen mit Arrays und Skalaren -- 6.2.4 Station 3: Operationen mit zwei Arrays -- 6.2.5 Station 4: Die Form eines Arrays verändern -- 6.2.6 Station 5: Matrizenmultiplikation mit dot() -- 6.2.7 Station 6: Zufallsarrays -- 6.2.8 Station 7: Elemente eines Arrays verarbeiten -- 6.2.9 Station 8: Auf Elemente eines Arrays zugreifen -- 6.3 Mit Arrays die Programmierung vereinfachen -- 6.3.1 Programmteil 1: Vorbereitung -- 6.3.2 Programmteil 2: Die Funktion vorhersagen(i) -- 6.3.3 Programmteil 3: Definition der Funktion trainieren() -- 6.3.4 Programmteil 4: Training -- 6.4 Projekt: Ziffern erkennen -- 6.4.1 Trainings- und Testdaten -- 6.4.2 Eine Ziffer auf dem Bildschirm darstellen -- 6.4.3 Aufbau des neuronalen Netzes -- 6.4.4 Programmierung des neuronalen Netzes -- 6.5 Rückblick -- Kapitel 7: Eigene Projekte zur Bilderkennung -- 7.1 Fotolabor: Bilder verarbeiten mit der Python Imaging Library (PIL) -- 7.1.1 Vorbereitung…”
Publicado 2023
Libro electrónico -
16437Publicado 2013Tabla de Contenidos: “…Sachdeva -- Israel's space strategy / Deganit Paikowsky, Ram Levi, and Isaac ben Israel -- Planning and strategic orientations of the Brazilian space program / Otavio Durão…”
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Enlace del recurso
Libro electrónico -
16438Publicado 2012Tabla de Contenidos: “…: surveillance technologies in theatrical performance / The work of art in the age of its intermedial reproduction : Rimini Protokoll's Mnemopark / Rimini Protokoll's theatricalization of reality / Digital landscapes : the meta-picturesque qualities of Kurt d'Haeseleer's audiovisual sceneries / The productivity of the prototype : on Julien Maire's 'cinema of contraptions' / The theatre of recorded sound and film : vacating performance in Michael Curran's Look what they done to my song / Doubled bodies and live loops : on Ragnar Kjartansson's mediatized performances / Between solitaire and a basketball game : dramaturgical strategies in the work of Antonia Baehr…”
Libro electrónico -
16439por Kromann, Frank M. authorTabla de Contenidos: “…PHP Basics -- 4. Functions -- 5. Arrays -- 6. Object-Oriented PHP -- 7. Advanced OOP Features -- 8. …”
Publicado 2018
Libro electrónico -
16440por Michael, AlexTabla de Contenidos: “…Variables, ''If'', ''For'' and ''While'' Loops; Chapter 5. Functions and Arrays; Section 3: Object Fundamentals; Chapter 6. …”
Publicado 2004
Libro electrónico