Mostrando 16,741 - 16,760 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 0.96s Limitar resultados
  1. 16741
    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…”
    Libro electrónico
  2. 16742
    Publicado 2018
    Tabla 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
  3. 16743
    por Kosev, Gorgi
    Publicado 2013
    Tabla 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…”
    Libro electrónico
  4. 16744
    por McFedries, Paul
    Publicado 2011
    Tabla 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…”
    Libro electrónico
  5. 16745
    por Fletcher, S.
    Publicado 2009
    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…”
    Libro electrónico
  6. 16746
  7. 16747
    Publicado 2017
    Tabla 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
  8. 16748
    Publicado 2020
    Tabla 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. …”
    Libro electrónico
  9. 16749
    Publicado 2014
    Tabla 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. …”
    Libro electrónico
  10. 16750
    Publicado 2017
    Tabla 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
  11. 16751
    Publicado 2017
    Tabla 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
  12. 16752
    por Cantera Montenegro, Jesús
    Publicado 2012
    Texto completo en Odilo
    Otros
  13. 16753
  14. 16754
    por Mechanic, David, 1936-
    Publicado 2006
    “…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? …”
    Libro electrónico
  15. 16755
    Publicado 2005
    Tabla de Contenidos: “…Nobrow : forming an identity in urban culture -- ch. 3. The Bobo dilemma -- ch. 4. …”
    Libro electrónico
  16. 16756
    Publicado 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
  17. 16757
    Publicado 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
  18. 16758
    por Boyer, Henri
    Publicado 2020
    Electrónico
  19. 16759
    por Anamaria Vida, Raluca
    Publicado 2020
    Electrónico
  20. 16760
    por Schlegel, August Wilhelm
    Publicado 2020
    Electrónico