Mostrando 18,061 - 18,080 Resultados de 20,414 Para Buscar 'Urrao~', tiempo de consulta: 0.98s Limitar resultados
  1. 18061
    Publicado 2018
    Tabla de Contenidos: “…Thou Shalt Not Abuse Thine Audience with an Endless Array of Cute Animations or Funny Sounds -- VII. …”
    Libro electrónico
  2. 18062
    por Chin, Robert. author
    Publicado 2014
    Tabla de Contenidos: “…Intro -- Beginning Android 3D Game Development -- Contents at a Glance -- Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Let's Meet the Android -- Overview of Android -- Overview of the Android SDK -- Android Software Development Kit (SDK) Requirements -- Android SDK Components Overview -- Eclipse with Android Development Tools Plug-in -- Android SDK Manager -- Android Virtual Device -- How to Set Up for Development -- Android Development Tools Integrated Development Environment (IDE) Overview -- Package Explorer -- Source Code Area -- Outline -- Dalvik Debug Monitor Server (DDMS) -- LogCat Window -- Launching the SDK Manager and AVD Manager from Eclipse -- Hands-on Example: Non-OpenGL ES Text "Hello World" Program -- Creating a New Android Project -- Running on an Android Emulator -- Running on an Actual Android Device -- The Main Source Code -- The Graphical Layout -- The Actual "Hello World" Data -- Summary -- Chapter 2: Java for Android -- Overview of the Java Language -- Java Comments -- Java Basic Data Types -- Arrays -- Data Modifiers -- Java Operators -- Arithmetic Operators -- Unary Operators -- Conditional Operators -- Bitwise and Bit Shift Operators -- Java Flow Control Statements -- Java Classes -- Packages and Classes -- Accessing Classes in Packages -- Java Interfaces -- Accessing Class Variables and Functions -- Java Functions -- Calling the Parent Function -- The Basic Android Java Program Framework -- Android Activity Life Cycle Overview -- Key Activity Life Cycle Cases -- Seeing the Activity Life Cycle in Action -- The Basic Android Java OpenGL Framework -- Basic Android OpenGL ES Framework for a Single-View OpenGL ES Application -- The Custom GLSurfaceView -- The Custom Renderer -- Basic Android OpenGL ES Framework for a Multiple View OpenGL ES Application…”
    Libro electrónico
  3. 18063
    Publicado 2016
    Tabla de Contenidos: “…Thou Shalt Not Abuse Thine Audience with an Endless Array of Cute Animations or Funny Sounds -- VII. …”
    Libro electrónico
  4. 18064
    Publicado 2023
    Tabla de Contenidos: “…-- Reviewing data types and variables in Rust -- Using strings in Rust -- Using integers and floats -- Storing data in vectors and arrays -- Mapping data with HashMaps -- Handling results and errors -- Controlling variable ownership -- Copying variables -- Moving variables -- Immutable borrowing of variables -- Mutable borrowing of variables -- Scopes -- Running through lifetimes -- Building structs -- Verifying with traits -- Metaprogramming with macros -- Summary -- Questions -- Answers -- Further reading -- Chapter 2: Designing Your Web Application in Rust -- Technical requirements -- Managing a software project with Cargo -- Building with Cargo -- Shipping crates with Cargo -- Documenting with Cargo -- Interacting with Cargo -- Structuring code -- Building to-do structs -- Managing structs with factories -- Defining functionality with traits -- Interacting with the environment -- Reading and writing JSON files -- Revisiting traits -- Processing traits and structs -- Summary -- Questions -- Answers -- Part 2: Processing Data and Managing Displays -- Chapter 3: Handling HTTP Requests -- Technical requirements -- Introducing the Actix Web framework -- Launching a basic Actix Web server -- Understanding closures -- Understanding asynchronous programming -- Understanding async and await -- Exploring async and await with web programming -- Managing views using the Actix Web framework -- Summary -- Questions -- Answers -- Further reading -- Chapter 4: Processing HTTP Requests -- Technical requirements -- Getting to know the initial setup for fusing code…”
    Libro electrónico
  5. 18065
    Publicado 2024
    Tabla de Contenidos: “…-- Chapter 7: Working with REST and GraphQL APIs -- Technical requirements -- Full-stack architecture -- Minimal MEAN -- NestJS -- Working with monorepos -- Nx monorepo -- Git submodules -- CircleCI config -- Designing APIs -- REST APIs -- OpenAPI Spec -- OpenAPI spec with Express -- GraphQL APIs -- GraphQL schema -- Apollo with Express -- Implementing APIs with Express.js -- Bootstrapping the server -- REST routes and versioning -- GraphQL resolvers -- Services -- MongoDB ODM with DocumentTS -- Implementing JWT auth -- Authenticating middleware -- Custom server auth provider -- Summary -- Exercise -- Further reading -- Questions -- Chapter 8: Recipes - Reusability, Forms, and Caching -- Technical requirements -- Implementing CRUD services with caching -- Updating the cache -- Multi-step responsive forms -- Form controls and form groups -- Stepper and responsive layout -- Reusing repeating template behavior with directives -- Attribute directives -- Field error attribute directive -- Calculated properties and DatePicker -- Typeahead support -- Dynamic form arrays -- Creating shared components -- Reviewing and saving form data -- Scalable form architecture with reusable parts -- Abstract form component -- Implementing a reusable form part -- Input masking -- Custom controls with ControlValueAccessor -- Implementing a custom rating control -- Using custom controls in forms -- Layouts using a grid list -- Restoring cached data -- Exercise -- Summary -- Further reading -- Questions -- Chapter 9: Recipes - Master/Detail, Data Tables, and NgRx -- Technical requirements -- Loading data with resolve guard -- Reusing components with binding and route data…”
    Libro electrónico
  6. 18066
    Publicado 2020
    Tabla de Contenidos: “…-- Modul einbinden -- Formularmodell in der Komponente -- Template mit dem Modell verknüpfen -- Formularzustand verarbeiten -- Eingebaute Validatoren nutzen -- Formular abschicken -- Formular zurücksetzen -- Formularwerte setzen -- FormBuilder verwenden -- Änderungen überwachen -- Den BookMonkey erweitern -- Eigene Validatoren entwickeln -- Validatoren für einzelne Formularfelder -- Validatoren für Formulargruppen und -Arrays -- Asynchrone Validatoren -- Den BookMonkey erweitern -- Welcher Ansatz ist der richtige? …”
    Libro electrónico
  7. 18067
    Publicado 2017
    Tabla de Contenidos: “…. -- Deactivation function -- See also -- Storing user settings using arrays -- Getting ready -- How to do it... -- How it works... -- See also -- Removing plugin data on deletion -- Getting ready -- How to do it... -- How it works... -- See also -- Creating an administration page menu item in the settings menu -- Getting ready -- How to do it... -- How it works... -- There's more... -- Settings hook priority to determine menu order -- See also -- Creating a multi-level administration menu…”
    Libro electrónico
  8. 18068
    Publicado 2017
    Tabla de Contenidos: “…. -- See also -- Mapping arrays -- Getting ready -- How to do it... -- How it works... -- Mapping an object -- Getting ready -- How to do it... -- How it works... -- See also -- Mapping a document -- Getting ready -- How to do it... -- How it works... -- See also -- Using dynamic templates in document mapping -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing nested objects -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing child document -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Adding a field with multiple mapping -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Mapping a GeoPoint field -- Getting ready -- How to do it... -- How it works... -- There's more... -- Mapping a GeoShape field -- Getting ready -- How to do it -- How it works... -- See also -- Mapping an IP field -- Getting ready -- How to do it... -- How it works... -- Mapping an attachment field -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Adding metadata to a mapping -- Getting ready -- How to do it... -- How it works... -- Specifying a different analyzer -- Getting ready -- How to do it... -- How it works... -- See also -- Mapping a completion field -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 4: Basic Operations -- Introduction -- Creating an index…”
    Libro electrónico
  9. 18069
    Publicado 2002
    Tabla de Contenidos: “…4.2 Constructing Lists with List Comprehensions -- Problem -- Solution -- Discussion -- See Also -- 4.3 Returning an Element of a List If It Exists -- Problem -- Solution -- Discussion -- See Also -- 4.4 Looping over Items and Their Indices in a Sequence -- Problem -- Solution -- Discussion -- See Also -- 4.5 Creating Lists of Lists Without Sharing References -- Problem -- Solution -- Discussion -- See Also -- 4.6 Flattening a Nested Sequence -- Problem -- Solution -- Discussion -- See Also -- 4.7 Removing or Reordering Columns in a List of Rows -- Problem -- Solution -- Discussion -- See Also -- 4.8 Transposing Two-Dimensional Arrays -- Problem -- Solution -- Discussion -- See Also -- 4.9 Getting a Value from a Dictionary -- Problem -- Solution -- Discussion -- See Also -- 4.10 Adding an Entry to a Dictionary -- Problem -- Solution -- Discussion -- See Also -- 4.11 Building a Dictionary Without Excessive Quoting -- Problem -- Solution -- Discussion -- See Also -- 4.12 Building a Dict from a List of Alternating Keys and Values -- Problem -- Solution -- Discussion -- See Also -- 4.13 Extracting a Subset of a Dictionary -- Problem -- Solution -- Discussion -- See Also -- 4.14 Inverting a Dictionary -- Problem -- Solution -- Discussion -- See Also -- 4.15 Associating Multiple Values with Each Key in a Dictionary -- Problem -- Solution -- Discussion -- See Also -- 4.16 Using a Dictionary to Dispatch Methods or Functions -- Problem -- Solution -- Discussion -- See Also -- 4.17 Finding Unions and Intersections of Dictionaries -- Problem -- Solution -- Discussion -- See Also -- 4.18 Collecting a Bunch of Named Items -- Problem -- Solution -- Discussion -- See Also -- 4.19 Assigning and Testing with One Statement -- Problem -- Solution -- Discussion -- See Also -- 4.20 Using printf in Python -- Problem -- Solution -- Discussion -- See Also…”
    Libro electrónico
  10. 18070
    Publicado 2011
    Tabla de Contenidos: “…6.5 RF Spectrum Usage and Resource Planning 181 -- 6.6 Availability 187 -- 7 OFDM 193 -- 7.1 Multiplexing 193 -- 7.2 Other PAPR Reduction Methods 201 -- 7.3 De-Multiplexing 201 -- 7.4 Cyclic Prefix 202 -- 7.5 OFDMA 203 -- 7.6 Duplexing 204 -- 7.7 Synchronization 207 -- 7.8 RF Channel Information Detection 208 -- 7.9 Error Correction Techniques 211 -- 7.10 Resource Allocation and Scheduling 215 -- 7.11 Establishing Wireless Data Communications 216 -- 8 OFDM Implementation 221 -- 8.1 Transmit Side 221 -- 8.2 Receive Side 228 -- 9 Wireless Communications Network (WCN) 235 -- 9.1 Introduction 235 -- 9.2 Wireless Access Network 235 -- 9.3 Core Network 237 -- 10 Antenna and Advanced Antenna Systems 245 -- 10.1 Introduction 245 -- 10.2 Antenna Basics 246 -- 10.3 Antenna Radiation 247 -- 10.4 Antenna Types 249 -- 10.5 Antenna Characteristics 254 -- 10.6 Multiple Antennas Arrangements 262 -- 10.7 Receive Diversity 267 -- 10.8 Transmit Diversity 271 -- 10.9 Transmit and Receive Diversity (TRD) 275 -- 10.10 Spatial Multiplexing (Matrix B) 276 -- 10.11 Diversity Performance 278 -- 10.12 Antenna Array System (AAS), Advanced Antenna System (AAS) or Adaptive Antenna Steering (AAS) or Beamforming 282 -- 11 Radio Performance 287 -- 11.1 Introduction 287 -- 11.2 Input RF Noise 288 -- 11.3 Receive Circuit Noise 288 -- 11.4 Signal to Noise Ratio 288 -- 11.5 Radio Sensitivity Calculations 295 -- 11.6 Radio Configuration 307 -- 12 Wireless LAN 311 -- 12.1 Standardization 311 -- 12.2 Architecture 315 -- 12.3 The IEEE Std 802.11-2007 316 -- 12.4 Enhancements for Higher Throughputs, Amendment 5: 802.11n-2009 328 -- 12.5 Work in Progress 333 -- 12.6 Throughput 334 -- 13 WiMAX 341 -- 13.1 Standardization 341 -- 13.2 Network Architecture 344 -- 13.3 Physical Layer (PHY) 353 -- 13.4 Multiple Access OFDMA 369 -- 13.5 WiMAX Network Layers 370 -- 13.6 WiMAX Operation Phases 384 -- 13.7 WiMAX Interference Reduction Techniques 386 -- 13.8 WiMAX Resource Planning 401 -- 14 Universal Mobile Telecommunication System / Long Term Evolution (UMTS-LTE) 409.…”
    Libro electrónico
  11. 18071
    Publicado 2010
    Tabla de Contenidos: “…4.3 Other Data Structures -- 4.3.1 Arrays and Ranges -- 4.3.2 Blocks -- 4.3.3 Hashes and Symbols -- 4.3.4 CSS Revisited -- 4.4 Ruby Classes -- 4.4.1 Constructors -- 4.4.2 Class Inheritance -- 4.4.3 Modifying Built-In Classes -- 4.4.4 A Controller Class -- 4.4.5 A User Class -- 4.5 Exercises -- Chapter 5 Filling in the Layout -- 5.1 Adding Some Structure -- 5.1.1 Site Navigation -- 5.1.2 Custom CSS -- 5.1.3 Partials -- 5.2 Layout Links -- 5.2.1 Integration Tests -- 5.2.2 Rails Routes -- 5.2.3 Named Routes -- 5.3 User Signup: A First Step -- 5.3.1 Users Controller -- 5.3.2 Signup URL -- 5.4 Conclusion -- 5.5 Exercises -- Chapter 6 Modeling and Viewing Users, Part I -- 6.1 User Model -- 6.1.1 Database Migrations -- 6.1.2 The Model File -- 6.1.3 Creating User Objects -- 6.1.4 Finding User Objects -- 6.1.5 Updating User Objects -- 6.2 User Validations -- 6.2.1 Validating Presence -- 6.2.2 Length Validation -- 6.2.3 Format Validation -- 6.2.4 Uniqueness Validation -- 6.3 Viewing Users -- 6.3.1 Debug and Rails Environments -- 6.3.2 User Model, View, Controller -- 6.3.3 A Users Resource -- 6.4 Conclusion -- 6.5 Exercises -- Chapter 7 Modeling and Viewing Users, Part II -- 7.1 Insecure Passwords -- 7.1.1 Password Validations -- 7.1.2 A Password Migration -- 7.1.3 An Active Record Callback -- 7.2 Secure Passwords -- 7.2.1 A Secure Password Test -- 7.2.2 Some Secure Password Theory -- 7.2.3 Implementing has_password? …”
    Libro electrónico
  12. 18072
    Publicado 2010
    Tabla de Contenidos: “…Mapping and Analysis -- Exact Values Versus Full Text -- Inverted Index -- Analysis and Analyzers -- Built-in Analyzers -- When Analyzers Are Used -- Testing Analyzers -- Specifying Analyzers -- Mapping -- Core Simple Field Types -- Viewing the Mapping -- Customizing Field Mappings -- Updating a Mapping -- Testing the Mapping -- Complex Core Field Types -- Multivalue Fields -- Empty Fields -- Multilevel Objects -- Mapping for Inner Objects -- How Inner Objects are Indexed -- Arrays of Inner Objects -- Chapter 7. Full-Body Search -- Empty Search -- Query DSL -- Structure of a Query Clause -- Combining Multiple Clauses -- Queries and Filters -- Performance Differences -- When to Use Which -- Most Important Queries and Filters -- term Filter -- terms Filter -- range Filter -- exists and missing Filters -- bool Filter -- match_all Query -- match Query -- multi_match Query -- bool Query -- Combining Queries with Filters -- Filtering a Query -- Just a Filter -- A Query as a Filter -- Validating Queries -- Understanding Errors -- Understanding Queries -- Chapter 8. …”
    Libro electrónico
  13. 18073
    Publicado 2012
    Tabla de Contenidos: “…Installing and Upgrading PC Components -- Selecting Components for Custom PCs -- Graphics/CAD/CAM Design Workstation -- Audio/Video Editing Workstation -- Virtualization Workstation -- Gaming PC -- Home Theater PC -- Standard Thick Client -- Thin Client -- Home Server PC -- Installing and Upgrading Motherboards and Onboard Components -- Replacing a Motherboard -- Installing a Motherboard -- Exercise 6-1: Removing an Old Motherboard -- Exercise 6-2: Properly Handling and Installing a Motherboard -- Upgrading a CPU -- Exercise 6-3: Removing a PGA Processor from a ZIF Socket -- Exercise 6-4: Removing a Processor from an LGA Socket -- Exercise 6-5: Installing a Processor in an Empty LGA Socket -- Removing and Installing Cooling Systems -- Optimizing a System with RAM -- Exercise 6-6: Running a Memory Scanner -- Installing and Removing Memory -- Exercise 6-7: Installing and Removing a DIMM Module -- Installing Adapter Cards -- Removing an Adapter Card -- Exercise 6-8: Removing an Adapter Card -- Installing and Configuring an Adapter Card -- Exercise 6-9: Installing an Adapter Card -- Installing Storage Devices -- Removing an Internal Storage Device -- Exercise 6-10: Removing a Drive -- Installing Drives on PATA Channels -- Exercise 6-11: Choosing a Master -- Installing Optical Drives -- Installing Solid-State Storage -- Installing Drives on SATA Channels -- Exercise 6-12: Installing a SATA Drive -- Installing RAID Arrays -- Installing Internal Floppy Disk Drives…”
    Libro electrónico
  14. 18074
    Publicado 2012
    Tabla de Contenidos: “…Objective 802: 1.5 Given a Scenario, Use Control Panel Utilities -- Quick Answer Key -- In-Depth Answers -- Chapter 8: Client-Side Virtualization -- Questions -- Objective 802: 1.9 Explain the Basics of Client-Side Virtualization -- Quick Answer Key -- In-Depth Answers -- Chapter 9: Upgrading, Installing, and Configuring Windows -- Questions -- Objective 802: 1.2 Given a Scenario, Install and Configure the Operating System Using the Most Appropriate Method -- Objective 802: 1.4 Given a Scenario, Use Appropriate Operating System Features and Tools -- Objective 802: 1.5 Given a Scenario, Use Control Panel Utilities (the Items Are Organized by "Classic View/Large Icons" in Windows) -- Quick Answer Key -- In-Depth Answers -- Chapter 10: Disk and File Management -- Questions -- Objective 802: 1.1 Compare and Contrast the Features and Requirements of Various Microsoft Operating Systems -- Objective 802: 1.2 Given a Scenario, Install and Configure the Operating System Using the Most Appropriate Method -- Objective 802: 1.3 Given a Scenario, Use Appropriate Command-Line Tools -- Objective 802: 1.4 Given a Scenario, Use Appropriate Operating System Features and Tools -- Objective 802: 1.8 Explain the Differences Among Basic OS Security Settings -- Quick Answer Key -- In-Depth Answers -- Chapter 11: Troubleshooting, Repair, and Maintenance of PCs -- Questions -- Objective 802: 4.1 Given a Scenario, Explain the Troubleshooting Theory -- Objective 802: 4.2 Given a Scenario, Troubleshoot Common Problems Related to Motherboards, RAM, CPU, and Power with Appropriate Tools -- Objective 802: 4.3 Given a Scenario, Troubleshoot Hard Drives and RAID Arrays with Appropriate Tools -- Objective 802: 4.4 Given a Scenario, Troubleshoot Common Video and Display Issues -- Quick Answer Key -- In-Depth Answers…”
    Libro electrónico
  15. 18075
    Publicado 2005
    Tabla de Contenidos: “…Embedded SQL -- 7.1 How to get started -- 7.2 Creating a SQLRPG - Program/service program/module -- 7.3 Compile command CRTSQLRPGI -- 7.3.1 Missing compile options in the SQL compile command -- 7.3.2 Important compile options for SQL statements -- 7.3.3 SET OPTION statement -- 7.4 Error handling - SQLCA (SQL communications area) -- 7.4.1 SQLCODE -- 7.4.2 SQLSTATE -- 7.5 Host variables -- 7.5.1 Single field host variable -- 7.5.2 Host structure -- 7.5.3 Host structure array -- 7.5.4 Naming considerations for host variables -- 7.6 Exploiting SQL scalar functions in RPG -- 7.7 Static SQL without cursor -- 7.7.1 Static SQL returning a single row -- 7.7.2 Processing non-Select statements with static SQL without cursor -- 7.8 Using a cursor -- 7.8.1 The DECLARE statement…”
    Libro electrónico
  16. 18076
    Publicado 2022
    Tabla de Contenidos: “…Document the findings, actions, and outcomes -- Exam essentials -- 5.2 Given a scenario, troubleshoot problems related to motherboards, RAM, CPU, and power -- Common symptoms -- Exam essentials -- 5.3 Given a scenario, troubleshoot and diagnose problems with storage drives and RAID arrays -- Common symptoms -- Exam essentials…”
    Libro electrónico
  17. 18077
    Publicado 2021
    Tabla de Contenidos: “…Directed self-engineered geometric phase optics -- 1.8.4. From single to arrays of optical vortices -- 1.9. Emerging optical functionalities enabled by liquid crystal defects -- 1.9.1. …”
    Libro electrónico
  18. 18078
    por Simões, Francisco
    Publicado 2024
    Tabla de Contenidos: “…Rural NEETs and formal and non-formal education: Paul Flynn (National University of Ireland Galway) & Heidi Paabort (University of Tartu, Estonia) -- 4. …”
    Libro electrónico
  19. 18079
  20. 18080
    por García Vilar, Borja
    Publicado 1989
    Libro