Mostrando 643,661 - 643,680 Resultados de 650,569 Para Buscar 'C5N~', tiempo de consulta: 2.01s Limitar resultados
  1. 643661
    Publicado 2016
    “…It is a great scripting language that can power your applications and provide great speed, safety, and scalability. …”
    Libro electrónico
  2. 643662
    Publicado 2016
    “…Learning how to effectively use this technology can enhance your productivity while simplifying your most common tasks, allowing you more time to focus on your project. …”
    Libro electrónico
  3. 643663
    Publicado 2017
    “…This TS7760T (Tape Attached) configuration mimics the behavior of a TS7740, with additional features that go beyond what a TS7740 can provide. The TS7760T writes data by policy to physical tape through attachment to high-capacity, high-performance IBM TS1150 and IBM TS1140 tape drives installed in an IBM TS4500 or TS3500 tape library. …”
    Libro electrónico
  4. 643664
    Publicado 2018
    Materias:
    Libro electrónico
  5. 643665
    Publicado 2019
    “…Comprehensive content and deep detail provide more than just a BeagleBone instruction manual-you'll also learn the underlying engineering techniques that will allow you to create your own projects. The book begins with a foundational primer on essential skills, and then gradually moves into communication, control, and advanced applications using C/C++, allowing you to learn at your own pace. …”
    Libro electrónico
  6. 643666
    Publicado 2016
    “…If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the code file…”
    Libro electrónico
  7. 643667
    Publicado 2016
    “…Downloading the example code for this book. You can download the example code files for all Packt books you have purchased from you..…”
    Libro electrónico
  8. 643668
    Publicado 2018
    “…Your journey starts with the simplest RNN model, where you can grasp the fundamentals. …”
    Libro electrónico
  9. 643669
    Publicado 2017
    Tabla de Contenidos: “…Synchronizing phase change -- Other functionalities -- First example - a keyword extraction algorithm -- Common classes -- The Word class -- The Keyword class -- The Document class -- The DocumentParser class -- The serial version -- The concurrent version -- The KeywordExtractionTask class -- The ConcurrentKeywordExtraction class -- Comparing the two solutions -- The second example - a genetic algorithm -- Common classes -- The Individual class -- The GeneticOperators class -- The serial version -- The SerialGeneticAlgorithm class -- The SerialMain class -- The concurrent version -- The SharedData class -- The GeneticPhaser class -- The ConcurrentGeneticTask class -- The ConcurrentGeneticAlgorithm class -- The ConcurrentMain class -- Comparing the two solutions -- Lau15 dataset -- Kn57 dataset -- Conclusions -- Summary -- Chapter 7: Optimizing Divide and Conquer Solutions - The Fork/Join Framework -- An introduction to the fork/join framework -- Basic characteristics of the fork/join framework -- Limitations of the fork/join framework -- Components of the fork/join framework -- The first example - the k-means clustering algorithm -- The common classes -- The VocabularyLoader class -- The word, document, and DocumentLoader classes -- The DistanceMeasurer class -- The DocumentCluster class -- The serial version -- The SerialKMeans class -- The SerialMain class -- The concurrent version -- Two tasks for the fork/join framework - AssignmentTask and UpdateTask -- The ConcurrentKMeans class -- The ConcurrentMain class -- Comparing the solutions -- The second example - a data filtering algorithm -- Common features -- The serial version -- The SerialSearch class -- The SerialMain class -- The concurrent version -- The TaskManager class -- The IndividualTask class -- The ListTask class -- The ConcurrentSearch class -- The ConcurrentMain class…”
    Libro electrónico
  10. 643670
    Publicado 2017
    Tabla de Contenidos: “…. -- How it works... -- Working with Rank-N type -- How to do it... -- How it works... -- Working with type family -- How to do it... -- How it works... -- Working with GADTs -- How to do it... -- How it works... -- Chapter 11: Working with Lens and Prism -- Introduction -- Creating lenses -- How to do it... -- How it works... -- Working with lenses -- How to do it... -- How it works... -- Working with Traversal -- How to do it... -- How it works... -- Working with Iso -- How to do it... -- How it works... -- Working with Prism -- How to do it... -- How it works... -- Working with predefined lenses -- Getting ready -- How to do it... -- How it works... -- Chapter 12: Concurrent and Distributed Programming in Haskell -- Introduction -- Working with IORef -- How to do it... -- How it works... -- Working with MVar -- How to do it... -- How it works... -- Working with STM -- How it works... -- How it works... -- Working with strategies -- How to do it... -- How it works... -- Working with monad-par -- How to do it... -- How it works... -- Working with Cloud Haskell -- Getting ready -- How to do it... -- How it works... -- Using Cloud Haskell to start master and slave nodes -- How to do it... -- How it works... -- Using closure to communicate between nodes -- How to do it... -- How it works... -- Index…”
    Libro electrónico
  11. 643671
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Workspace Structure -- How Android Studio differs -- Workspace structure -- Editor windows -- Tool windows -- The Android SDK -- Virtual devices -- Instant Run -- Importing projects into Android Studio -- Summary -- Chapter 2: UI Design -- The Layout Editor -- Linear and relative layout classes -- The constraint layout -- Creating a ConstraintLayout -- Applying constraints -- Graphic Properties tool -- Baseline alignment -- Controlling position with bias -- The constraints toolbar -- Multiple screen previewing -- Hardware profiles -- Virtual storage -- Summary -- Chapter 3: UI Development -- Material design -- Android styles -- Material themes -- The&amp -- #160 -- Theme Editor -- XML fonts -- The design library -- The coordinator layout -- Snackbars and Floating Action Buttons -- Collapsing app bars -- Raw text resources -- The percent library -- Summary -- Chapter 4: Device Development -- Screen orientation -- Virtual devices -- Layout and image qualification -- Scale and platform -- Alternative emulators -- Android Wear -- Connecting to a wearable AVD -- Wearable layouts -- The WatchViewStub class -- Shape - aware layouts -- Accessing sensors -- Sensor emulation -- Device monitoring -- Project templates -- Monitoring and profiling -- Summary -- Chapter 5: Assets and Resources -- Asset Studio -- Image Asset Studio -- Layered icons -- Launcher icon tools -- Vector Asset Studio -- Vector drawables -- Animated icons -- Other animations -- General drawables -- The palette library -- Summary -- Chapter 6: Templates and Plugins -- Project templates -- The Navigation Drawer template -- The Structure Explorer -- Class inspection plugins -- The Master/Detail Flow template -- Custom templates…”
    Libro electrónico
  12. 643672
    Publicado 2019
    Tabla de Contenidos: “…The coordinate system -- Faceting -- Theme -- Installing ggplot2 -- Scatter plots -- Histogram plots -- Density plots -- Probability plots -- dnorm() -- pnorm() -- rnorm() -- Box plots -- Residual plots -- Summary -- Chapter 5: Creating Aesthetically Pleasing Reports with knitr and R Markdown -- Technical requirements -- Installing R Markdown -- Working with R Markdown -- Reproducible data analysis reports with knitr -- Exporting and customizing reports -- Summary -- Section 2: Univariate, Time Series, and Multivariate Data -- Chapter 6: Univariate and Control Datasets -- Technical requirements -- Reading the dataset -- Cleaning and tidying up the data -- Understanding the structure of the data -- Hypothesis tests -- Statistical hypothesis in R -- The t-test in R -- Directional hypothesis in R -- Correlation in R -- Tietjen-Moore test -- Parsimonious models -- Probability plots -- The Shapiro-Wilk test -- Summary -- Chapter 7: Time Series Datasets -- Technical requirements -- Introducing and reading the dataset -- Cleaning the dataset -- Mapping and understanding structure -- Hypothesis test -- t-test in R -- Directional hypothesis in R -- Grubbs' test and checking outliers -- Parsimonious models -- Bartlett's test -- Data visualization -- Autocorrelation plots -- Spectrum plots -- Phase plots -- Summary -- Chapter 8: Multivariate Datasets -- Technical requirements -- Introducing and reading a dataset -- Cleaning the data -- Mapping and understanding the structure -- Hypothesis test -- t-test in R -- Directional hypothesis in R -- Parsimonious model -- Levene's test -- Data visualization -- Principal Component Regression -- Partial Least Squares Regression -- Summary -- Section 3: Multifactor, Optimization, and Regression Data Problems -- Chapter 9: Multi-Factor Datasets -- Technical requirements -- Introducing and reading the dataset…”
    Libro electrónico
  13. 643673
    Publicado 2014
    “…The book shows how meetings can be virtuous in intent as well as design, and how technology can help in this work. …”
    Libro electrónico
  14. 643674
    Publicado 2015
    “…Using simple commands or a combination of them in a shell can solve complex problems easily. This book starts with the basics, including essential commands that can be executed on Linux systems to perform tasks within a few nanoseconds. …”
    Libro electrónico
  15. 643675
    Publicado 2012
    “…They not only illuminate the potential benefits of agile in large-scale development, they also systematically show how these benefits can actually be achieved. Coverage includes: • Tightly linking agile methods and enterprise architecture with business objectives • Focusing agile practices on your worst development pain points to get the most bang for your buck • Abandoning classic agile methods that don’t work at the largest scale • Employing agile methods to establish a new architecture • Using metrics as a “conversation starter” around agile process improvements • Leveraging continuous integration and quality systems to reduce costs, accelerate schedules, and automate the delivery pipeline • Taming the planning beast with “light-touch” agile planning and lightweight long-range forecasting • Implementing effective project management and ensuring accountability in large agile projects • Managing tradeoffs associated with key decisions about organizational structure • Overcoming U.S.…”
    Libro electrónico
  16. 643676
    por Jordan, Gregory. author
    Publicado 2014
    Tabla de Contenidos: “…""Intent Graph""""Summary""; ""Chapter 4: Querying""; ""Cypher Basics""; ""Transactions""; ""Compatibility""; ""SQL to Cypher""; ""INSERT and CREATE""; ""SELECT and START / MATCH""; ""UPDATE and SET""; ""DELETE""; ""Cypher Clauses""; ""Return""; ""WITH, ORDER BY, SKIP, and LIMIT""; ""Using""; ""Reading""; ""Match""; ""Optional Match""; ""Where""; ""Start""; ""Writing""; ""SET""; ""REMOVE""; ""Summary""; ""Chapter 5: Importing from Another Data Source""; ""Examples""; ""Test Data with Cypher""; ""Test Data with Load CSV""; ""Creating a Unique Index""; ""Creating Relationships""…”
    Libro electrónico
  17. 643677
    Publicado 2013
    “…Distilled from a career of unusual breadth and accomplishment, and organized under practical topics like hiring people, running a meeting, and dealing with the press, Rumsfeld's Rules can benefit people at every stage in their careers and in every walk of life, from aspiring politicos and industrialists to recent college graduates, teachers, and business leaders. …”
    Libro electrónico
  18. 643678
    Publicado 2015
    “…More specifically, candidates who want a dynamic explanation of the CCNA Cloud exam’s content. Secondary Audience: Candidates for other certifications, such as CCNP and CCIE Data Center, can also use this content as a foundational review of established cloud topics. …”
    Video
  19. 643679
    Publicado 2022
    Tabla de Contenidos: “…ISO-56002:2019 </B>*</P><P><B>Introduction</B> *</P><P><B>TIME</B> *</P><P><B>ISO 56002:2019 Standard</B> *</P><I><P></I><I>Clause 4.0 -- Context of the Organization </I>*</P><I><P></I><I>Clause 5.0 -- Leadership </I>*</P><I><P></I><I>Clause 6.0 -- Planning </I>*</P><I><P></I><I>Clause 7.0 -- Support </I>*</P><I><P></I><I>Clause 8.0 -- OPERATIONS </I>*</P><I><P></I><I>Clause 9.0 -- Performance Evaluation </I>*</P><I><P></I><I>CLause 10.0 -- Improvement </I>*</P><P><B>More Detailed View of Section 8. …”
    Libro electrónico
  20. 643680
    por Eleonorasdotter, Emma
    Publicado 2024
    Tabla de Contenidos: “…Drugs in historical and contemporary contexts: Legal, cultural, scientific, and geographical -- Drugs and medications -- 4. Meeting points -- 5. Possessing drugs -- 6. Avoiding The Junkie -- 7. …”
    Libro electrónico