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
-
16741por Daireaux, Godofredo, [1839-1916]Tabla de Contenidos: “…Las opiniones del galloLos burros y el eco; El carnero filósofo; La luciérnaga y las arañas; El cordero negro; El águila y el gorrión; El tutor y la planta; Los patos caseros y los patos silvestres; El chajá y los mensajeros; El águila, el chimango y las urracas; El perro gritón; El cisne y la gallareta; Los cimarrones y el tigre; El bien-te-veo y la comadreja; La fiesta del águila; El novillo; El caballo enriquecido; El perro y las pulgas; El chajá; La perdiz y la gaviota; Las dos plantas; El águila; El caballo y el burro; Las abejas en sus comicios; El pavo real y sus admiradores…”
Publicado 2003
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
16742Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started with JuliaImages -- Technical requirements -- Setting up your Julia -- Installing packages -- Reading images -- Reading a single image from disk -- Reading a single image from a URL -- Reading images in a folder -- Saving images -- Using test images -- Previewing images -- Cropping, scaling, and resizing -- Cropping an image -- Resizing an image -- Scaling an image -- Scaling by percentage -- Scaling to a specific dimension -- Scaling by two-fold -- Rotating images -- Summary -- Questions -- Chapter 2: Image Enhancement -- Technical requirements -- Images as arrays -- Accessing pixels -- Converting images into arrays of numbers -- Converting arrays of numbers into colors -- Changing color saturation -- Converting an image to grayscale -- Creating a custom color filter -- Applying image filters -- Padding images -- Padding with a constant value -- Padding by duplicating content from an image -- Blurring images -- Sharpening images -- Summary -- Questions -- Chapter 3: Image Adjustment -- Technical requirements -- Image binarization -- Fundamental operations -- Image erosion -- Object separation using erosion -- Image preparation for text recognition -- Image dilation -- Merging almost-connected objects -- Highlighting details -- Derived operations -- Image opening -- Image closing -- Top-hat and bottom-hat operation -- Adjusting image contrast -- Summary -- Questions -- Chapter 4: Image Segmentation -- Technical requirements -- Supervised methods -- Seeded region growing -- Identifying a simple object -- Identifying a complex object -- Unsupervised methods -- The graph-based approach -- The fast scanning approach -- Helper functions -- Summary -- Questions -- Further reading -- Chapter 5: Image Representation…”
Libro electrónico -
16743por Kosev, GorgiTabla de Contenidos: “…Creating autocomplete for input -- Creating a custom single-selection list -- Creating a multiple selection list -- Geographic location input using maps -- Chapter 6: Data Validation -- Introduction -- Validating text by length -- Validating numbers by range -- Using the built-in pattern validation -- Advanced use of built-in constraints and custom validations -- Calculating password strength -- Validating US zip codes -- Using asynchronous server-side validation -- Combining client-side and server-side validation -- Chapter 7: Data Serialization -- Introduction -- Deserializing JSON to JavaScript objects -- Serializing objects to JSON string -- Decoding base64 encoded binary data -- Encoding binary data or text into base64 -- Serializing binary data into JSON -- Serializing and deserializing cookies -- Serializing a form into request strings -- Reading XML documents with DOMParser -- Serialization of XML document at the client side -- Chapter 8: Communicating With Servers -- Creating an HTTP GET request to fetch JSON -- Creating a request with custom headers -- Versioning your API -- Fetching JSON data with JSONP -- Reading XML data from server -- Using the FormData interface -- Posting a binary file to the server -- Creating an SSL connection with Node.js -- Making real-time updates with Ajax Push -- Exchanging real-time messages using WebSockets -- Chapter 9: Client-side templates -- Introduction -- Rendering objects using Handlebars -- Rendering objects using EJS -- Rendering objects using Jade -- Rendering arrays using Handlebars -- Rendering arrays using EJS -- Rendering arrays using Jade -- Simplifying templates with helpers in Handlebars -- Reusing templates with partials in Handlebars -- Reusing templates with partials in EJS -- Using filters in Jade -- Using mixins in Jade -- Using layouts and blocks in Jade…”
Publicado 2013
Libro electrónico -
16744por McFedries, PaulTabla de Contenidos: “…Cover -- Contents -- Introduction -- What's in the Book -- This Book's Special Features -- I: MASTERING EXCEL RANGES AND FORMULAS -- 1 Getting the Most Out of Ranges -- Advanced Range-Selection Techniques -- Data Entry in a Range -- Filling a Range -- Using the Fill Handle -- Creating a Series -- Advanced Range Copying -- Copying Selected Cell Attributes -- Clearing a Range -- Applying Conditional Formatting to a Range -- 2 Using Range Names -- Defining a Range Name -- Working with Range Names -- 3 Building Basic Formulas -- Understanding Formula Basics -- Understanding Operator Precedence -- Controlling Worksheet Calculation -- Copying and Moving Formulas -- Displaying Worksheet Formulas -- Converting a Formula to a Value -- Working with Range Names in Formulas -- Working with Links in Formulas -- Formatting Numbers, Dates, and Times -- 4 Creating Advanced Formulas -- Working with Arrays -- Understanding Array Formulas -- Using Array Constants -- Using Iteration and Circular References -- Consolidating Multisheet Data -- Applying Data-Validation Rules to Cells -- Using Dialog Box Controls on a Worksheet -- 5 Troubleshooting Formulas -- Understanding Excel's Error Values -- Fixing Other Formula Errors -- Handling Formula Errors with IFERROR( ) -- Using the Formula Error Checker -- Auditing a Worksheet -- II: HARNESSING THE POWER OF FUNCTIONS -- 6 Understanding Functions -- About Excel's Functions -- The Structure of a Function -- Typing a Function into a Formula -- Using the Insert Function Feature -- Loading the Analysis ToolPak -- 7 Working with Text Functions -- Excel's Text Functions -- Working with Characters and Codes -- Converting Text -- Formatting Text -- Manipulating Text -- Removing Unwanted Characters from a String -- Extracting a Substring -- Searching for Substrings -- Case Study: Generating Account Numbers…”
Publicado 2011
Libro electrónico -
16745por Fletcher, S.Tabla de Contenidos: “…3 Extending Python from C++3.1 Boost.Date Time types; 3.1.1 Examples; 3.2 Boost.MultiArray and special functions; 3.3 NumPy arrays; 3.3.1 Accessing array data in C++; 3.3.2 Examples; 4 Basic Mathematical Tools; 4.1 Random number generation; 4.2 N(.); 4.3 Interpolation; 4.3.1 Linear interpolation; 4.3.2 Loglinear interpolation; 4.3.3 Linear on zero interpolation; 4.3.4 Cubic spline interpolation; 4.4 Root finding; 4.4.1 Bisection method; 4.4.2 Newton-Raphson method; 4.5 Linear algebra; 4.5.1 Matrix multiplication; 4.5.2 Matrix inversion; 4.5.3 Matrix pseudo-inverse…”
Publicado 2009
Libro electrónico -
16746por García Bourrellier, Rocío, author
Publicado 2006Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
16747Publicado 2017Tabla de Contenidos: “…-- Testing - pure versus impure -- Testing pure functions -- Testing purified functions -- Testing impure functions -- Questions -- Summary -- Chapter 5: Programming Declaratively - A Better Style -- Transformations -- Reducing an array to a value -- Summing an array -- Calculating an average -- Calculating several values at once -- Folding left and right -- Applying an operation - map -- Extracting data from objects -- Parsing numbers tacitly -- Working with ranges -- Emulating map() with reduce() -- More general looping -- Logical higher-order functions -- Filtering an array -- A reduce() example -- Emulating filter() with reduce() -- Searching an array -- A special search case -- Emulating find() and findIndex() with reduce() -- Higher level predicates - some, every -- Checking negatives - none -- Questions -- Summary -- Chapter 6: Producing Functions - Higher-Order Functions -- Wrapping functions -- Logging -- Logging in a functional way -- Taking exceptions into account -- Working in a more pure way -- Timing -- Memoizing -- Simple memoization -- More complex memoization -- Memoization testing -- Altering functions -- Doing things once, revisited -- Logically negating a function -- Inverting results -- Arity changing -- Other higher-order functions -- Turning operations into functions -- Implementing operations -- A handier implementation -- Turning functions into promises…”
Libro electrónico -
16748Publicado 2020Tabla de Contenidos: “…Alexis Moya, Dra.. Sandra Urra [y] Dra. Karina Viillarroel -- Experiencia de personas en situación de discapacidad de origen laboral en torno a sus proceso de inclusón laboral / Mg. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
16749Publicado 2014Tabla de Contenidos: “…Formación profesional y proyectos de vida de los estudiantes en la educación superior cubana / Yaneysis Humaran Barreiro, Laura Domínguez García ; Proyectos futuros en jóvenes cubanos / Laura Domínguez García ; Proyectos profesionales y valores asociados al desempeño profesional en estudiantes de la Universidad de La Habana / Laura Domínguez García, Ricardo Giniebra Urra, Meilyn Rodríguez Ramos -- La formación en valores en la edad juvenil. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
16750Publicado 2017Tabla de Contenidos: “…Chapter 6: Advanced Query Writing -- Common table expressions -- Reusing SQL code with CTE -- Recursive and hierarchical queries -- Changing data in multiple tables at a time -- Window functions -- Window definition -- The WINDOW clause -- Using window functions -- Window functions with grouping and aggregation -- Advanced SQL techniques -- Selecting the first records -- Selecting a data sample -- Set returning functions -- Lateral subqueries -- Advanced grouping -- Advanced aggregation -- Summary -- Chapter 7: Server-Side Programming with PL/pgSQL -- SQL language and PL/pgSQL - a comparison -- PostgreSQL function parameters -- Function authorization-related parameters -- Function planner-related parameters -- Function configuration-related parameters -- The PostgreSQL PL/pgSQL control statements -- Declaration statements -- Assignment statements -- Conditional statements -- Iteration -- Loop statement -- While loop statement -- For loop statement -- Returning from the function -- Returning void -- Returning a single row -- Returning multiple rows -- Function predefined variables -- Exception handling -- Dynamic SQL -- Executing DDL statements in dynamic SQL -- Executing DML statements in dynamic SQL -- Dynamic SQL and the caching effect -- Recommended practices for dynamic SQL usage -- Summary -- Chapter 8: OLAP and Data Warehousing -- Online analytical processing -- Extract, transform, and load -- Data modeling for OLAP -- Aggregation -- Partitioning -- Parallel query -- Index-only scans -- Summary -- Chapter 9: Beyond Conventional Data Types -- Arrays -- Common functions of arrays and their operators -- Modifying and accessing arrays -- Indexing arrays -- The hash store data structure -- Indexing an hstore -- The JSON data structure -- JSON and XML -- JSON data types for PostgreSQL -- Modifying and accessing JSON types -- Indexing a JSON data type…”
Libro electrónico -
16751Publicado 2017Tabla de Contenidos: “…-- Method argument syntax -- Method argument code examples -- Named arguments -- Default argument values -- Using splat and optional arguments in Ruby methods -- Traditional splat arguments -- Keyword-based splat arguments -- Optional arguments -- Summary -- Chapter 6: Ruby Iterators and Loops -- The while loop guide -- The while loop code example -- The each iterator method tutorial -- The each loop code example -- The for...in loops tutorial -- Looping over a hash -- Nested iterator code example -- Using the select method -- Using the map method - part 1 -- The map method code example -- Using the map method - part 2 -- Summing values in an array using the inject method -- Summary -- Chapter 7: Ruby Collections -- Using arrays -- Deleting items from arrays -- Using push and pop for arrays -- The Ruby hash tutorial -- The hash code example -- Deleting elements from a hash -- Iterating over a hash for a key or value -- Top hash methods in Ruby -- Adding elements to a hash -- Swapping keys and values -- Merging hashes -- Converting a hash into an array -- Listing all keys -- Listing all values -- Summary -- Chapter 8: Ruby Conditionals -- The conditionals guide -- Real-world use of conditionals -- Code example of conditionals -- Syntax for the unless conditional -- Running Ruby files -- The unless conditional code example -- Nested if...else conditionals -- The if...elsif conditional code example -- The conditional workflow -- Guide to compound conditionals -- Compound conditionals code example -- Compounded compound conditionals -- Additional conditional operators -- Summary -- Chapter 9: Object-Oriented Programming in Ruby -- Introduction to how OOP works -- A real-world OOP example -- Ruby OOP development - setters, getters, and methods -- Working with instantiation in Ruby…”
Libro electrónico -
16752
-
16753
-
16754por Mechanic, David, 1936-“…Why can't America, with its vast array of resources, sophisticated technologies, superior medical research and educational institutions, and talented health care professionals, produce higher quality care and better outcomes? …”
Publicado 2006
Libro electrónico -
16755Publicado 2005Tabla de Contenidos: “…Nobrow : forming an identity in urban culture -- ch. 3. The Bobo dilemma -- ch. 4. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
16756Publicado 2015“…It argues that contrary to the dominant wisdom, capitalism's origins should not be understood as a development confined to the geographically and culturally sealed borders of Europe, but the outcome of a wider array of global processes in which non-European societies played a decisive role. …”
Libro electrónico -
16757Publicado 2015“…Alongside close readings of Merleau-Ponty and Levinas, he digs into an array of ancient, modern, and contemporary texts in search of the resources needed to rebuild the concept of sensation after phenomenology. …”
Libro electrónico -
16758
-
16759
-
16760August Wilhem Schlegel. Comparaison entre la Phèdre de Racine et celle d’Euripide (et autres textes)por Schlegel, August Wilhelm
Publicado 2020Electrónico