Mostrando 621 - 640 Resultados de 1,678 Para Buscar '"Poole"', tiempo de consulta: 0.11s Limitar resultados
  1. 621
    Publicado 2002
    Tabla de Contenidos: “…El charco rojo = the red pool. Colores globales = global colours -- 3. Comunidades verde+azul = green+blue communities -- 4. …”
    Libro
  2. 622
    por Perrault, Dominique, 1953-
    Publicado 2002
    Tabla de Contenidos: “…Hôtel Industriel Jean-Baptiste Berlier, Paris -- IRSID, Usinor-Sacilor Convention Center, Saint-Germain-en-Laye -- Bibliothèque Nationale de France, Paris -- Olympic Velodrome and Swimming Pool, Berlin -- Centre Technique du Livre, Bussy Saint-Georges -- La Grande Serre, La Villette, Paris -- Plan of Reclamation of the Unimetal Area, Caen -- Enlargement of the Court of Justice of the European Union, Luxembourg -- Aplix Factory, Le Cellier-sur-Loire -- Mediathèque, Vénissieux -- Urban Development Scheme and Sports Facilities, Badalona -- Landscaping Project for an Urban Park in the Falck Area, Sesto San Giovanni -- Competition for an Urban Park in the Falck Area, Sesto San Giovanni -- Competition for Convention Center at the EUR, Rome -- Competition for the Layout of Piazza Gramsci, Cinisello Balsamo -- Competition for the New Seat of the University College of Architecture in the Area of the Former Cold-Storage Facilities, San Basilio, Venice -- Competition Project for the Citadel of Justice, Salerno -- Competition for the City of Culture, Santiago de Compostela -- Competition for the New Consiag Office Building, Prato -- M-Preis Supermarket, Wattens -- "Milano 2001" Competition for an Illuminated Sign, Milan -- Competition for the Enlargement of the Galleria Nazionale d'Arte Moderna, Rome…”
    Libro
  3. 623
    Publicado 2022
    Tabla de Contenidos: “…Analytical Workloads -- Data Processing Techniques -- Modern Data Warehouse Components -- Data Modeling Best Practices for Data Warehouses -- Azure Services for Modern Data Warehouses -- End-to-End Analytics with Azure Synapse Analytics -- Deploying an Azure Synapse Analytics Workspace -- Navigating the Synapse Studio UI -- Dedicated SQL Pools -- Serverless SQL Pools -- Summary -- Exam Essentials -- Review Questions…”
    Libro electrónico
  4. 624
    Tabla de Contenidos: “…-- The Drive to Asynchrony -- Mechanisms for Asynchrony -- Multiple Machines -- Multiple Processes -- Multiple Threads -- Thread Scheduling -- Threads and Resources -- Thread-Specific Resources -- The Stack -- Thread Local Storage -- Registers -- Resources Shared by Threads -- Summary -- Chapter 2: The Evolution of the .NET Asynchronous API -- Asynchrony in the World of .NET 1.0 -- System.Threading.Thread -- The Start Method -- Stopping a Thread -- The Abort Method -- The Interrupt Method -- Solving Thread Teardown -- Another Approach: Background Threads -- Coordinating Threads (Join) -- Controlling a Thread's Interaction with COM -- Issues with the Thread Class -- Using the System Thread Pool -- Worker and I/O Threads -- Getting Work on to the Thread Pool -- ThreadPool.QueueUserWorkItem -- Timers -- The APM -- IAsyncResult -- Dealing with Errors -- Accessing Results -- Polling for Completion -- Waiting for Completion -- Completion Notification -- APM in the Framework -- APM and Delegates -- Changes to Async in .NET 1.1 -- Asynchrony in .NET 2.0 -- Logical and Physical Separation -- Passing Data into a Thread -- Closures -- SynchronizationContext -- Event-Based Asynchronous Pattern -- Error Handling in EAP -- EAP and Cancellation -- Multiple Async Requests -- Minor Changes in .NET 3.5 -- Lambda Expressions -- Thread Pool Heuristics in .NET 3.5 -- Big Changes in .NET 4.0 -- Remodeling the Thread Pool Queue -- Work-Stealing Queues -- Thread Pool Heuristics in .NET 4.0 -- Summary -- Chapter 3: Tasks -- What Is a Task ? …”
    Libro electrónico
  5. 625
    por Hébert, Fred, 1988-
    Publicado 2013
    Tabla de Contenidos: “…Building an Application -- A Pool of Processes -- The Onion Layer Theory -- A Pool's Tree -- Implementing the Supervisors -- Working on the Workers -- Writing a Worker -- Run Pool Run -- Cleaning the Pool -- 19. …”
    Libro electrónico
  6. 626
    por Oliver, Robert Ian
    Publicado 2011
    Tabla de Contenidos: “…The IDisposable InterfaceConclusion; Chapter 3: Multithreaded Programming; An Overview of Basic Threading Concepts; Processes and Threads; Creating Threads; Encapsulating Threads; Wrapping a Thread with a Class; Controlling Thread Execution; The ThreadState Property and the Life Cycle of a Thread; Referencing the Current Thread; Thread Control Methods; Tying It All Together; Thread Synchronization; Race Conditions and You; Synchronization Constructs; Thread Pooling; The ThreadPool Class; Conclusion; Chapter 4: Playing Nice with Others: Native Code and COM Interoperability; The PInvoke Service…”
    Libro electrónico
  7. 627
    por Sakamoto, Kazuki
    Publicado 2012
    Tabla de Contenidos: “…How the strong reference works__weak ownership qualifier; Circular Reference; Self Reference; Weak Reference Disappears; __unsafe_unretained ownership qualifier; __autoreleasing ownership qualifier; Compiler Cares __autoreleasing Automatically; Returning a Result as the Argument; __strong and __weak; Rules; Forget About Using Retain, Release, RetainCount, or Autorelease; Forget About Using NSAllocateObject or NSDeallocateObject; Follow the Naming Rule for Methods Related to Object Creation; Forget About Calling dealloc Explicitly; Use @autoreleasepool Instead of NSAutoreleasePool…”
    Libro electrónico
  8. 628
    Publicado 2022
    Tabla de Contenidos: “…-- Using async, await, tasks, and WhenAll -- Using the thread pool -- Updating the UI thread without exceptions -- Summary -- Questions -- Part 2: Parallel Programming and Concurrency with C# -- Chapter 5: Asynchronous Programming with C# -- Technical requirements -- More about asynchronous programming in .NET -- I/O-bound operations -- CPU-bound operations…”
    Libro electrónico
  9. 629
    Publicado 2014
    Tabla de Contenidos: “…Thinking Orthodox in society and culture -- Written confession and religious thought in early nineteenth-century Russia / Nadieszda Kizenko -- Anagogical exegesis: the theological roots of Russian hermeneutics / Oliver Smith -- Kant and the kingdom of ends in Russian religious thought (Vladimir Solov'ev) / Randall A. Poole -- Religious thought and Russian liberal institutions: the case of Pavel Novgorodtsev / Vanessa Rampton -- What is beauty?…”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  10. 630
    por Kirchner, Michael
    Publicado 2004
    Tabla de Contenidos: “…PATTERN-ORIENTED SOFTWARE ARCHITECTURE; Table of Contents; Foreword by Frank Buschmann; Foreword by Steve Vinoski; About This Book; About The Authors; 1 Introduction; 1.1 Overview of Resource Management; 1.2 Scope of Resource Management; 1.3 Use of Patterns; 1.4 Patterns in Resource Management; 1.5 Related Work; 1.6 Pattern Form; 2 Resource Acquisition; Lookup; Lazy Acquisition; Eager Acquisition; Partial Acquisition; 3 Resource Lifecycle; Caching; Pooling; Coordinator; Resource Lifecycle Manager; 4 Resource Release; Leasing; Evictor; 5 Guidelines for Applying Resource Management…”
    Libro electrónico
  11. 631
    Publicado 2010
    Tabla de Contenidos: “…Cover; Title Page; Copyright; Preface; Contents; Figures; Tables; Untitled; Summary; Acknowledgments; Abbreviations; Chapter One - Where We Are Now, How We Got Here, and the Decisions We Face; The Current Situation; Historical Background; Confronting the Problem Anew; Objectives and Approach of This Monograph; Chapter Two - Technical Approaches to Spent-Nuclear Fuel Management; On-Site Storage; Spent-Fuel Pools; Dry-Cask Storage; Evaluation of Extended Reliance on On-Site Storage; Centralized Interim Storage; Evaluation of Centralized Interim Storage; Advanced Fuel Cycles; Uranium Resources…”
    Libro electrónico
  12. 632
    Publicado 2010
    Tabla de Contenidos: “…-Calculus -- Proving Injectivity of Functions via Program Inversion in Term Rewriting -- Delimited Control in OCaml, Abstractly and Concretely: System Description -- Automatic Parallelization of Recursive Functions Using Quantifier Elimination -- A Skeleton for Distributed Work Pools in Eden…”
    Libro electrónico
  13. 633
    CDROM
  14. 634
    por Blyth, Carl S. 1958-
    Publicado 2021
    Tabla de Contenidos: “…Thoms -- Open educational resources in heritage and L2 Spanish classrooms : design, development, and implementation / Gabriela Zapata and Alessandra Ribota -- Open by design : the Cultura project / Sabine Levet and Stephen Tschudi -- Open educational resources as tools to teach the indigenous languages of Latin America : where technology, pedagogy, and colonialism meet / Sergio Romero -- Openness in a crowdsourced massive online language community / Katerina Zourou and Anthippi Potolia -- Second language teachers and the open education movement in the United States : a national survey / Joshua J. Thoms and Frederick Poole -- Raising the curtain on OER/OEP : opening pathways from awareness to engagement in a graduate course on foreign language program direction / Beatrice Dupuy -- The role of OER in promoting critical reflection and professional development : the foreign languages and the literary in the everyday project / Carl S. …”
    Libro electrónico
  15. 635
    Publicado 2005
    +información
    DVD
  16. 636
    Publicado 2017
    Tabla de Contenidos: “…-- Types of optimizers -- Gradient descent -- Different variants of gradient descent -- Algorithms to optimize gradient descent -- Which optimizer to choose -- Optimization with an example -- Summary -- Chapter 4: Convolutional Neural Networks -- An overview and the intuition of CNN -- Single Conv Layer Computation -- CNN in TensorFlow -- Image loading in TensorFlow -- Convolution operations -- Convolution on an image -- Strides -- Pooling -- Max pool -- Example code -- Average pool -- Image classification with convolutional networks -- Defining a tensor for input images and the first convolution layer -- Input tensor -- First convolution layer -- Second convolution layer -- Third convolution layer…”
    Libro electrónico
  17. 637
    Tabla de Contenidos: “….- Proposant el trasllat del Comissari de Brigada Daniel Pool Gómez…”
    Libro
  18. 638
    Publicado 2019
    Tabla de Contenidos: “…Reviewing regional sovereign insurance pools -- Chapter 16.Balancing liability and needs – a principled approach for the L&D mechanism -- Chapter 17. …”
    Libro electrónico
  19. 639
    Publicado 2015
    Tabla de Contenidos: “…Advances in Construct Validity Theory: Implications for Cognitive-Behavioral Therapy Assessment; Conclusion; 15. Fresh Pools or Stagnant Streams?: Current Status of Cognitive Clinical Assessment ; Index…”
    Libro electrónico
  20. 640
    Tabla de Contenidos: “…-- Tables -- Figures -- References -- Annexes -- Data on the Lyons Urban Area Network -- Development of the Marketing Concept in Public Transport: Extracts from the report by the International Commission on Transport Economics -- Marketing and Service Quality in Public Transport by Lennart Olsson, Sweden -- -Introduction -- Organisation -- Targets and strategies -- Co-ordination -- Fares -- Radio communication -- Information -- Quality -- A profitability approache -- Speed and high comfort -- Fast express services -- Out-and-out express network -- Commuter trains -- Train pool -- "West trains" -- Terminals -- Marketing and creating an image -- Target groups and individual travel -- Figures -- SUMMARY OF DISCUSSIONS -- LIST OF PARTICIPANTS…”
    Libro electrónico