Mostrando 17,281 - 17,300 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 0.97s Limitar resultados
  1. 17281
    Publicado 2017
    Tabla de Contenidos: “…-- 7.1.1 MILITARY APPLICATIONS -- 7.1.2 DUAL-USE APPLICATIONS -- 7.1.3 OCEAN SCIENCES APPLICATIONS -- 7.1.4 COMMERCIAL APPLICATIONS -- 7.2 PHYSICS AND PHENOMENA -- 7.2.1 SOURCE LEVEL TERM -- 7.2.1.1 Example: Integrating Pseudorandom Noise Sequences and Frequency Modulation Sweeps for Signal Gain -- 7.2.2 ARRAY GAIN TERM -- 7.2.2.1 Examples: Mode Filtration Techniques in Shallow Water -- 7.2.2.1.1 Time Resolution of Modes -- 7.2.2.1.2 Amplitude-Shaded Vertical Array Mode Resolution -- 7.2.2.1.3 Vertical Array Steering -- 7.2.2.1.4 Horizontal Array Steering -- 7.2.2.1.5 Focused Array Mode Filtration -- 7.2.3 TRANSMISSION LOSS TERM -- 7.2.3.1 Simple Geometric Spreading Intensity Arguments -- 7.2.3.2 Popular Propagation Theories and Their Application(s) to Shallow Water -- 7.2.3.2.1 Ray Theory -- 7.2.3.2.2 Normal Modes and Shallow Water -- 7.2.3.2.3 Vertical Modes and Horizontal Rays -- 7.2.3.2.3.1 Example: Ducting Between Nonlinear Internal Waves -- 7.2.3.2.4 Parabolic Equation -- 7.2.3.2.5 Wave Number Integration -- 7.2.4 AMBIENT NOISE TERM…”
    Libro electrónico
  2. 17282
    Publicado 2017
    Tabla de Contenidos:
    Libro electrónico
  3. 17283
    Publicado 2018
    Tabla de Contenidos: “…Chapter 2: Build a Breast Cancer Prognosis Pipeline with the Power of Spark and Scala -- Breast cancer classification problem -- Breast cancer dataset at a glance -- Logistic regression algorithm -- Salient characteristics of LR -- Binary logistic regression assumptions -- A fictitious dataset and LR -- LR as opposed to linear regression -- Formulation of a linear regression classification model -- Logit function as a mathematical equation -- LR function -- Getting started -- Setting up prerequisite software -- Implementation objectives -- Implementation objective 1 - getting the breast cancer dataset -- Implementation objective 2 - deriving a dataframe for EDA -- Step 1 - conducting preliminary EDA -- Step 2 - loading data and converting it to an RDD[String] -- Step 3 - splitting the resilient distributed dataset and reorganizing individual rows into an array -- Step 4 - purging the dataset of rows containing question mark characters -- Step 5 - running a count after purging the dataset of rows with questionable characters -- Step 6 - getting rid of header -- Step 7 - creating a two-column DataFrame -- Step 8 - creating the final DataFrame -- Random Forest breast cancer pipeline -- Step 1 - creating an RDD and preprocessing the data -- Step 2 - creating training and test data -- Step 3 - training the Random Forest classifier -- Step 4 - applying the classifier to the test data -- Step 5 - evaluating the classifier -- Step 6 - running the pipeline as an SBT application -- Step 7 - packaging the application -- Step 8 - deploying the pipeline app into Spark local -- LR breast cancer pipeline -- Implementation objectives -- Implementation objectives 1 and 2 -- Implementation objective 3 - Spark ML workflow for the breast cancer classification task -- Implementation objective 4 - coding steps for building the indexer and logit machine learning model…”
    Libro electrónico
  4. 17284
    Publicado 2017
    Tabla de Contenidos: “…Avoiding the use of the SDRS I/O metric and array-based automatic tiering together -- Getting ready -- How to do it... -- Using VMware SIOC and array-based automatic tiering together -- Getting ready -- How to do it... -- How it works... -- Chapter 5: vSphere Cluster Design -- Introduction -- Trade-off factors while designing scale-up and scale-out clusters -- Getting ready -- How to do it... -- How it works... -- Using VM Monitoring -- Getting ready -- How to do it... -- vSphere Fault Tolerance design and its impact -- Getting ready -- How to do it... -- How it works... -- DPM and its impact -- Getting ready -- How to do it... -- How it works... -- Choosing the reserved cluster failover capacity -- Getting ready -- How to do it... -- How it works... -- See also -- Choosing the correct vSphere HA cluster size -- Getting ready -- How to do it... -- Chapter 6: Storage Performance Design -- Introduction -- Designing the host for a highly available and high-performance storage -- Getting ready -- How to do it... -- Designing a highly available and high-performance iSCSI SAN -- Getting ready -- How to do it... -- Jumbo frames -- Pause frames -- TCP-delayed Ack -- How it works... -- Designing a highly available and high-performance FC storage -- Getting ready -- How to do it... -- How it works... -- RAID level data protection -- Performance impact of queuing on the storage array and host -- Getting ready -- How to do it... -- How it works... -- Factors that affect storage performance -- Getting ready -- How to do it... -- Using VAAI or VASA to boost storage performance -- Atomic test and set -- Clone blocks/full copy/XCOPY -- Zero blocks/write same -- Getting ready -- How to do it... -- How it works... -- Selecting the right VM disk type -- Getting ready -- How to do it... -- How it works... -- Monitoring command queuing -- Getting ready -- How to do it... -- How it works...…”
    Libro electrónico
  5. 17285
    Publicado 2018
    Tabla de Contenidos: “…. -- How it works... -- How to flatten an array or map -- Getting ready -- How to do it... -- How it works... -- How to sort collection by multiple fields in Kotlin -- Getting ready -- How to do it... -- How it works... -- How to use limit in Kotlin list -- Getting ready -- How to do it... -- How to create a 2D array in Kotlin -- Getting ready -- How to do it... -- There's more... -- How to skip the first "n" entries in Kotlin -- Getting ready -- How to do it... -- How it works... -- Chapter 7: Handling File Operations in Kotlin -- Introduction -- Reading from files using InputReader -- Getting ready -- How to do it... -- How it works... -- There's more... -- Reading all lines in a file using InputReader -- Getting ready -- How to do it... -- How it works... -- Reading line by line using InputReader -- Getting ready -- How to do it... -- How it works... -- Reading from files using BufferedReader -- Getting ready -- How to do it... -- How it works... -- Reading all lines in a file using BufferedReader -- Getting ready -- How to do it... -- How it works... -- Reading line by line using bufferedReader -- Getting ready -- How to do it... -- How it works... -- There's more... -- Reading string and JSON over network -- Getting ready -- How to do it... -- How it works... -- Chapter 8: Anko Commons and Extension Function -- Introduction -- Setting up Anko with Gradle -- Getting ready -- How to do it... -- Extending Android framework using extension function -- Getting ready…”
    Libro electrónico
  6. 17286
    por Schrenk, Michael
    Publicado 2007
    Tabla de Contenidos: “…Familiarizing Yourself with the Default Values -- Using LIB_http -- Learning More About HTTP Headers -- Examining LIB_http's Source Code -- Final Thoughts -- 4: Parsing Techniques -- Parsing Poorly Written HTML -- Standard Parse Routines -- Using LIB_parse -- Splitting a String at a Delimiter: split_string() -- Parsing Text Between Delimiters: return_between() -- Parsing a Data Set into an Array: parse_array() -- Parsing Attribute Values: get_attribute() -- Removing Unwanted Text: remove() -- Useful PHP Functions -- Detecting Whether a String Is Within Another String -- Replacing a Portion of a String with Another String -- Parsing Unformatted Text -- Measuring the Similarity of Strings -- Final Thoughts -- Don't Trust a Poorly Coded Web Page -- Parse in Small Steps -- Don't Render Parsed Text While Debugging -- Use Regular Expressions Sparingly -- 5: Automating Form Submission -- Reverse Engineering Form Interfaces -- Form Handlers, Data Fields, Methods, and Event Triggers -- Form Handlers -- Data Fields -- Methods -- Event Triggers -- Unpredictable Forms -- JavaScript Can Change a Form Just Before Submission -- Form HTML Is Often Unreadable by Humans -- Cookies Aren't Included in the Form, but Can Affect Operation -- Analyzing a Form -- Final Thoughts -- Don't Blow Your Cover -- Correctly Emulate Browsers -- Avoid Form Errors -- 6: Managing Large Amounts of Data -- Organizing Data -- Naming Conventions -- Storing Data in Structured Files -- Storing Text in a Database -- Storing Images in a Database -- Database or File? …”
    Libro electrónico
  7. 17287
    por Taylor, Allen G.
    Publicado 2024
    Tabla de Contenidos: “…Variables vary -- Special variables hold specific values -- Working with Functions -- Summarizing data with set functions -- COUNT -- AVG -- MAX -- MIN -- SUM -- LISTAGG -- ANY_VALUE -- Dissecting data with value functions -- String value functions -- Numeric value functions -- Datetime value functions -- Polymorphic table functions -- Using Expressions -- Numeric value expressions -- String value expressions -- Datetime value expressions -- Interval value expressions -- Boolean value expressions -- Array value expressions -- Conditional value expressions -- Handling different cases -- The NULLIF special CASE -- Bypassing null values with COALESCE -- Converting data types with a CAST expression -- Casting one SQL data type to another -- Using CAST to overcome data type incompatibilities between SQL and its host language -- Row value expressions -- Chapter 2 SELECT Statements and Modifying Clauses -- Finding Needles in Haystacks withthe SELECT Statement -- Modifying Clauses -- FROM clauses -- WHERE clauses -- Comparison predicates -- BETWEEN -- IN and NOT IN -- LIKE and NOT LIKE -- NULL -- ALL, SOME, and ANY -- EXISTS -- UNIQUE -- DISTINCT -- OVERLAPS -- MATCH -- The MATCH predicate and referential integrity -- Logical connectives -- GROUP BY clauses -- HAVING clauses -- ORDER BY clauses -- Tuning Queries -- SELECT DISTINCT -- Temporary tables -- The ORDER BY clause -- The HAVING clause -- The OR logical connective -- Chapter 3 Querying Multiple Tables with Subqueries -- What Is a Subquery? …”
    Libro electrónico
  8. 17288
    Publicado 2024
    Tabla de Contenidos: “…Using functions as arguments to other functions -- Defining functions using the arrow syntax -- Understanding value closure -- Working with arrays -- Reading and modifying the contents of an array -- Enumerating the contents of an array -- Using the spread operator -- Working with objects -- Understanding literal object types -- Defining optional properties in a type annotation -- Defining classes -- Adding methods to a class -- Access controls and simplified constructors -- Using class inheritance -- Checking object types -- Working with JavaScript modules -- Creating and using modules -- Consolidating module contents -- Summary -- Chapter 4: Understanding Node.js Concurrency -- Preparing for this chapter -- Creating a simple web application -- Understanding (simplified) server code execution -- Understanding multi-threaded execution -- Understanding blocking and non-blocking operations -- Understanding JavaScript code execution -- Understanding Node.js code execution -- Using the Node.js API -- Handling events -- Working with promises -- Wrapping callbacks and unwrapping promises -- Executing custom code -- Yielding control of the main thread -- Using worker threads -- Writing the worker code -- Creating a worker thread -- Packaging worker threads into a callback -- Packaging worker threads into a promise -- Summary -- Chapter 5: Handling HTTP Requests -- Preparing for this chapter -- Listening for HTTP requests -- Understanding the Server configuration object -- Understanding HTTP requests -- Parsing URLs -- Understanding HTTP responses -- Supporting HTTPS requests -- Creating the self-signed certificate -- Handling HTTPS requests -- Detecting HTTPS requests -- Redirecting insecure requests -- Using third-party enhancements -- Using the Express router -- Using the request and response enhancements -- Using Express route parameters -- Summary…”
    Libro electrónico
  9. 17289
  10. 17290
    por Gómez Gutiérrez, Juan Antonio
    Publicado 2010
    Tabla de Contenidos: “…-- 5 LENGUAJE DE PROGRAMACIÓN -- 5.1 CONSTANTES Y VARIABLES -- 5.2 DECLARACIÓN EXPLÍCITA DE VARIABLES -- 5.3 ÁMBITO DE LAS VARIABLES Y LOS PROCEDIMIENTOS -- 5.4 PROCEDIMIENTOS SUB -- 5.4.1 Procedimientos públicos y privados -- 5.4.2 Paso de parámetros (por referencia, valor o ParamArray) -- 5.4.3 Parámetros opcionales -- 5.5 FUNCIONES (FUNCTION) -- 5.6 EXPORTAR E IMPORTAR MÓDULOS -- 5.6.1 Exportar módulo -- 5.6.2 Importar módulo -- 5.7 FUNCIÓN MSGBOX -- 5.7.1 Tipos de botones -- 5.7.2 Estilo del icono -- 5.7.3 Botón predeterminado -- 5.7.4 Modalidad del cuadro y otros -- 5.7.5 Valores de retorno -- 5.8 FUNCIÓN INPUTBOX -- 5.9 FUNCIÓN DEBUG.PRINT -- 5.10 TIPOS DE DATOS -- 5.11 ESTRUCTURAS DE DATOS -- 5.11.1 Arrays…”
    Libro electrónico
  11. 17291
    Publicado 2018
    Tabla de Contenidos: “…-- Towards Open (Shared) Knowledge -- The GEOSS Case -- Big Data Infrastructure Services: The GEOSS Common Infrastructure (GCI) Big Data Strategy -- Content Harmonization and Information/Knowledge Generation: The Brokering Framework -- The Brokering framework -- The DAB -- More (Value) knowledge to reduce Volume -- From Data to Knowledge: the GEOSS Knowledge Base and High-Performance Data Analytics -- The DIKW pattern -- The GEOSS Knowledge Base -- High-Performance Analytics and GEOSS -- Conclusions -- References -- Cyber-Infrastructure for Data-Intensive Geospatial Computing -- Introduction -- Settlement Mapping Tool (SMTOOL) -- Toolbox for Urban Mobility Simulations (TUMS) -- Global Dataset -- Framework -- OD Tables -- Resolution -- Unified Network and Population Database -- Big Data -- Urban Information System (UrbIS) -- Leveraging Big Data to Understand Urban Impact on Environment and Climate -- Conclusions -- References -- Machine Learning Applications for Earth Observation -- Introduction -- What Is Machine Learning? …”
    Libro electrónico
  12. 17292
    Publicado 2023
    Tabla de Contenidos:
    Libro electrónico
  13. 17293
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title -- Copyright -- Dedication -- Contents -- Acknowledgments -- Preface -- Chapter 1: Crossover Basics -- What a Crossover Does -- Why a Crossover Is Necessary -- Beaming and Lobing -- Passive Crossovers -- Active Crossover Applications -- Bi-Amping and Bi-Wiring -- Loudspeaker Cables -- The Advantages and Disadvantages of Active Crossovers -- The Advantages of Active Crossovers -- Some Illusory Advantages of Active Crossovers -- The Disadvantages of Active Crossovers -- The Next Step in Hi-Fi -- Active Crossover Systems -- Matching Crossovers and Loudspeakers -- A Modest Proposal: Popularising Active Crossovers -- Multi-Way Connectors -- Subjectivism -- Chapter 2: How Loudspeakers Work -- Sealed-Box Loudspeakers -- Reflex (Ported) Loudspeakers -- Auxiliary Bass Radiator (ABR) Loudspeakers -- Transmission Line Loudspeakers -- Horn Loudspeakers -- Electrostatic Loudspeakers -- Ribbon Loudspeakers -- Electromagnetic Planar Loudspeakers -- Air-Motion Transformers -- Plasma Arc Loudspeakers -- The Rotary Woofer -- MTM Tweeter-Mid Configurations (d'Appolito) -- Vertical Line Arrays -- Line Array Amplitude Tapering -- Line Array Frequency Tapering -- CBT Line Arrays -- Diffraction -- Sound Absorption in Air -- Modulation Distortion -- Drive Unit Distortion -- Doppler Distortion -- Further Reading on Loudspeaker Design -- Chapter 3: Crossover Requirements -- General Crossover Requirements -- 1 Adequate Flatness of Summed Amplitude/Frequency Response On-Axis -- 2 Sufficiently Steep Roll-Off Slopes Between the Filter Outputs -- 3 Acceptable Polar Response -- 4 Acceptable Phase Response -- 5 Acceptable Group Delay Behaviour -- Further Requirements for Active Crossovers -- 1 Negligible Extra Noise -- 2 Negligible Impairment of System Headroom -- 3 Negligible Extra Distortion -- 4 Negligible Impairment of Frequency Response…”
    Libro electrónico
  14. 17294
    Publicado 2021
    Tabla de Contenidos: “…VICISITUDES DE LA ESCUELA EN CASA EN TIEMPOS DE C -- EXPERIENCIA DE EMOCIONES EN LA EDUCACIÓN DISRUPTIVA PROVOCADA POR EL COVID-19 -- SOY YO O TENGO MÁS HAMBRE: GENERACIÓN Z DE UNIVERSIDAD PÚBLICA Y HÁBITOS SALUDABLES DURANTE RESGUARDO VOLUNTARIO -- IMPACTO DE LA PANDEMIA POR EL COVID-19 EN EL DESARROLLO DE PROYECTOS ACADÉMICOS EN INSTITUCIONES DE EDUCACIÓN SUPERIOR -- ANÁLISIS COMPARATIVO DE LAS PERCEPCIONES DE LOS ESTUDIANTES DE INGENIERÍA SOBRE EL ESTUDIO Y APRENDIZAJE EN TIEMPOS DE COVID -- PERCEPCIÓN DE LA EDUCACIÓN A DISTANCIA DE ESTUDIANTES DE LA LICENCIATURA DE ADMINISTRACIÓN Y GESTIÓN DE LA UNIVERSIDAD POLITÉCNI -- PRÁCTICAS DE INNOVACIÓN EDUCATIVA EN IES ANTE LA CONTINGENCIA SANITARIA DEL 2020: ESTUDIO DE CASO -- DESAFÍOS EMOCIONALES DE LAS DOCENTES UNIVERSITARIAS DURANTE LA PANDEMIA DE COVID-19 -- EXPERIENCIAS EN EDUCACIÓN EN LÍNEA Y A DISTANCIA EN LA CARAO-UASLP DERIVADO DE LA EMERGENCIA SANITARIA POR EL COVID-19 -- ESTUDIO EXPLORATORIO SOBRE EDUCACIÓN REMOTA DURANTE COVID-19 EN UNIVERSIDAD TECNOLÓGICA SANTA CATARINA -- CONECTIVISMO Y TECNOLOGÍA EDUCATIVA: PERSPECTIVA DE GÉNERO SOBRE EL APRENDIZAJE EN JÓVENES UNIVERSITARIOS. -- DISPOSITIVOS, HERRAMIENTAS DIGITALES Y PLATAFORMAS MÁS UTILIZADAS POR UNIVERSITARIOS MEXICANOS, -- COVID-19…”
    Libro electrónico
  15. 17295
    por Rocha Pombo, Ruthe
    Publicado 2019
    Tabla de Contenidos: “…LOS PROBLEMAS EMOCIONALES -- 3. CUANDO ERRAMOS EL BLANCO, COMETEMOS PECADO -- 4. LA VENTAJA DE CONVIVIR CON UNA PERSONA DIFÍCIL -- 5. …”
    Libro electrónico
  16. 17296
    por Avon, Jack. author
    Publicado 2013
    Tabla de Contenidos: “…; ""Functions That Use Arrays""; ""SUMPRODUCT(â€?)""; ""Working with Custom Functions or UDFs""; ""What Are UDFs?""…”
    Libro electrónico
  17. 17297
    por Silva, Alexandra
    Publicado 2021
    Tabla de Contenidos: “…-Regular Properties with Decoupled Search -- AIGEN: Random Generation of Symbolic Transition Systems -- GPU Acceleration of Bounded Model Checking with ParaFROST -- Pono: A Flexible and Extensible SMT-based Model Checker -- Logical Foundations -- Towards a Trustworthy Semantics-Based Language Framework via Proof Generation -- Formal Foundations of Fine-Grained Explainability -- Latticed k-Induction with an Application to Probabilistic Programs -- Stochastic Systems -- Runtime Monitors for Markov Decision Processes -- Model Checking Finite-Horizon Markov Chains with Probabilistic Inference -- Enforcing Almost-Sure Reachability in POMDPs -- Rigorous Floating-Point Roundo Error Analysis of Probabilistic Computations -- Model-free Reinforcement Learning for Branching Markov Decision Processes -- Software Verification -- Cameleer: a Deductive Verification Tool for OCaml -- LLMC: Verifying High-Performance Software -- Formally Validating a Practical Verification Condition Generator -- Automatic Generation and Validation of Instruction Encoders and Decoders -- An SMT Encoding of LLVM's Memory Model for Bounded Translation Validation -- Automatically Tailoring Abstract Interpretation to Custom Usage Scenarios -- Functional Correctness of C implementations of Dijkstra's, Kruskal's, and Prim's Algorithms -- Gillian, Part II: Real-World Verification for JavaScript and C -- Debugging Network Reachability with Blocked Paths -- Lower-Bound Synthesis using Loop Specialization and Max-SMT -- Fast Computation of Strong Control Dependencies -- Di y: Inductive Reasoning of Array Programs using Difference Invariants…”
    Libro electrónico
  18. 17298
    Publicado 2016
    Tabla de Contenidos: “…; The TypeScript language; The TypeScript features; Introduction to TypeScript - what you have to know; Compilation using Gulp; Working with typed variables; Enumerated types; Array; Working with classes and interfaces; Creating a class; Creating class members; Working with inheritance; Using interfaces; Summary…”
    Libro electrónico
  19. 17299
    por Layka, Vishal
    Publicado 2013
    Tabla de Contenidos: “…""Groovy Console""""Assertions""; ""Power Asserts""; ""Strings""; ""GStrings""; ""Single Line Strings""; ""Multiline Strings""; ""Slashy Strings""; ""Multiline Slashy Strings""; ""Dollar Slashy Strings""; ""Regular Expressions""; ""Groovy Regular Expression Operators""; ""Match Operator""; ""Find Operator""; ""Pattern Operator""; ""Common Uses of Regular Expressions""; ""Collective Datatypes""; ""Arrays""; ""Lists""; ""Maps""; ""Ranges""; ""Sets""; ""Control Structure""; ""Groovy Truth""; ""Logical Branching""; ""Looping""; ""Exception Handling""; ""Methods""; ""Closures""…”
    Libro electrónico
  20. 17300
    Publicado 2015
    Tabla de Contenidos: “…; Exploring data structures in F#; Arrays; Lists; List comprehensions; Sequences; Tuples and records; Option types; Sets and maps; Discriminated unions; The active pattern; F# implementation of sorting algorithms; Algorithmic complexity and the Big-O notation; The bubble sort; Quicksort; The merge sort; Summary; Chapter 4: Are We There Yet?…”
    Libro electrónico