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 145168 von 270 Ergebnissen angezeigt
Skip side bar filters
  • Julia Cookbook

    Over 40 recipes to get you up and running with programming using Julia

    von Jalem Raj Rohit
    Over 40 recipes to get you up and running with programming using Julia Key Features\[\*\] Follow a practical approach to learn Julia programming the easy way\[\*\] Get an extensive coverage of Julia’s packages for statistical analysis\[\*\] This recipe-based approach will help you get familiar with the key concepts in JuliaBook DescriptionWant to handle everything that Julia can throw at you and Lesen Sie mehr

    € 27,71

  • Asyncio From Ground Up

    von Ritesh Modi
    You have probably tried asyncio once and given up. You may have searched "python asyncio tutorial" and bounced off three of them. You may have copied an async def from somewhere without understanding why. You may have closed a code review the moment await appeared on the screen. None of those experiences is unusual, and none of them is your fault.The reason most readers find asyncio confusing is Lesen Sie mehr

    € 8,99

  • 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

  • Application of High-Performance Computing to Earthquake-Related Problems

    von Muneo Hori
    With the continued improvements in computing power and digital information availability, we are witnessing the increasing use of high-performance computers to enhance simulations for the forecasting of hazards, disasters, and responses. This major reference work summarizes the theories, analysis methods, and computational results of various earthquake simulations by the use of supercomputers. It Lesen Sie mehr

    € 118,35

  • Mastering C++ Swiftly

    Mastering C++ Swiftly: A Comprehensive Beginner's Handbook for Novices in Programming is your ultimate guide to learning C++ programming quickly and efficiently. Tailored for those new to programming, this book offers an accelerated learning path filled with practical projects to reinforce your skills.C++ is a powerful and versatile programming language used in a wide range of applications, from Lesen Sie mehr

    € 14,49

  • Learning Julia

    Build high-performance applications for scientific computing

    Learn Julia language for data science and data analyticsKey Features\[\*\] Set up Julia's environment and start building simple programs\[\*\] Explore the technical aspects of Julia and its potential when it comes to speed and data processing\[\*\] Write efficient and high-quality code in JuliaBook DescriptionJulia is a highly appropriate language for scientific computing, but it comes with all Lesen Sie mehr

    € 30,68

  • Functional Programming in Go

    Apply functional techniques in Golang to improve the testability, readability, and security of your code

    von Dylan Meeus
    Leverage core functional programming (FP) concepts to write more maintainable and testable code in Go Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesLearn functional programming techniques at the architectural level and use them to solve real-world problemsUnderstand how to think about code functionallyLearn about the trade-offs of functional programming and object Lesen Sie mehr

    € 25,73

  • Building Big Data Pipelines with Apache Beam

    Use a single programming model for both batch and stream data processing

    von Jan Lukavsky
    Implement, run, operate, and test data processing pipelines using Apache Beam Key Features • Understand how to improve usability and productivity when implementing Beam pipelines • Learn how to use stateful processing to implement complex use cases using Apache Beam • Implement, test, and run Apache Beam pipelines with the help of expert tips and techniques Book Description Apache Beam is an open Lesen Sie mehr

    € 28,70

  • Mastering Concurrency in Python

    Create faster programs using concurrency, asynchronous, multithreading, and parallel programming

    von Quan Nguyen
    Immerse yourself in the world of Python concurrency and tackle the most complex concurrent programming problemsKey FeaturesExplore the core syntaxes, language features and modern patterns of concurrency in PythonUnderstand how to use concurrency to keep data consistent and applications responsiveUtilize application scaffolding to design highly-scalable programsBook DescriptionPython is one of the Lesen Sie mehr

    € 30,68

  • Mastering Design and CAD

    Welcome to the forefront of knowledge with Cybellium, your trusted partner in mastering the cutting-edge fields of IT, Artificial Intelligence, Cyber Security, Business, Economics, and Science.Designed for professionals, students, and enthusiasts alike, our comprehensive books empower you to stay ahead in a rapidly evolving digital world.Expert Insights: Our books provide deep, actionable insights Lesen Sie mehr

    € 10,88

  • Effective Rust

    35 Specific Ways to Improve Your Rust Code

    von David Drysdale
    Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers. This practical guide helps you make the transition to writing idiomatic Rust—while also making full use of Rust's type system, safety guarantees, and burgeoning ecosystem.If you're a software Lesen Sie mehr

    € 36,84