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
-
17941Publicado 2021Tabla de Contenidos: “…Summary -- Pop quiz - variables and methods -- Chapter 4: Control Flow and Collection Types -- Selection statements -- The if-else statement -- Using the NOT operator -- Nesting statements -- Evaluating multiple conditions -- The switch statement -- Pattern matching -- Fall-through cases -- Pop quiz 1 - if, and, or but -- Collections at a glance -- Arrays -- Indexing and subscripts -- Range exceptions -- Lists -- Accessing and modifying lists -- Dictionaries -- Working with dictionary pairs -- Pop quiz 2 - all about collections -- Iteration statements -- for loops -- foreach loops -- Looping through key-value pairs -- while loops -- To infinity and beyond -- Summary -- Chapter 5: Working with Classes, Structs, and OOP -- Introducing OOP -- Defining classes -- Instantiating class objects -- Adding class fields -- Using constructors -- Declaring class methods -- Declaring structs -- Understanding reference and value types -- Reference types -- Value types -- Integrating the object-oriented mindset -- Encapsulation -- Inheritance -- Base constructors -- Composition -- Polymorphism -- Applying OOP in Unity -- Objects are a class act -- Accessing components -- Accessing components in code -- Drag and drop -- Summary -- Pop quiz - all things OOP -- Chapter 6: Getting Your Hands Dirty with Unity -- A game design primer -- Game design documents -- The Hero Born one-page -- Building a level -- Creating primitives -- Thinking in 3D -- Materials -- White-boxing -- Editor tools -- Hero's trial - putting up drywall -- Keeping the hierarchy clean -- Working with Prefabs -- Lighting basics -- Creating lights -- Light component properties -- Animating in Unity -- Creating animations in code -- Creating animations in the Unity Animation window -- Recording keyframes -- Curves and tangents -- Summary -- Pop quiz - basic Unity features…”
Libro electrónico -
17942Publicado 2023Tabla de Contenidos: “…Chapter 23 Application Architecture and Delivery: Objective 3.4: Explain methods of application architecture and delivery models -- Application Delivery -- Application Architecture -- Chapter 24 Web Browsers: Objective 3.5: Given a scenario, configure and use web browsers -- How the Web Works -- Configuring Web Browsers -- Proxy Servers -- Digital Certificates -- Chapter 25 Application Concepts and Uses: Objective 3.6: Compare and contrast general application concepts and uses -- Software Compatibility -- Software Installation Best Practices -- Software Licensing -- Part IV Domain 4.0: Software Development Concepts -- Chapter 26 Programming Languages: Objective 4.1: Compare and contrast programming language categories -- Programming Language Categories -- Specialized Languages -- Identifying Languages -- Chapter 27 Programming Organizational Techniques: Objective 4.2: Given a scenario, use programming organizational techniques and interpret logic -- Pseudocode -- Flowcharts -- Chapter 28 Logic Components: Objective 4.2: Given a scenario, use programming organizational techniques and interpret logic -- Branching -- Looping -- Chapter 29 Programming Concepts: Objective 4.3: Explain the purpose and use of programming concepts -- Variables and Arrays -- Data Types -- Functions -- Objects -- Part V Domain 5.0: Database Fundamentals -- Chapter 30 Database Concepts: Objective 5.1: Explain database concepts and the purpose of a database -- Databases -- Using a Database -- Chapter 31 Database Structures: Objective 5.2: Compare and contrast various database structures -- Structuring Data -- Relational Databases -- Nonrelational Databases -- Chapter 32 Database Interfaces: Objective 5.3: Summarize methods used to interface with databases -- Structured Query Language (SQL) -- Database Access Methods -- Part VI Domain 6.0: Security…”
Libro electrónico -
17943Publicado 2023Tabla de Contenidos: “…3.7 Given a scenario, install and replace the printer consumables -- Chapter 4: Virtualization and Cloud Computing -- Introduction -- Practice Exam Questions -- 4.1 Summarize cloud computing concepts -- 4.2 Summarize aspects of client-side virtualization -- Chapter 5: Hardware and Network Troubleshooting -- Introduction -- Practice Exam Questions -- 5.1 Given a scenario, apply the best-practice methodology to resolve the problem -- 5.2 Given a scenario, troubleshoot problems related to motherboards, RAM, CPU, and power -- 5.3 Given a scenario, troubleshoot and diagnose problems with storage drives and RAID arrays -- 5.4 Given a scenario, troubleshoot video, projector, and display issues -- 5.5 Given a scenario, troubleshoot common issues with mobile devices -- 5.6 Given a scenario, troubleshoot and resolve printer issues -- 5.7 Given a scenario, troubleshoot problems with wired and wireless networks -- Chapter 6: Mock Exam: Core 1 (220-1101) -- Chapter 7: Operating Systems -- Introduction -- Practice Exam Questions -- 7.1 Identify basic features of Microsoft Windows editions -- 7.2 Given a scenario, use the appropriate Microsoft command-line tool -- 7.3 Given a scenario, use features and tools of the Microsoft Windows 10 operating system (OS) -- 7.4 Given a scenario, use the appropriate Microsoft Windows 10 Control Panel utility -- 7.5 Given a scenario, use the appropriate Windows settings -- 7.6 Given a scenario, configure Microsoft Windows networking features on a client/desktop -- 7.7 Given a scenario, apply application installation and configuration concepts -- 7.8 Explain common OS types and their purposes -- 7.9 Given a scenario, perform OS installations and upgrades in a diverse OS environment -- 7.10 Identify common features and tools of the macOS/desktop OS -- 7.11 Identify common features and tools of the Linux client/desktop OS…”
Libro electrónico -
17944Publicado 2017Tabla de Contenidos: “…-- Real-time web application with Socket.io -- Networking and file IO -- Microservices -- Internet of things (IoT) -- A simple server with Node.js -- When to use Node.js -- The NoSQL movement -- A short introduction to MongoDB -- JSON-friendly database -- Schema-less design -- Various performance facets -- Node.js and MongoDB in the wild -- What to expect from this book -- Summary -- Chapter 2: Getting Up and Running -- Installing Node.js -- Mac OS X -- Windows -- Linux -- Testing that Node.js is installed properly -- Online documentation -- Installing MongoDB -- Mac OS X installation instructions -- Windows 7/Windows 8 installation instructions -- Linux installation instructions -- Confirming successful MongoDB installation -- Bookmarking the online documentation -- Writing your first app -- Creating the sample application -- Getting the dependent modules in place -- Adding the application code -- Understanding the code -- Launching the sample app -- Checking the actual database -- Summary -- Chapter 3: Node and MongoDB Basics -- A JavaScript primer -- Introducing es6 -- Syntax basics -- Understanding the scope of variables -- Data types -- Operators and flows -- Understanding objects -- Understanding arrays -- Understanding functions -- Anonymous functions and callbacks -- JSON -- The basics of Node.js -- Node.js architecture -- Event-driven -- Asynchronous execution…”
Libro electrónico -
17945Publicado 2018Tabla de Contenidos: “…-- 7.1.1 Configuring the router -- 7.1.2 Route guards: the router's lifecycle hooks -- 7.2 Testing routed components -- 7.2.1 Testing router navigation with RouterTestingModule -- 7.2.2 Testing router parameters -- 7.3 Testing advanced routes -- 7.3.1 Route guards -- 7.3.2 Resolving data before loading a route -- Summary -- part 2: End-to-end testing -- Chapter 8: Getting started with Protractor -- 8.1 How Protractor works -- 8.2 Writing your first Protractor test -- 8.2.1 File structure -- 8.3 Installing and running -- 8.4 Interacting with elements -- 8.4.1 Test scenario: creating a new contact -- 8.4.2 Test scenario: workflows that don't create a new contact -- 8.5 by and element methods -- 8.6 Interacting with a list of elements -- 8.6.1 Filtering web elements -- 8.6.2 Mapping the contact list to an array -- 8.6.3 Reduce -- 8.7 Page objects -- Summary -- Chapter 9: Understanding timeouts -- 9.1 Kinds of timeouts -- 9.2 Testing pages without Angular -- 9.2.1 Disabling waitForAngular -- 9.2.2 Automatically waiting for Angular -- 9.2.3 When to use browser.waitForAngularEnabled() -- 9.3 Waiting with ExpectedConditions -- 9.3.1 Waiting for the contact list to load -- 9.3.2 Testing a dialog -- 9.3.3 Waiting for elements to become stale -- 9.4 Creating custom conditions -- 9.4.1 Using browser.wait -- 9.4.2 Getting elements from the browser -- 9.5 Handling long-running tasks -- 9.5.1 Using expected conditions…”
Libro electrónico -
17946Publicado 2022Tabla de Contenidos: “…. -- See also -- Using Dask to process genomic data based on NumPy arrays -- Getting ready -- How to do it... -- There's more... -- See also -- Scheduling tasks with dask.distributed -- Getting ready -- How to do it... -- There's more... -- See also -- Chapter 12: Functional Programming for Bioinformatics -- Understanding pure functions -- Getting ready -- How to do it... -- There's more... -- Understanding immutability -- Getting ready -- How to do it... -- There's more... -- Avoiding mutability as a robust development pattern -- Getting ready -- How to do it... -- There's more... -- Using lazy programming for pipelining -- Getting ready -- How to do it... -- There's more... -- The limits of recursion with Python -- Getting ready -- How to do it... -- There's more... -- A showcase of Python's functools module -- Getting ready -- How to do it... -- There's more... -- See also... -- Index -- Other Books You May Enjoy…”
Libro electrónico -
17947Publicado 2015Tabla de Contenidos: “…Chapter 1 Introductory Concepts -- 1-1 Digital and Analog Quantities -- 1-2 Binary Digits, Logic Levels, and Digital Waveforms -- 1-3 Basic Logic Functions -- 1-4 Combinational and Sequential Logic Functions -- 1-5 Introduction to Programmable Logic -- 1-6 Fixed-Function Logic Devices -- 1-7 Test and Measurement Instruments -- 1-8 Introduction to Troubleshooting -- Chapter 2 Number Systems, Operations, and Codes -- 2-1 Decimal Numbers -- 2-2 Binary Numbers -- 2-3 Decimal-to-Binary Conversion -- 2-4 Binary Arithmetic -- 2-5 Complements of Binary Numbers -- 2-6 Signed Numbers -- 2-7 Arithmetic Operations with Signed Numbers -- 2-8 Hexadecimal Numbers -- 2-9 Octal Numbers -- 2-10 Binary Coded Decimal (BCD) -- 2-11 Digital Codes -- 2-12 Error Codes -- Chapter 3 Logic Gates -- 3-1 The Inverter -- 3-2 The AND Gate -- 3-3 The OR Gate -- 3-4 The NAND Gate -- 3-5 The NOR Gate -- 3-6 The Exclusive-OR and Exclusive-NOR Gates -- 3-7 Programmable Logic -- 3-8 Fixed-Function Logic Gates -- 3-9 Troubleshooting -- Chapter 4 Boolean Algebra and Logic Simplification -- 4-1 Boolean Operations and Expressions -- 4-2 Laws and Rules of Boolean Algebra -- 4-3 DeMorgan's Theorems -- 4-4 Boolean Analysis of Logic Circuits -- 4-5 Logic Simplification Using Boolean Algebra -- 4-6 Standard Forms of Boolean Expressions -- 4-7 Boolean Expressions and Truth Tables -- 4-8 The Karnaugh Map -- 4-9 Karnaugh Map SOP Minimization -- 4-10 Karnaugh Map POS Minimization -- 4-11 The Quine-McCluskey Method -- 4-12 Boolean Expressions with VHDL -- Applied Logic -- Chapter 5 Combinational Logic Analysis -- 5-1 Basic Combinational Logic Circuits -- 5-2 Implementing Combinational Logic -- 5-3 The Universal Property of NAND and NOR Gates -- 5-4 Combinational Logic Using NAND and NOR Gates -- 5-5 Pulse Waveform Operation -- 5-6 Combinational Logic with VHDL -- 5-7 Troubleshooting -- Applied Logic -- Chapter 6 Functions of Combinational Logic -- 6-1 Half and Full Adders -- 6-2 Parallel Binary Adders -- 6-3 Ripple Carry and Look-Ahead Carry Adders -- 6-4 Comparators -- 6-5 Decoders -- 6-6 Encoders -- 6-7 Code Converters -- 6-8 Multiplexers (Data Selectors) -- 6-9 Demultiplexers -- 6-10 Parity Generators/Checkers -- 6-11 Troubleshooting -- Applied Logic -- Chapter 7 Latches, Flip-Flops, and Timers -- 7-1 Latches -- 7-2 Flip-Flops -- 7-3 Flip-Flop Operating Characteristics -- 7-4 Flip-Flop Applications -- 7-5 One-Shots -- 7-6 The Astable Multivibrator -- 7-7 Troubleshooting -- Applied Logic -- Chapter 8 Shift Registers -- 8-1 Shift Register Operations -- 8-2 Types of Shift Register Data I/Os -- 8-3 Bidirectional Shift Registers -- 8-4 Shift Register Counters -- 8-5 Shift Register Applications -- 8-6 Logic Symbols with Dependency Notation -- 8-7 Troubleshooting -- Applied Logic -- Chapter 9 Counters -- 9-1 Finite State Machines -- 9-2 Asynchronous Counters -- 9-3 Synchronous Counters -- 9-4 Up/Down Synchronous Counters -- 9-5 Design of Synchronous Counters -- 9-6 Cascaded Counters -- 9-7 Counter Decoding -- 9-8 Counter Applications -- 9-9 Logic Symbols with Dependency Notation -- 9-10 Troubleshooting -- Applied Logic -- Chapter 10 Programmable Logic -- 10-1 Simple Programmable Logic Devices (SPLDs) -- 10-2 Complex Programmable Logic Devices (CPLDs) -- 10-3 Macrocell Modes -- 10-4 Field-Programmable Gate Arrays (FPGAs) -- 10-5 Programmable Logic Software -- 10-6 Boundary Scan Logic -- 10-7 Troubleshooting -- Applied Logic -- Chapter 11 Data Storage -- 11-1 Semiconductor Memory Basics -- 11-2 The Random-Access Memory (RAM) -- 11-3 The Read-Only Memory (ROM) -- 11-4 Programmable ROMs -- 11-5 The Flash Memory -- 11-6 Memory Expansion -- 11-7 Special Types of Memories -- 11-8 Magnetic and Optical Storage -- 11-9 Memory Hierarchy -- 11-10 Cloud Storage -- 11-11 Troubleshooting -- Chapter 12 Signal Conversion and Processing -- 12-1 Analog-to-Digital Conversion -- 12-2 Methods of Analog-to-Digital Conversion -- 12-3 Methods of Digital-to-Analog Conversion -- 12-4 Digital Signal Processing -- 12-5 The Digital Signal Processor (DSP) -- Chapter 13 Data transmission -- 13-1 Data Transmission Media -- 13-2 Methods and Modes of Data Transmission -- 13-3 Modulation of Analog Signals with Digital Data -- 13-4 Modulation of Digital Signals with Analog Data -- 13-5 Multiplexing and Demultiplexing -- 13-6 Bus Basics -- 13-7 Parallel Buses -- 13-8 The Universal Serial Bus (USB) -- 13-9 Other Serial Buses -- 13-10 Bus Interfacing -- Chapter 14 Data Processing and Control -- 14-1 The Computer System -- 14-2 Practical Computer System Considerations -- 14-3 The Processor: Basic Operation -- 14-4 The Processor: Addressing Modes -- 14-5 The Processor: Special Operations -- 14-6 Operating Systems and Hardware -- 14-7 Programming -- 14-8 Microcontrollers and Embedded Systems -- 14-9 System on Chip (SoC) -- Chapter 15 Integrated Circuit Technologies -- 15-1 Basic Operational Characteristics and Parameters -- 15-2 CMOS Circuits -- 15-3 TTL (Bipolar) Circuits -- 15-4 Practical Considerations in the Use of TTL -- 15-5 Comparison of CMOS and TTL Performance -- 15-6 Emitter-Coupled Logic (ECL) Circuits -- 15-7 PMOS, NMOS, and E2CMOS…”
Libro electrónico -
17948Publicado 2012Tabla de Contenidos: “…Beta.0 ; 8 miradores en el desfiladero de Mont-rebei / Prudenci Español Pons ; 80 Habitaçoes / Rodrigo Currás Torres ; A barbería de Raúl / Juan José Taboada Castro, Miguel Camba Constenla ; A Lvz de Lvpo / Estudio Fermín Blanco ; Acción Urbana "Bosque Sonoro" / eP (espacio elevado al público) ; Adaptación Edificio CAAB / B més R 29 arquitectes ; Ampliación Cementerio / MRM arquitectos ; Aprendiendo del Cabanyal / mixuro ; Área de descanso y office / Sol 89, Modus Vivendi ; Arquilecturas / David Hernández Falagán ; Arquitecturas Colectivas / Paula Álvarez Benítez. …”
WWW
Libro -
17949Publicado 2022“…This text explains how a wide array of risk assessment tools are used including: preliminary hazard analysis, job safety analysis, task analysis, job risk assessment, personnel protective equipment hazard assessment, What If / Checklist Analysis Methods, failure mode and effect analysis (FMEA), Layers of Protection Analysis (LOPA), and bowtie analysis, among others. …”
Libro electrónico -
17950por Lovelace, MaryTabla de Contenidos: “…TotalStorage Productivity Center for Disk use -- 6.1 Performance Manager GUI -- 6.2 Exploiting Performance Manager -- 6.2.1 Performance Manager data collection -- 6.2.2 Using IBM Director Scheduler function -- 6.2.3 Reviewing Data collection task status -- 6.2.4 Managing Performance Manager Database -- 6.2.5 Performance Manager gauges -- 6.2.6 ESS thresholds -- 6.2.7 Data collection for SAN Volume Controller -- 6.2.8 SAN Volume Controller thresholds -- 6.3 Exploiting gauges -- 6.3.1 Before you begin -- 6.3.2 Creating gauges example -- 6.3.3 Zooming in on the specific time period -- 6.3.4 Modify gauge to view array level metrics -- 6.3.5 Modify gauge to review multiple metrics in same chart -- 6.4 Performance Manager command line interface -- 6.4.1 Performance Manager CLI commands -- 6.4.2 Sample command outputs -- 6.5 Volume Performance Advisor (VPA) -- 6.5.1 VPA introduction -- 6.5.2 The provisioning challenge -- 6.5.3 Workload characterization and workload profiles -- 6.5.4 Workload profile values -- 6.5.5 How the Volume Performance Advisor makes decisions -- 6.5.6 Enabling the Trace Logging for Director GUI Interface -- 6.6 Getting started -- 6.6.1 Workload profiles -- 6.6.2 Using VPA with predefined Workload profile -- 6.6.3 Launching VPA tool -- 6.6.4 ESS User Validation -- 6.6.5 Configuring VPA settings for the ESS diskspace request -- 6.6.6 Choosing Workload Profile -- 6.6.7 Choosing candidate locations -- 6.6.8 Verify settings for VPA -- 6.6.9 Approve recommendations -- 6.6.10 VPA loopback after Implement Recommendations selected -- 6.7 Creating and managing Workload Profiles -- 6.7.1 Choosing Workload Profiles…”
Publicado 2005
Libro electrónico -
17951Publicado 2020Tabla de Contenidos: “…Computing using Python Modules -- 2.1 Introduction -- 2.2 Python Modules -- 2.2.1 Creating Modules -- 2.2.2 Loading Modules -- 2.3 Numpy -- 2.3.1 Numpy Array or Matrices? -- 2.4 Scipy -- 2.5 Matplotlib -- 2.6 Python Imaging Library -- 2.7 Scikits -- 2.8 Python OpenCV Module -- 2.9 Summary -- 2.10 Exercises -- 3. …”
Libro electrónico -
17952por Nelms, Brian L.“…For these cells to correctly progress from an unspecified, nonmigratory population to a wide array of dynamic, differentiated cell types--some of which retain stem cell characteristics presumably to replenish these derivatives-- requires a complex network of molecular switches to control the gene programs giving these cells their defining structural, enzymatic, migratory, and signaling capacities. …”
Publicado 2010
Libro electrónico -
17953Publicado 2012Tabla de Contenidos: “…8.6.5 Implementation of Threaded Code on Motorola 68000 -- 8.6.6 Implementation of Threaded Code on Intel x86 Machines -- 8.7 SECD and WAM -- 8.8 Grammar and IR Generation for miniC -- 8.8.1 Expressions -- 8.8.2 Assignments -- 8.8.3 Statements -- 8.8.4 IF-THEN and IF-THEN-ELSE -- 8.8.5 WHILE-DO -- 8.8.6 Variable Declarations -- 8.8.7 Function Definitions -- 8.8.8 Function Calls -- 8.8.9 Utility Functions Used -- 8.9 Real-life: Intermediate Codes of GNU gcc -- 8.9.1 Example GCC Intermediate Code -- Exercises -- Further Reading -- Glossary -- Chapter 9: Code Generation and Machine-dependent Optimization -- 9.1 Our Concerns in Code Generation -- 9.1.1 Input Intermediate Representation (IR) -- 9.1.2 Nature of Target Language -- 9.1.3 Selection of Alternatives from Instruction Set -- 9.1.4 Allocation of CPU Registers -- 9.1.5 Order of Evaluation Sequence -- 9.2 The Target Language -- 9.2.1 x86 Assembly Language in GAS Syntax -- 9.3 Data Structures -- 9.3.1 Vectors and Arrays -- 9.3.2 Vectors -- 9.3.3 Arrays -- 9.4 Control Constructs -- 9.5 Procedures and Function Calls -- 9.5.1 Function Prologue and Epilogue -- 9.5.2 Saving Registers -- 9.5.3 A Test for C Linkage -- 9.6 The Target Operating Environment -- 9.6.1 Memory Management -- 9.6.2 CPU Register Usage -- 9.6.3 Activation Record (AR) -- 9.7 Code Optimization -- 9.8 Machine-dependent Optimization -- 9.8.1 Register Allocation -- 9.8.2 Instruction Rescheduling: Use of Parallelism in Instruction Execution -- 9.9 Converting the 4-Tuple and RPN into Assembly Code -- 9.9.1 Conversion of 4-Tuple to Assembly Code -- 9.9.2 Conversion of RPN to Assembly Code -- Exercises -- Further Reading -- Glossary -- Chapter 10: Code Optimization -- 10.1 Basic Blocks -- 10.1.1 Formal Algorithm to Delineate BBs -- 10.1.2 Reference and Define Information -- 10.1.3 Loops in Flow-graphs -- 10.1.4 Example Implementation - miniC…”
Libro electrónico -
17954
-
17955
-
17956Publicado 2012Tabla de Contenidos: “…Instrumentation and Techniques-I (Ongoing Projects) -- RECENT PROGRESS ON GRBS WITH SWIFT -- THE INTERPLANETARY NETWORK -- STATUS AND PERSPECTIVES OF MINI-MEGATORTORA WIDE-FIELD MONITORING SYSTEM WITH HIGH TEMPORAL RESOLUTION -- STATUS OF THE BOOTES-IR PROJECT AT OSN FOR GRB NEAR-IR FOLLOW-UP -- PHOTOMETRIC OBSERVATIONS OF GRB080605 BY BOOTES-1B AND BOOTES-2 -- STATUS OF PI OF THE SKY TELESCOPES IN SPAIN AND CHILE -- GLORIA - THE GLOBAL ROBOTIC TELESCOPES INTELLIGENT ARRAY FOR E-SCIENCE -- STATUS UPDATE OF THE WA -- SWIFT PUBLICATION STATISTICS AND THE COMPARISON WITH OTHER MAJOR OBSERVATORIES -- ASTRONOMICAL HOSTING IN CENTRAL ASIA -- Chapter XI. …”
Libro electrónico -
17957Publicado 2018Tabla de Contenidos: “…Chapter 5: Iterators, Sequences, and Producers -- Suspendable sequences and iterators -- Yielding values -- Iterators -- Interacting with an iterator -- Going through all the elements -- Getting the next value -- Validating whether there are more elements -- Calling next() without validating for elements -- A note on the inner working of hasNext() -- Sequences -- Interacting with a sequence -- Reading all the elements in the sequence -- Obtaining a specific element -- elementAt -- elementAtOrElse -- elementAtOrNull -- Obtaining a group of elements -- Sequences are stateless -- Suspending Fibonacci -- Writing a Fibonacci sequence -- Writing a Fibonnaci iterator -- Producers -- Creating a producer -- Interacting with a producer -- Reading all the elements in the producer -- Receiving a single element -- Taking a group of elements -- Taking more elements than those available -- Suspending a Fibonacci sequence using a producer -- Producers in action -- Having the adapter request more articles -- Creating a producer that fetches feeds on demand -- Adding the articles to the list on the UI -- Summary -- Chapter 6: Channels - Share Memory by Communicating -- Understanding channels -- Use case - streaming data -- Use case - distributing work -- Types of channels and backpressure -- Unbuffered channels -- RendezvousChannel -- Buffered channels -- LinkedListChannel -- ArrayChannel -- ConflatedChannel -- Interacting with channels -- SendChannel -- Validating before sending -- Sending elements -- Offering elements -- On channel closed -- On channel full -- On channel open and not full -- ReceiveChannel -- Validating before reading -- isClosedForReceive -- isEmpty -- Channels in action -- Adding a search activity -- Adding the search function -- Implementing the collaborative search -- Connecting the search functions -- Updating ArticleAdapter…”
Libro electrónico -
17958Publicado 2017Tabla de Contenidos: “…5.2.1 DG systems for water pumping systems -- 5.2.2 PV/DG systems -- 5.2.3 PV/batteries/DG systems -- 5.2.4 DG system -- 5.2.4.1 DG modeling -- Diesel engine system -- Synchronous generator -- Excitation system -- 5.2.4.2 DG modeling results -- 5.3 Economic Viability of PV/Batteries and Diesel Plants -- 5.3.1 Study of the costs of water pumping plants -- 5.3.1.1 Diesel water pumping system -- 5.3.1.2 PV-diesel water pumping system -- 5.3.1.3 PV-battery water pumping system -- 5.3.2 Evaluation of water pumping systems costs -- 5.4 Sensitivity Analysis of the Cost of Water Pumping Systems to the Geographic Parameters -- 5.5 Conclusion -- References -- 6 General Conclusion -- Appendix A: Photovoltaic Energy: Basic Principles -- A.1 Introduction -- A.1.1 Composition of light energy -- A.1.2 Sunlight on the earth -- A.1.3 Photovoltaic energy history -- A.2 Photovoltaic Effect Principle -- A.2.1 Description of the silicon atom -- A.2.2 Effect of light on silicon atoms -- A.2.3 Potential barrier principle -- A.3 Physical Aspects of Solar Cell Efficiency -- A.4 Solar Cell Making Technique -- A.5 PV Arrays -- References -- Appendix B: Centrifugal Water Pumps: Basic Principles -- B.1 Principle of Operation -- References -- Appendix C: The Induction Machine: Modeling and Control -- C.1 Space Vector Notion -- C.2 Reference Change -- C.3 Equations of the IM using the Space Vectors -- C.4 State Equations -- C.5 IM Direct Starting -- C.6 IM Control Using the RFOC Method -- References -- Index -- Back Cover…”
Libro electrónico -
17959Publicado 2017Tabla de Contenidos: “…Prerequisites for the installation of Stream Analytics tools -- Development of a Stream Analytics job using Visual Studio -- Defining a Stream Analytics query for Vehicle Telemetry job analysis using Stream Analytics tools -- Query to define Vehicle Telemetry (Connected Car) engine health status and pollution index over cities -- Testing Stream Analytics queries locally or in the cloud -- Stream Analytics job configuration parameter settings in Visual Studio -- Implementation of an Azure Stream Analytics job using the Azure portal -- Provisioning for an Azure Stream Analytics job using the Azure Resource Manager template -- Azure ARM Template - Infrastructure as code -- Getting started with provisioning Azure Stream Analytics job using the ARM template -- Deployment and validation of the Stream Analytics ARM template to Azure Resource Group -- Configuration of the Azure Streaming job with different input data sources and output data sinks -- Data input types-data stream and reference data -- Data Stream inputs -- Reference data -- Job topology output data sinks of Stream Analytics -- Summary -- Chapter 5: Building Using Stream Analytics Query Language -- Built-in functions -- Scalar functions -- Aggregate and analytic functions -- Array functions -- Other functions -- Data types and formats -- Complex types -- Query language elements -- Windowing -- Tumbling windows -- Hopping windows -- Sliding windows -- Time management and event delivery guarantees -- Summary -- Chapter 6: How to achieve Seamless Scalability with Automation -- Understanding parts of a Stream Analytics job definition (input, output, reference data, and job) -- Deployment of Azure Stream Analytics using ARM template -- Configuring input -- Configuring output -- Building the sample test code -- How to scale queries using Streaming units and partitions -- Application and Arrival Time…”
Libro electrónico -
17960Publicado 2024Tabla de Contenidos: “…. -- See also -- Ordering your data with arrays -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Containing your data in sets -- Getting ready -- How to do it... -- How it works... -- See also -- Storing key-value pairs with dictionaries -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Subscripts for custom types -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Changing your name with a type alias -- Getting ready -- How to do it... -- There's more... -- See also…”
Libro electrónico