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
-
15461por Trueba, Antonio de, 1819-1889Tabla de Contenidos: “…Narraciones populares; Indice; A Don Eduardo Bustillo; El Cura de Paracuellos; - I - ; - II -; - III - ; - IV - ; - V - ; - VI - ; - VII - ; El modo de dar limosna; - I - ; - II - ; La Paliza; - I - ; - II - ; - III - ; - IV - ; - V - ; Las orejas del burro; - I - ; - II - ; - III - ; - IV - ; - V - ; - VI - ; Las dudas de San Pedro; - I -; - II -; - III - ; - IV - ; - V - ; - VI - ; El Tío interés; - I - ; - II - ; - III - ; - IV - ; - V - ; - VI - ; - VII - ; El Cura nuevo; - I - ; - II - ; - III - ; - IV - ; - V - ; - VI - ; La Yesca; - I - ; - II - ; - III - ; - IV - ; - V -…”
Publicado 2003
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
15462Publicado 2023Tabla de Contenidos: “…Preface to "Low Power Memory/Memristor Devices and Systems" vii -- A Novel Inductorless Design Technique for Linear Equalization in Optical Receivers 1 -- Towards Integration of a Dedicated Memory Controller and Its Instruction Set to Improve Performance of Systems Containing Computational SRAM 21 -- Silicon-Compatible Memristive Devices Tailored by Laser and Thermal Treatments 33 -- Design of In-Memory Parallel-Prefix Adders 55 -- A New Physical Design Flow for a Selective State Retention Based Approach 71 -- Energy-Efficient Non-Von Neumann Computing Architecture Supporting Multiple Computing Paradigms for Logic and Binarized Neural Networks 87 -- Minimization of the Line Resistance Impact on Memdiode-Based Simulations of Multilayer Perceptron Arrays Applied to Pattern Recognition 105 -- A Morphable Physically Unclonable Function and True Random Number Generator Using a Commercial Magnetic Memory 123 -- Continuous-Time Programming of Floating-Gate Transistors for Nonvolatile Analog Memory Arrays † 139 -- Logic-in-Memory Computation: Is It Worth It? …”
Libro electrónico -
15463Publicado 2010Tabla de Contenidos: “…Cover -- Contents -- Foreword -- Foreword -- Preface -- Intended Audience -- Organization of the Book -- A Brief History -- Acknowledgments -- 1 "D"iving In -- 1.1 Numbers and Expressions -- 1.2 Statements -- 1.3 Function Basics -- 1.4 Arrays and Associative Arrays -- 1.4.1 Building a Vocabulary -- 1.4.2 Array Slicing. …”
Libro electrónico -
15464por Akepogu, Ananda RaoTabla de Contenidos: “…3.3 Types of Algorithms -- 3.3.1 Brute Force Algorithms -- 3.3.2 Divide and Conquer Algorithms -- 3.3.3 Dynamic Programming Algorithms -- 3.3.4 Greedy Algorithms -- 3.3.5 Branch and Bound Algorithms -- 3.3.6 Recursive Algorithms -- 3.3.7 Back Tracking Algorithms -- 3.3.8 Randomized Algorithms -- 3.3.9 Hill Climbing Algorithms -- 3.4 Performance Analysis -- 3.4.1 Properties of the Best Algorithms -- 3.5 Space Complexity -- 3.5.1 Instruction Space -- 3.5.2 Text Section of a Program -- 3.5.3 Data Space -- 3.5.4 Stack Space -- 3.5.5 Calculating the Instruction Space -- 3.5.6 Calculating the Data Space -- 3.5.7 Size of Data Section -- 3.5.8 Size of Rodata Section -- 3.5.9 Size of bss Section -- 3.6 Apriori Analysis -- 3.7 Asymptotic Notation -- 3.7.1 Big oh Notation (O) -- 3.7.2 Omega Notation (Ω) -- 3.7.3 Theta Notation (θ) -- 3.7.4 Little oh Notation(o) -- 3.8 Time Complexity -- 3.8.1 Time Complexity Analysis of Bubble Sort -- 3.8.2 Time Complexity Analysis of Selection Sort -- 3.9 Worst Case, Average Case and Best Case Complexity -- 3.9.1 Worst Case -- 3.9.2 Average Case -- 3.9.3 Best Case -- Summary -- Exercises -- Chapter 4 Arrays -- 4.1 Introduction -- 4.1.1 Array -- 4.2 Array Types -- 4.2.1 Single-dimensional Array -- 4.2.2 Multi-dimensional Array -- 4.2.3 N-dimensional Array -- 4.3 Array Representation -- 4.4 Initializing Arrays -- 4.5 Accessing Values of an Array -- 4.6 Array Operations -- 4.6.1 Traversing -- 4.6.2 Insertion -- 4.6.3 Deletion -- 4.6.4 Sorting -- 4.6.5 Searching -- 4.7 Arrays as Parameters -- 4.8 Character Sequences -- 4.9 Applications -- Summary -- Exercises -- Chapter 5 Linked List -- 5.1 Introduction -- 5.2 Representation of Linked List in Memory -- 5.2.1 Static Representation -- 5.2.2 Dynamic Representation -- 5.3 Singly Linked List -- 5.3.1 Operations -- 5.4 Circular Linked List -- 5.4.1 Merging of Two Circular Lists…”
Publicado 1900
Libro electrónico -
15465Publicado 1517Biblioteca de la Universidad de Navarra (Otras Fuentes: Biblioteca Central de Capuchinos de España, Biblioteca S.M. e Instituto Teológico «San Xosé» de Vigo)Libro
-
15466por Liberty, JesseTabla de Contenidos: “…Accessing Interface Methods -- Casting to an Interface -- The is Operator -- The as Operator -- The is Operator Versus the as Operator -- Interface Versus Abstract Class -- Overriding Interface Implementations -- Explicit Interface Implementation -- Selectively Exposing Interface Methods -- Member Hiding -- Accessing Sealed Classes and Value Types -- Arrays, Indexers, and Collections -- Arrays -- Declaring Arrays -- Understanding Default Values -- Accessing Array Elements -- The foreach Statement -- Initializing Array Elements -- The params Keyword -- Multidimensional Arrays -- Rectangular arrays -- Jagged arrays -- Array Bounds -- Array Conversions -- Sorting Arrays -- Indexers -- Indexers and Assignment -- Indexing on Other Values -- Collection Interfaces -- The IEnumerable< -- T> -- Interface -- Constraints -- List< -- T> -- -- Implementing IComparable -- Implementing IComparer -- Queues -- Stacks -- Dictionaries -- IDictionary< -- K,V> -- -- Strings and Regular Expressions -- Strings -- Creating Strings -- The ToString() Method -- Manipulating Strings -- Finding Substrings -- Splitting Strings -- Manipulating Dynamic Strings -- Regular Expressions -- Using Regular Expressions: Regex -- Using Regex Match Collections -- Using Regex Groups -- Using CaptureCollection -- Handling Exceptions -- Throwing and Catching Exceptions -- The throw Statement -- The catch Statement -- Taking corrective action -- Unwinding the call stack -- Creating dedicated catch statements -- The finally Statement -- Exception Objects -- Custom Exceptions -- Rethrowing Exceptions -- Delegates and Events -- Delegates -- Using Delegates to Specify Methods at Runtime -- Delegates and Instance Methods -- Static Delegates -- Delegates as Properties -- Multicasting -- Events -- Publishing and Subscribing -- Events and Delegates -- Solving Delegate Problems with Events…”
Publicado 2001
Libro electrónico -
15467por Jimenez, ArmandoTabla de Contenidos: “…Cabarets de antes y de ahora en la ciudad de México; Página Legal; Prólogo; Agradecimiento; Introducción; Índice; Agua Azul; Río Rosa; Ba-Ba-Lú; Bagdad; Cuba Libre; Clave Azul; El Burro; Estambul; La Fuente; Can Can; Las Islas Marías; Marroquí; Ciro's; La Linterna Verde; La Rata Muerta; El Tranvía; Leda; Casino Royal; Olímpico; Mata Hari; Quinto Patio; Sergio's Le Club; Tabaris; Social…”
Publicado 1997
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
15468por Thompson, A. Richard. author, Moran, James M. author, Swenson Jr., George W. authorTabla de Contenidos: “…Preface -- Introduction and Historical Review -- Introductory Theory of Interferometry and Synthesis Imaging -- Analysis of the Interferometer Response -- Geometric Relationships and Polarimetry -- Antennas and Arrays -- Response of the Receiving System -- Design of the Analog Receiving System -- Digital Signal Processing -- Very-Long-Baseline Interferometry -- Calibration and Fourier Transformation of Visibility Data -- Deconvolution, Adaptive Calibration and Applications -- Interferometer Techniques for Astrometry and Geodesy -- Propagation Effects -- Van Cittert-Zernike Theorem, Spatial Coherence and Scattering -- Radio Interference -- Related Techniques -- Principal Symbols -- Index…”
Publicado 2017
Libro electrónico -
15469Publicado 2012Tabla de Contenidos: “…INTRODUÇÃO GERAL 11 -- EU, LÚCIO - MEMÓRIAS DE UM BURRO 17 -- Introdução 19 -- Tradução 23 -- UMA HISTÓRIA VERÍDICA 61 -- Introdução 63 -- Tradução: Livro I 65 -- Livro II 87 -- O MENTIROSO OU O INCRÉDULO 109 -- Introdução 111 -- Tradução 115 -- [OS DOIS] AMORES 139 -- Introdução 141 -- Tradução 143 -- A DANÇA 181 -- Introdução 185 -- Tradução 191 -- HERMOTIMO OU AS ESCOLAS FILOSÓFICAS 223 -- Introdução 225 -- Tradução 231.…”
Libro electrónico -
15470por Bae, Sammie. authorTabla de Contenidos: “…JavaScript Strings -- 5. JavaScript Arrays -- 6. JavaScript Objects -- 7. JavaScript Memory Management -- 8. …”
Publicado 2019
Libro electrónico -
15471Tabla de Contenidos: “…Chapter 1: Functional Programming In Simple Terms -- Chapter 2: Fundamentals of JavaScript functions -- Chapter 3: Higher Order Functions -- Chapter 4: Closures and higher order functions -- Chapter 5: Being Functional On Arrays -- Chapter 6: Currying and Partial Application -- Chapter 7: Composition and pipeline -- Chapter 8: Fun with Functors -- Chapter 9: Monads In Depth -- Chapter 10: Pause, Resume with Generators -- Chapter 11: Building a Small React-like Library -- Chapter 12: Testing and Closing Thoughts…”
Libro electrónico -
15472Publicado 2015Tabla de Contenidos: “…""Tuples as Immutable Lists""""Slicing""; ""Why Slices and Range Exclude the Last Item""; ""Slice Objects""; ""Multidimensional Slicing and Ellipsis""; ""Assigning to Slices""; ""Using + and * with Sequences""; ""Building Lists of Lists""; ""Augmented Assignment with Sequences""; ""A += Assignment Puzzler""; ""list.sort and the sorted Built-In Function""; ""Managing Ordered Sequences with bisect""; ""Searching with bisect""; ""Inserting with bisect.insort""; ""When a List Is Not the Answer""; ""Arrays""; ""Memory Views""; ""NumPy and SciPy""; ""Deques and Other Queues""; ""Chapter Summary""…”
Libro electrónico -
15473Publicado 2015Tabla de Contenidos: “…Introduction to C# Coding and Debugging -- Variables, Constants, Arrays, and Enumerations -- Numeric Operators and routines -- Methods and Scope -- Conditional Structures and Loops -- String Manipulation -- Date and Time Handling -- Encapsulation Through Object-Oriented Programming -- Inheritance -- Generic Types and Collections -- Delegates, Anonymous Functions and Events -- Interfaces -- Database Setup -- The Entity Framework -- LINQ to Entities : Query Syntax -- LINQ to Entities : Method-Based Syntax -- Join Queries with LINQ to Entities -- Traditional database development -- File Input Output -- XML Handling -- JSON Handling…”
Libro electrónico -
15474Publicado 2023Tabla de Contenidos: “…Ch1 Introduction to JavaScript -- Ch2 Variables, Comments, and Logical Statements -- Ch3 Introduction to Objects, Arrays -- Ch4 Loops and Iterables -- Ch5 References, Values, and Memory Management -- Ch6 Functions and Classes -- Ch7 Types -- Ch8 Manipulating and Interacting with HTML -- Ch9 Maps and Sets -- Ch10 Fetching Data, APIs and Promises -- Ch11 Errors and the Console -- Ch12 Maps and Sets -- Ch13 Websockets -- Conclusion -- Appendix…”
Libro electrónico -
15475Numerical Python Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlibpor Johansson, Robert. authorTabla de Contenidos: “…Vectors, Matrices and Multidimensional Arrays -- 3. Symbolic Computing -- 4. Plotting and Visualization -- 5. …”
Publicado 2019
Libro electrónico -
15476Publicado 2015Tabla de Contenidos: “…chapter 1 Content and Structure -- chapter 2 Building a Sound Structure -- chapter 3 Presentation -- chapter 4 More Control over Style -- chapter 5 Understanding CSS Boxes -- chapter 6 Behavior -- chapter 7 Controlling Program Flow -- chapter 8 Introducing Objects -- chapter 9 Understanding Arrays and Strings -- chapter 10 Understanding Functions -- chapter 11 Building Your Own Objects -- chapter 12 Using JavaScript to Control the Browser -- chapter 13 User Interface…”
Libro electrónico -
15477por Wainwright, PeterTabla de Contenidos: “…Introducing Perl -- Basic Concepts -- Scalars: Integers, Floating-Point Numbers, and Strings -- Operators -- Arrays, Hashes, References, and Typeglobs -- Structure, Flow, and Control -- Subroutines -- Scope and Visibility -- Using Modules -- Inside Modules and Packages -- Interpolation and Regular Expressions -- Input and Output with Filehandles -- Files and Directories -- Command Line and Shell Interaction -- Terminal Input and Output -- Warnings and Errors -- Debugging, Testing, and Profiling -- Text Processing, Documentation, and Reports -- Object-Oriented Perl -- Extending and Embedding Perl -- Processes, Signals, and Threads -- Networking -- Unicode, Locale, and Internationalization…”
Publicado 2005
Libro electrónico -
15478por Li, ArthurTabla de Contenidos: “…Front Cover; Contents; Preface; The Author; Acknowledgments; Chapter 1 - Introduction to SAS®; Chapter 2 - Creating Variables Conditionally; Chapter 3 - Understanding How the DATA Step Works; Chapter 4 - BY-Group Processing in the DATA Step; Chapter 5 - Writing Loops in the DATA Step; Chapter 6 - Array Processing; Chapter 7 - Combining Data Sets; Chapter 8 - Data Input and Output; Chapter 9 - Data Step Functions; Chapter 10 - Useful SAS® Procedures; References; Back Cover…”
Publicado 2013
Libro electrónico -
15479Publicado 2021Tabla de Contenidos: “…-- Chapter 2: TEXT functions -- Chapter 3: DATE functions -- Chapter 4: TIME functions -- Chapter 5: Named Ranges and Excel Tables -- Chapter 6: LOOKUP & functions -- Chapter 7: AGGREGATE functions -- Chapter 8: LOGICAL functions -- Chapter 9: Maths functions -- Chapter 10: INFORMATION functions -- Chapter 11: Finance functions -- Chapter 12: Error Handling -- Chapter 13: Megaformulas -- Chapter 14: Array formula. Appendix A: Formula ready reckoner…”
Libro electrónico -
15480por Eranna, G.Tabla de Contenidos: “…Front Cover; Contents; List of Tables; Preface; Abbreviations and Acronyms; Chapter 1: Introduction; Chapter 2: Miniaturized Solid-State Gas Sensors; Chapter 3: Gas-Sensing Materials and Devices; Chapter 4: Metal-Oxide-Based Gas-Sensor Devices; Chapter 5: Advantages of Nanomaterials; Chapter 6: Synthesis and Characterization of Nanometal Oxides; Chapter 8: Active Devices Based on Nanostructures; Chapter 9: Future Devices and Nanostructured Gas-Sensor Arrays; Appendix: Tables; References; Back Cover…”
Publicado 2012
Libro electrónico