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 4972 von 268 Ergebnissen angezeigt
Skip side bar filters
  • Numerical Analysis and Scientific Computation

    Serien series Textbooks in Mathematics
    This is an introductory single-term numerical analysis text with a modern scientific computing flavor. It offers an immediate immersion in numerical methods featuring an up-to-date approach to computational matrix algebra and an emphasis on methods used in actual software packages, always highlighting how hardware concerns can impact the choice of algorithm. It fills the need for a text that is Lesen Sie mehr

    € 75,81

  • The Rust Optimizer's Handbook

    Practical Strategies for Real-World Efficiency

    von James Williams
    Rust is a powerful systems programming language prized for its speed, memory safety, and expressiveness. However, even the most meticulously crafted Rust program can benefit from optimization. This book equips you with the knowledge and tools to transform your Rust code into a high-performance machine.Short SummaryWelcome to the realm of Rust optimization! This comprehensive handbook empowers you Lesen Sie mehr

    € 7,54

  • Rust Atomics and Locks

    Low-Level Concurrency in Practice

    von Mara Bos
    The Rust programming language is extremely well suited for concurrency, and its ecosystem has many libraries that include lots of concurrent data structures, locks, and more. But implementing those structures correctly can be very difficult. Even in the most well-used libraries, memory ordering bugs are not uncommon.In this practical book, Mara Bos, leader of the Rust library team, helps Rust Lesen Sie mehr

    € 25,40

  • Parallel Iterative Algorithms

    From Sequential to Grid Computing

    Focusing on grid computing and asynchronism, Parallel Iterative Algorithms explores the theoretical and practical aspects of parallel numerical algorithms. Each chapter contains a theoretical discussion of the topic, an algorithmic section that fully details implementation examples and specific algorithms, and an evaluation of the advantages and dr Lesen Sie mehr

    € 83,39

  • Dynamic Programming in Python

    From Basics to Expert Proficiency

    von William Smith
    "Dynamic Programming in Python: From Basics to Expert Proficiency" is a comprehensive guide designed to equip readers with the skills and knowledge necessary to master dynamic programming techniques using Python. Starting from foundational concepts such as recursion and moving through to advanced topics, this book covers every essential aspect of dynamic programming. Detailed explanations, Lesen Sie mehr

    € 9,49

  • Programação Paralela e Distribuída

    com MPI, OpenMP e OpenACC para computação de alto desempenho

    A programação paralela nos permite criar aplicações que podem realizar uma quantidade expressiva de cálculos sobre um conjunto significativo de dados, com resultados em prazos muito mais reduzidos, quando comparados com ouso da programação sequencial. Com isso, abrem-se possibilidades para desenvolvimento de modelos computacionais mais sofisticados para a solução de problemas cada vez mais Lesen Sie mehr

    Zuvor € 7,49 Jetzt € 6,49

  • Practical Rust 1.x Cookbook

    von Rustacean Team
    Practical Rust 1.x Cookbook is an in-depth guide for experienced Rust programmers looking to create robust and efficient applications. This solution-focused book covers a wide range of topics, including command-line, webassembly, networking, kubernetes, microservices, and system programming.This book includes over 100 real-world practical exercises that will teach you how to use the Rust compiler Lesen Sie mehr

    € 33,99

  • 深入淺出 .NET 10 併發程式設計

    Async/Await、多執行緒、與平行處理

    von 蔡煥麟
    Serien Buch 2 - .NET 開發者修練系列
    你是否曾經在撰寫 .NET 應用程式時,遇過 UI 卡住、網站回應變慢、背景工作吞吐量不佳,或是被 async/await、Task.Run、ConfigureAwait(false)、取消與例外處理搞得一頭霧水?本書就是為了解決這些問題而寫。這是一本從觀念建立到實戰應用,系統性帶你掌握 .NET 10 非同步程式設計的技術書。全書以清楚易懂的方式,帶你理解執行緒、Task、async/await、取消與逾時、同步機制、平行處理、非同步資料流、非同步資源管理,以及進階的 TaskCompletionSource、ValueTask、ExecutionContext、TaskScheduler、API 設計等主題。本書不只告訴你語法怎麼寫,更重視背後的思考方式與實務判斷。你將學會什麼時候該用非同步、什麼時候該用平行處理、如何避免常見陷阱(例如 sync-over-async、死鎖 Lesen Sie mehr

    € 11,57

  • Parallel and High Performance Programming with Python (2nd Edition)

    Transform Your Python Code into a High-Performance Powerhouse Using Multithreading, CUDA, PyTorch, Spark, and Dask

    von Fabio Nelli
    Unleash the Full Power of Python to Run Faster Code, Scale Smarter, and Compute Without Limits.Key Features? Get a free one-month digital subscription to www.avaskillshelf.com? Master end-to-end Python parallelism from multithreading and multiprocessing to distributed computing on GPUs, clusters, and the cloud.? Accelerate real-world workloads using cutting-edge frameworks like Ray, Dask, PyTorch, Lesen Sie mehr

    € 21,00

  • Learning MCollective

    Parallel Server Management in Puppet and Chef

    von Jo Rhett
    Orchestrate change across server clusters in near realtime with MCollective, the framework that works in concert with Puppet, Chef, and other configuration management tools. Ideal for system administrators and operations or DevOps engineers at any level, this hands-on guide teaches you how to build and test a real installation of MCollective servers and clients in your environment.Learn how to Lesen Sie mehr

    € 22,98

  • Kickstart Compiler Design Fundamentals

    Practical Techniques and Solutions for Compiler Design, Parsing, Optimization, and Code Generation (English Edition)

    Unveiling Compiler Secrets from Source to Execution.Key Features● Master compiler fundamentals, from lexical analysis to advanced optimization techniques.● Reinforce concepts with practical exercises, projects, and real-world case studies.● Explore LLVM, GCC, and industry-standard optimization methods for efficient code generation.Book DescriptionCompilers are the backbone of modern computing, Lesen Sie mehr

    € 13,30

  • 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

  • Parallel and High Performance Programming with Python

    Unlock parallel and concurrent programming in Python using multithreading, CUDA, Pytorch and Dask. (English Edition)

    von Fabio Nelli
    Unleash the capabilities of Python and its libraries for solving high performance computational problems.KEY FEATURES● Explores parallel programming concepts and techniques for high-performance computing.● Covers parallel algorithms, multiprocessing, distributed computing, and GPU programming.● Provides practical use of popular Python libraries/tools like NumPy, Pandas, Dask, and TensorFlow Lesen Sie mehr

    Zuvor € 23,99 Jetzt € 21,49

  • Stream Processing with Apache Spark

    Mastering Structured Streaming and Spark Streaming

    Before you can build analytics tools to gain quick insights, you first need to know how to process data in real time. With this practical guide, developers familiar with Apache Spark will learn how to put this in-memory framework to use for streaming data. You’ll discover how Spark enables you to write streaming jobs in almost the same way you write batch jobs.Authors Gerard Maas and François Lesen Sie mehr

    € 25,40

  • Distributed AI Systems

    A practical guide to building scalable training, inference, and serving systems for production AI

    von Fuheng Wu
    Learn distributed AI through hands-on experience with training frameworks, inference engines, and orchestration tools to build production-ready training, inference and serving systems for modern large-scale AI.Key FeaturesUnderstand GPU hardware, high-speed interconnects, and parallelism strategiesLearn distributed training with resource-optimized techniquesDeploy high-performance inference with Lesen Sie mehr

    € 29,69

    VORBESTELLEN

  • 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

  • DevOps and Site Reliability Engineering Handbook

    Non-Programmer’s Guide

    von Fleming Stephen
    Are we doing DevOps or SRE?There are many blogs, videos, Quora posts discussing the similarities and differences in both the practices. SRE was developed by Google for internal consumption and overlaps with the DevOps culture and philosophy.Now Let’s See a Definition of DevOps & SRE!- DevOps is more of an organizational culture that fills the gap between coder and the operation person and aligns Lesen Sie mehr

    € 4,33

  • Distributed Computing in Java 9

    Leverage the latest features of Java 9 for distributed computing

    Explore the power of distributed computing to write concurrent, scalable applications in JavaKey Features? Make the best of Java 9 features to write succinct code? Handle large amounts of data using HPC? Make use of AWS and Google App Engine along with Java to establish a powerful remote computation systemBook DescriptionDistributed computing is the concept with which a bigger computation process Lesen Sie mehr

    € 30,68

  • CUDA Programming with C++

    From Basics to Expert Proficiency

    von William Smith
    "CUDA Programming with C++: From Basics to Expert Proficiency" is a comprehensive guide aimed at providing a deep understanding of parallel computing using CUDA and C++. Tailored for both beginners and experienced developers, this book meticulously covers fundamental concepts, advanced techniques, and practical applications of CUDA programming. From setting up the development environment to Lesen Sie mehr

    € 9,49

  • Boost C++ Application Development Cookbook

    Recipes to simplify your application development

    Learn to build applications faster and better by leveraging the real power of Boost and C++Key FeaturesLearn to use the Boost libraries to simplify your application developmentLearn to develop high quality, fast and portable applicationsLearn the relations between Boost and C++11/C++4/C++17Book DescriptionIf you want to take advantage of the real power of Boost and C++ and avoid the confusion Lesen Sie mehr

    € 34,64

  • The OpenMP Common Core

    Making OpenMP Simple Again

    Serien series Scientific and Engineering Computation
    How to become a parallel programmer by learning the twenty-one essential components of OpenMP.This book guides readers through the most essential elements of OpenMP—the twenty-one components that most OpenMP programmers use most of the time, known collectively as the “OpenMP Common Core.” Once they have mastered these components, readers with no prior experience writing parallel code will be Lesen Sie mehr

    € 24,08

  • Topics in Parallel and Distributed Computing

    Introducing Concurrency in Undergraduate Courses

    Topics in Parallel and Distributed Computing provides resources and guidance for those learning PDC as well as those teaching students new to the discipline. The pervasiveness of computing devices containing multicore CPUs and GPUs, including home and office PCs, laptops, and mobile devices, is making even common users dependent on parallel processing. Certainly, it is no longer sufficient for Lesen Sie mehr

    € 52,24

  • Concurrency in .NET

    Modern patterns of concurrent and parallel programming

    SummaryConcurrency in .NET teaches you how to build concurrent and scalable programs in .NET using the functional paradigm. This intermediate-level guide is aimed at developers, architects, and passionate computer programmers who are interested in writing code with improved speed and effectiveness by adopting a declarative and pain-free programming style.Purchase of the print book includes a free Lesen Sie mehr

    € 50,83

  • Persistence Best Practices for Java Applications

    Effective strategies for distributed cloud-native applications and data-driven modernization

    The definitive guide for designing and delivering reliable and high-performing persistence layers using Java in the cloud-native age Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesUncover database patterns for designing readable and maintainable architectures and Java applicationsMaster various techniques to overcome application and architecture persistence Lesen Sie mehr

    € 28,70