Mostrando 54,761 - 54,780 Resultados de 55,492 Para Buscar 'NPBL~', tiempo de consulta: 0.89s Limitar resultados
  1. 54761
    por Poulton, Don
    Publicado 2012
    “…Well-regarded for its level of detail, assessment features, and challenging review questions and exercises, this CompTIA authorized study guide helps you master the concepts and techniques that will enable you to succeed on the exam the first time. …”
    Libro electrónico
  2. 54762
    Publicado 2011
    “…—Jim Stoffel, Executive Partner, Trillium-Group, LLC, and previously Senior Vice President, Eastman Kodak and Vice President and General Manager, Xerox “A well-organized toolkit of ready-to-use techniques to enable fast, cross-silo, teambased problem solving and value creation—critical new capabilities in our increasingly competitive industry!” …”
    Libro electrónico
  3. 54763
    Publicado 2013
    “…s of Behavioral Forensics paradigm: the bad Apple (rogue executive), the bad Bushel (groups that collude and behave like gangs), and the bad Crop (representing organization-wide or even societally-sanctioned cultures that are toxic and corrosive). …”
    Libro electrónico
  4. 54764
    Publicado 2022
    “…Our Actions help connect research initiatives across Europe and enable scientists to grow their ideas by sharing them with their peers. …”
    Libro electrónico
  5. 54765
    por Brazdil, Pavel
    Publicado 2022
    “…It includes 18 chapters, more than twice as much as the previous version. This enabled the authors to cover the most relevant topics in more depth and incorporate the overview of recent research in the respective area. …”
    Libro electrónico
  6. 54766
    Publicado 2013
    “…It's the ingredient that enables you to lead your team to unprecedented success. …”
    Libro electrónico
  7. 54767
    Publicado 2014
    Tabla de Contenidos: “…Technobabble: Components of a Business Intelligence Architecture -- Operational and Source Systems -- Data Transfer: From Operational to Data Warehouse -- The Data Warehouse -- Data Warehouse Tables -- The Data Warehouse Technology Platform -- Big Data Technologies -- Best Practices for Successful Business Intelligence -- 3. …”
    Libro electrónico
  8. 54768
    Publicado 2010
    “…After many years of working with Apple, Adobe, HP, and many other companies, Nilofer Merchant discovered the secret sauce: the best way to create a winning strategy is to include employees at all levels, helping to create strategy they not only..…”
    Libro electrónico
  9. 54769
    Publicado 2013
    “…. • Databases and LINQ to Entities: The LINQ to SQL technology covered in the previous edition has been replaced with the more robust LINQ to Entities and the ADO.NET Entity Framework; • Microsofts free SQL Server Express 2012 is used to present the fundamentals of database programming; • ASP.NET 4.5, Microsofts .NET server-side technology, enables developers to create robust, scalable web-based apps; • Windows Phone 8, Microsofts latest operating system for smartphones. …”
    Video
  10. 54770
    Publicado 2013
    “…The third video, Mastering IPv4 Addressing, is a two part series that takes you from understanding the elements of an IPv4 address to being able to subnet addresses as well as reverse engineer a given address. …”
    Video
  11. 54771
    Publicado 2011
    “…It’s called curation, and it enables people to sort through the digital excess and find what’s relevant. …”
    Libro electrónico
  12. 54772
    Publicado 2012
    “…—Guy Kawasaki, former chief evangelist of Apple and author of Enchantment: The Art of Changing Hearts, Minds, and Actions “This book provides a roadmap to a successful business by taking inspiration and examples from one of the most innovative, progressive companies of our time. …”
    Libro electrónico
  13. 54773
    Publicado 2017
    “…Dan Van Boxel will be your guide to exploring the possibilities with deep learning; he will enable you to understand data like never before. With the efficiency and simplicity of TensorFlow, you will be able to process your data and gain insights that will change how you look at data. …”
    Libro electrónico
  14. 54774
    Publicado 2017
    Tabla de Contenidos: “…Stubs -- Mocks -- Headless testing with Nightmare and Puppeteer -- Nightmare -- Puppeteer -- Testing the terrain -- Testing processes, memory, and CPU -- Profiling processes -- Dumping the heap -- Connecting Node to Chrome DevTools -- CPU profiling -- Live debugging -- Summary -- Appendix A: Organizing Your Work into Modules -- How to load and use modules -- The module object -- Modules, exports, and module.exports -- Modules and caching -- How Node handles module paths -- Creating a package file -- Easy init -- Adding scripts to package.json -- npm as a build system using custom scripts -- Registering package dependencies -- Publishing and managing NPM packages -- Global installs and binaries -- Other repositories -- Lockfiles -- Appendix B: Creating Your Own C++ Add-ons -- Hello World -- A calculator -- Using NAN -- Hello, nan -- Asynchronous add-ons -- Closing thoughts -- Links and resources -- Index…”
    Libro electrónico
  15. 54775
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Swift Basics - Variables and Functions -- Variables -- Optional types -- Enumeration types -- Basic flow statements -- The if statements - how to control the code flow -- Loops -- The while loops -- The switch statement -- Functions -- What is a tuple? …”
    Libro electrónico
  16. 54776
    Publicado 2017
    “…It covers the new features introduced with JMeter 3 and enables you to dive deep into the new techniques needed for measuring your website performance. …”
    Libro electrónico
  17. 54777
    Publicado 2017
    Tabla de Contenidos: “…-- Literate programming as a content creation methodology -- Reproducibility as a benefit of literate programming -- The basic tools for an automation pipeline -- A gentle introduction to Markdown -- Text -- Headers -- Header Level 1 -- Header Level 2 -- Header Level 3 -- Header Level 4 -- Lists -- Tables -- Links -- Images -- Quotes -- Code -- Mathematics -- Extending Markdown with R Markdown -- Code chunks -- Tables -- Graphs -- Chunk options -- Global chunk options -- Caching -- Producing the final output with knitr -- Developing graphs and analysis as we normally would -- Building our presentation with R Markdown -- Summary -- Chapter 8: Object-Oriented System to Track Cryptocurrencies -- This chapter's required packages…”
    Libro electrónico
  18. 54778
    por Freeman, Adam. author
    Publicado 2017
    “…It contains detailed explanations of the Core MVC functionality which enables developers to produce leaner, cloud optimized and mobile-ready applications for the .NET platform. …”
    Libro electrónico
  19. 54779
    Publicado 2019
    “…What you will learn Master the frameworks, models, and techniques that enable machines to 'learn' from data Use scikit-learn for machine learning and TensorFlow for deep learning Apply machine learning to image classification, sentiment analysis, intelligent web applications, and more Build and train neural networks, GANs, and other models Discover best practices for evaluating and tuning models Predict continuous target outcomes using regression analysis Dig deeper into textual and social media data using sentiment analysis Who This Book Is For If you know some Python and you want to use machine learning and deep learning, pick up this book. …”
    Libro electrónico
  20. 54780
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: The Factory Pattern -- The factory method -- Real-world examples -- Use cases -- Implementing the factory method -- The abstract factory -- Real-world examples -- Use cases -- Implementing the abstract factory pattern -- Summary -- Chapter 2: The Builder Pattern -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 3: Other Creational Patterns -- The prototype pattern -- Real-world examples -- Use cases -- Implementation -- Singleton -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 4: The Adapter Pattern -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 5: The Decorator Pattern -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 6: The Bridge Pattern -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 7: The Facade Pattern -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 8: Other Structural Patterns -- The flyweight pattern -- Real-world examples -- Use cases -- Implementation -- The model-view-controller pattern -- Real-world examples -- Use cases -- Implementation -- The proxy pattern -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 9: The Chain of Responsibility Pattern -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 10: The Command Pattern -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 11: The Observer Pattern -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 12: The State Pattern -- Real-world examples -- Use cases -- Implementation -- Summary -- Chapter 13: Other Behavioral Patterns -- Interpreter pattern -- Real-world examples -- Use cases…”
    Libro electrónico