Skip to main content

Warenkorb

Sie werden jetzt wie ein VIP behandelt!

Artikel nicht erhältlich
Bitte überprüfen Sie Ihren Warenkorb. Sie können nicht verfügbare Artikel jetzt entfernen. Andernfalls werden diese beim Bezahlen automatisch entfernt.
ElementeElement
ElementeElement

Empfehlungen für Sie

Loading...

Parallele Programmierung eBooks

Lesen Sie gerne eBooks aus der Kategorie Parallele Programmierung? Dann werden Ihnen unsere Empfehlungen sicherlich gefallen.
Es werden 169192 von 270 Ergebnissen angezeigt
Skip side bar filters
  • Nebenläufige Programmierung mit Java

    Konzepte und Programmiermodelle für Multicore-Systeme

    Damit die Performance-Möglichkeiten moderner Multicore-Rechner effizient genutzt werden, muss die Software dafür entsprechend entworfen und entwickelt werden. Für diese Aufgabe bietet insbesondere Java vielfältige Konzepte an. Das Buch bietet eine fundierte Einführung in die nebenläufige Programmierung mit Java. Der Inhalt gliedert sich dabei in fünf Teile: Im ersten Teil wird das grundlegende Lesen Sie mehr

    Zuvor € 34,90 Jetzt € 27,90

  • Practical GPU Programming

    von Maris Fenlor
    If you're a Python pro looking to get the most out of your code with GPUs, then Practical GPU Programming is the right book for you. This book will walk you through the basics of GPU architectures, show you hands-on parallel programming techniques, and give you the know-how to confidently speed up real workloads in data processing, analytics, and engineering.The first thing you'll do is set up the Lesen Sie mehr

    € 25,49

  • Build Reactive Websites with RxJS

    von Randall Koutnik
    Upgrade your skillset, succeed at work, and above all, avoid the many headaches that come with modern front-end development. Simplify your codebase with hands-on examples pulled from real-life applications. Master the mysteries of asynchronous state management, detangle puzzling race conditions, and send spaceships soaring through the cosmos. When you finish this book, you'll be able to tame the Lesen Sie mehr

    € 20,67

  • Programming Multicore and Many-core Computing Systems

    Bearbeitet von Sabri Pllana, Fatos Xhafa
    Serien series Wiley Series on Parallel and Distributed Computing
    Programming multi-core and many-core computing systemsSabri Pllana, Linnaeus University, SwedenFatos Xhafa, Technical University of Catalonia, SpainProvides state-of-the-art methods for programming multi-core and many-core systemsThe book comprises a selection of twenty two chapters covering: fundamental techniques and algorithms; programming approaches; methodologies and frameworks; scheduling Lesen Sie mehr

    € 89,99

  • Bayes Theorem

    A Quick-Start Beginner's Guide

    von Andy Hayes
    Applications of the theorem are widespread and not limited to the financial realm. As an example, Bayes' theorem can be used to determine the accuracy of medical test results by taking into consideration how likely any given person is to have a disease and the general accuracy of the test.Bayes' theorem gives the probability of an event based on information that is or may be related to that event. Lesen Sie mehr

    € 2,58

  • Hadoop Operations

    A Guide for Developers and Administrators

    von Eric Sammer
    If you’ve been asked to maintain large and complex Hadoop clusters, this book is a must. Demand for operations-specific material has skyrocketed now that Hadoop is becoming the de facto standard for truly large-scale data processing in the data center. Eric Sammer, Principal Solution Architect at Cloudera, shows you the particulars of running Hadoop in production, from planning, installing, and Lesen Sie mehr

    € 30,57

  • Parallel Programming for Modern High Performance Computing Systems

    von Pawel Czarnul
    In view of the growing presence and popularity of multicore and manycore processors, accelerators, and coprocessors, as well as clusters using such computing devices, the development of efficient parallel applications has become a key challenge to be able to exploit the performance of such systems. This book covers the scope of parallel programming for modern high performance computing systems.It Lesen Sie mehr

    € 61,91

  • Enhanced Java: Step-by-Step Java Book (3th Edition)

    von Jamie Bloch
    Java Made Easy – a Step-by-Step Guide for BeginnersLearning a programming language can seem like a daunting task. You may have looked at coding in the past, and felt it was too complicated and confusing. This comprehensive beginner’s guide will take you step by step through learning one of the best programming languages out there. In a matter of no time, you will be writing code like a Lesen Sie mehr

    € 26,50

  • Rust In Practice

    A Programmers Guide to Build Rust Programs, Test Applications and Create Cargo Packages

    von Rustacean Team
    Learn to Build Rust Programs, Test Applications and Create Your Own Cargo Packages in RustRust In Practice is an ultimate fast-paced guide for anyone looking to become a practitioner of the rust programming from day 1. This book covers everything from the basics of Rust programming to building robust and efficient applications. Starting with the fundamentals, this book guides you through the Lesen Sie mehr

    € 36,62

  • An Introduction to Parallel Programming

    von Peter Pacheco
    An Introduction to Parallel Programming is the first undergraduate text to directly address compiling and running parallel programs on the new multi-core and cluster architecture. It explains how to design, debug, and evaluate the performance of distributed and shared-memory programs. The author Peter Pacheco uses a tutorial approach to show students how to develop effective parallel programs with Lesen Sie mehr

    € 45,09

  • Programming for Hybrid Multi/Manycore MPP Systems

    Serien series Chapman & Hall/CRC Computational Science
    "Ask not what your compiler can do for you, ask what you can do for your compiler."--John Levesque, Director of Cray’s Supercomputing Centers of ExcellenceThe next decade of computationally intense computing lies with more powerful multi/manycore nodes where processors share a large memory space. These nodes will be the building block for systems that range from a single node workstation up to Lesen Sie mehr

    € 60,64

  • Fortran 2018 with Parallel Programming

    von Subrata Ray
    The programming language Fortran dates back to 1957 when a team of IBM engineers released the first Fortran Compiler. During the past 60 years, the language had been revised and updated several times to incorporate more features to enable writing clean and structured computer programs. The present version is Fortran 2018. Since the dawn of the computer era, there had been a constant demand for a Lesen Sie mehr

    € 70,75

  • Introduction to Concurrency in Programming Languages

    Illustrating the effect of concurrency on programs written in familiar languages, this text focuses on novel language abstractions that truly bring concurrency into the language and aid analysis and compilation tools in generating efficient, correct programs. It also explains the complexity involved in taking advantage of concurrency with regard to program correctness and performance. The book Lesen Sie mehr

    € 83,39

  • Introduction to Statistical Computing and Visualization Using R

    von Megha Rathi
    The book provides a foundational guide to statistical computing and visualisation Using R programming with an emphasis on practical data analysis skills that are directly applicable to diverse fields like finance, defence, health, and education. It uniquely combines a thorough explanation of basic constructs with advanced topics such as data visualisation, statistical modeling, and probability, Lesen Sie mehr

    € 164,27

  • Learn Functional Programming with Elixir

    von Ulisses Almeida
    Elixir's straightforward syntax and this guided tour give you a clean, simple path to learn modern functional programming techniques. No previous functional programming experience required! This book walks you through the right concepts at the right pace, as you explore immutable values and explicit data transformation, functions, modules, recursive functions, pattern matching, high-order Lesen Sie mehr

    € 22,21

  • Effective Haskell

    Solving Real-World Problems with Strongly Typed Functional Programming

    von Rebecca Skinner
    Put the power of Haskell to work in your programs, learning from an engineer who uses Haskell daily to get practical work done efficiently. Leverage powerful features like Monad Transformers and Type Families to build useful applications. Realize the benefits of a pure functional language, like protecting your code from side effects. Manage concurrent processes fearlessly. Apply functional Lesen Sie mehr

    € 36,07

  • High Performance Computing for Intelligent Medical Systems

    Bearbeitet von Varun Bajaj, Irshad Ahmad Ansari
    Serien series IOP Series in Next Generation Computing
    Modern medicine and healthcare are highly dependent on engineering, employing instrumentation and computer systems to aid investigation, diagnosis, treatment and patient management. The significant developments in the field of computational intelligence, combined with the emergence of high-performance computing is impacting society in many ways, and the health sector is no exception. The interface Lesen Sie mehr

    € 91,07

  • Rust for Network Programming and Automation

    von Brian Anderson
    Rust for Network Programming and Automation is a pragmatic guide that trains you through the Rust to design networks and begin with automating network administration. The book introduces you to the powerful libraries and commands of Rust that are essential for designing, administering and automating networks. You will learn how to use Rust's networking libraries like tokio, mio and rust-async to Lesen Sie mehr

    € 29,49

  • Advanced Python Programming

    Build high performance, concurrent, and multi-threaded apps with Python using proven design patterns

    Create distributed applications with clever design patterns to solve complex problemsKey FeaturesSet up and run distributed algorithms on a cluster using Dask and PySparkMaster skills to accurately implement concurrency in your codeGain practical experience of Python design patterns with real-world examplesBook DescriptionThis Learning Path shows you how to leverage the power of both native and Lesen Sie mehr

    € 29,25

  • Hands-On Concurrency with Rust

    Confidently build memory-safe, parallel, and efficient software in Rust

    Get to grips with modern software demands by learning the effective uses of Rust\\'s powerful memory safety.Key Features\[\*\] Learn and improve the sequential performance characteristics of your software\[\*\] Understand the use of operating system processes in a high-scale concurrent system\[\*\] Learn of the various coordination methods available in the Standard libraryBook DescriptionMost Lesen Sie mehr

    € 30,68

  • Hands-On GPU Computing with Python

    Explore the capabilities of GPUs for solving high performance computational problems

    Explore a GPU-enabled programmable environment for machine learning, scientific applications, and gaming using PuCUDA, PyOpenGL, and Anaconda AccelerateKey FeaturesUnderstand effective synchronization strategies for faster processing using GPUsWrite parallel processing scripts with PyCuda and PyOpenCLLearn to use CUDA libraries such as CuDNN for deep learning on GPUsBook DescriptionGPUs are Lesen Sie mehr

    € 27,71

  • Large-scale Distributed Systems and Energy Efficiency

    A Holistic View

    Serien series Wiley Series on Parallel and Distributed Computing
    Addresses innovations in technology relating to the energy efficiency of a wide variety of contemporary computer systems and networksWith concerns about global energy consumption at an all-time high, improving computer networks energy efficiency is becoming an increasingly important topic. Large-Scale Distributed Systems and Energy Efficiency: A Holistic View addresses innovations in technology Lesen Sie mehr

    € 99,99

  • Hadoop: The Definitive Guide

    The Definitive Guide

    von Tom White
    Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, Lesen Sie mehr

    € 25,73

  • Node.js 8 the Right Way

    Practical, Server-Side JavaScript That Scales

    von Jim Wilson
    Node.js is the platform of choice for creating modern web services. This fast-paced book gets you up to speed on server-side programming with Node.js 8, as you develop real programs that are small, fast, low-profile, and useful. Take JavaScript beyond the browser, explore dynamic language features, and embrace evented programming.Harness the power of the event loop and non-blocking I/O to create Lesen Sie mehr

    € 17,48