Skip to main content

Indkøbskurv

Du får VIP-behandling!

Vare(r) ikke tilgængelig til køb
Gennemgå din indkøbskurv. Du kan fjerne de(n) tilgængelige vare(r) nu, ellers fjerner vi det automatisk ved kassen.
varervare
varervare

Anbefalet til dig

Loading...

Parallel programmering e-bøger

Hvis du kan lide Parallel programmering e-bøger, så vil du elske disse fremragende valg.
Viser 1 - 24 af 240 resultater
Skip side bar filters
  • Delphi GUI Programming with FireMonkey

    Unleash the full potential of the FMX framework to build exciting cross-platform apps with Embarcadero Delphi

    af Andrea Magni ...
    Create modern yet effective multi-platform applications by building interactive UIs following a single codebase approach to boost productivityKey FeaturesDelve into the FireMonkey framework and explore its powerful capabilitiesEnhance the user experience by using various technologies included in Delphi and FMXBoost developer productivity through the cross-platform capabilities enabled by the ... Læs mere

    341,99 kr. eller Gratis med Kobo Plus

  • Programming Your GPU with OpenMP

    Performance Portability for GPUs

    Serier serie Scientific and Engineering Computation
    The essential guide for writing portable, parallel programs for GPUs using the OpenMP programming model.Today’s computers are complex, multi-architecture systems: multiple cores in a shared address space, graphics processing units (GPUs), and specialized accelerators. To get the most from these systems, programs must use all these different processors. In Programming Your GPU with OpenMP, Tom ... Læs mere

    481,11 kr.

  • XeHE: an Intel GPU Accelerated Fully Homomorphic Encryption Library

    A SYCL Sparkler: Making the Most of C++ and SYCL

    Serier serie SYCL Sparklers: Making the Most of C++ and SYCL
    This installment of a "SYCL Sparkler" explores in depth a way to implement a reasonably efficient implementation for Homomorphic Encryption using modern C++ with SYCL. As a result of their work, the authors learned some valuable optimization techniques and insights that they have taken time to share in this very interesting and detailed piece.A key value of using C++ with SYCL, is the ability to ... Læs mere

    Gratis

  • Ultimate Monorepo and Bazel for Building Apps at Scale

    Unlock Next-Level Scalable App Development with Monorepo and BazelKey Features● Unleash the transformative power of Monorepos with Bazel, revolutionizing your development workflow.● Elevate your build system to unmatched levels of efficiency and reliability through comprehensive Bazel mastery.● Propel yourself into the future of software development by mastering Bazel and harnessing the potential ... Læs mere

    223,74 kr.

  • Azure Data Demystified: From SQL to Synapse

    Dive into the expansive world of Microsoft Azure's data services with Azure Data Demystified: From SQL to Synapse. Designed for data enthusiasts, IT professionals, and cloud architects, this guide takes readers on a practical journey from the familiar foundations of SQL databases to the cutting-edge capabilities of Azure Synapse Analytics. Whether you're transitioning from on-premises systems to ... Læs mere

    62,82 kr. eller Gratis med Kobo Plus

  • Hadoop BIG DATA Interview Questions You'll Most Likely Be Asked

    Serier Bog 11 - Job Interview Questions series
    200 Hadoop BIG DATA Interview Questions76 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsHadoop BIG DATA Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather than going thr... ... Læs mere

    70,66 kr.

  • Parallel R

    Data Analysis in the Distributed World

    It’s tough to argue with R as a high-quality, cross-platform, open source statistical software product—unless you’re in the business of crunching Big Data. This concise book introduces you to several strategies for using R to analyze large datasets. You’ll learn the basics of Snow, Multicore, Parallel, and some Hadoop-related tools, including how to find them, how to use them, when they work well, ... Læs mere

    113,24 kr.

  • Game Engine Gems 2

    Redigeret af Eric Lengyel ...
    This book contains short articles that focus on a particular technique, describe a clever trick, or offer practical advice on game engine development. The 31 chapters cover three broad categories: graphics and rendering, game engine design, and systems programming. Professional game developers, students of game development and computer science, and anyone interested in learning how the pros tackle ... Læs mere

    1.555,70 kr.

  • GPU PRO 360 Guide to GPGPU

    Wolfgang Engel’s GPU Pro 360 Guide to GPGPU gathers all the cutting-edge information from his previous seven GPU Pro volumes into a convenient single source anthology that covers general purpose GPU. This volume is complete with 19 articles by leading programmers that focus on the techniques that go beyond the normal pixel and triangle scope of GPUs and take advantage of the parallelism of modern ... Læs mere

    557,80 kr.

  • Contemporary High Performance Computing

    From Petascale toward Exascale, Volume Two

    Redigeret af Jeffrey S. Vetter ...
    HPC is used to solve a number of complex questions in computational and data-intensive sciences. These questions include the simulation and modeling of physical phenomena, such as climate change, energy production, drug design, global security, and materials design; the analysis of large data sets such as those in genome sequencing, astronomical observation, and cybersecurity; and the intricate ... Læs mere

    708,00 kr.

  • Web Programming with Go

    af Ian Taylor ...
    Web Programming with Go is a must-have book for software professionals and web developers looking to harness Go's potential for creating excellent web apps. The extensive knowledge imparted by this book about Go's powerful libraries and packages is crucial for building scalable and efficient web platforms.The book's core focus is on exploring deeply into the complexities of web development through ... Læs mere

    188,59 kr. eller Gratis med Kobo Plus

  • Introduction to Google's Go Programming Language: GoLang

    af Orhan Gazi ...
    This book teaches go programming language. Go was originally designed at Google in 2007.Go is a fast and lightweight programming language. It has a quicker compilation time compared to C/C++.Go has automatic garbage collector that frees up memory when it is no longer needed.Go is a statically typed language, that is, errors can be caught at compile time rather than at runtime.Go was designed to ... Læs mere

    62,88 kr. eller Gratis med Kobo Plus

  • Kickstart Compiler Design Fundamentals: Practical Techniques and Solutions for Compiler Design, Parsing, Optimization, and Code Generation

    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, ... Læs mere

    156,81 kr. eller Gratis med Kobo Plus

  • Software Architecture and Design

    The Practical Guide to Design Patterns

    Learn how to apply proven software design patterns to build scalable and maintainable systems, from object-oriented principles to microservices and cloud solutions.Key FeaturesIn-depth exploration of design patterns and their real-world applicationsClear explanation of architectural styles and principles for robust systemsPractical insights into microservices, cloud development, and system ... Læs mere

    400,49 kr. eller Gratis med Kobo Plus

  • Hands-On High Performance with Go

    Boost and optimize the performance of your Golang applications at scale with resilience

    Proven methodologies and concurrency techniques that will help you write faster and better code with Go programmingKey FeaturesExplore Go’s profiling tools to write faster programs by identifying and fixing bottlenecksAddress Go-specific performance issues such as memory allocation and garbage collectionDelve into the subtleties of concurrency and discover how to successfully implement it in ... Læs mere

    300,36 kr. eller Gratis med Kobo Plus

  • Multithreading in C# 5.0 Cookbook

    Cookbook.Multithreading in C# 5.0 Cookbook is written for existing C# developers who want a complete, professional, and authoritative guide to multithreading. You don't need any experience with multithreaded programming to use this book. ... Læs mere

    309,36 kr. eller Gratis med Kobo Plus

  • Concurrent and Parallel Programming in Rust: Threads, Async, and Lock-Free Patterns

    Modern Systems Programming with Rust

    af Dorian Reed ...
    Serier serie Modern Systems Programming with Rust
    Master the art of fearless concurrency and build blazing-fast, memory-safe systems with Rust.Modern software demands maximum performance. From high-performance database engines to massive web servers, extracting every ounce of power from multi-core processors is no longer optional. But concurrent programming is notoriously difficult, plagued by data races, deadlocks, and unpredictable memory ... Læs mere

    37,67 kr. eller Gratis med Kobo Plus

  • Interconnection Network Reliability Evaluation

    Multistage Layouts

    Serier serie Performability Engineering Series
    This book presents novel and efficient tools, techniques and approaches for reliability evaluation, reliability analysis, and design of reliable communication networks using graph theoretic concepts.In recent years, human beings have become largely dependent on communication networks, such as computer communication networks, telecommunication networks, mobile switching networks etc., for their day ... Læs mere

    1.120,36 kr.

  • High-Performance Computing on Complex Environments

    Serier Bog 96 - Wiley Series on Parallel and Distributed Computing
    With recent changes in multicore and general-purpose computing on graphics processing units, the way parallel computers are used and programmed has drastically changed. It is important to provide a comprehensive study on how to use such machines written by specialists of the domain. The book provides recent research results in high-performance computing on complex environments, information on how ... Læs mere

    780,74 kr.

  • Professional CUDA C Programming

    Break into the powerful world of parallel GPU programming with this down-to-earth, practical guideDesigned for professionals across multiple industrial sectors, Professional CUDA C Programming presents CUDA -- a parallel computing platform and programming model designed to ease the development of GPU programming -- fundamentals in an easy-to-follow format, and teaches readers how to think in ... Læs mere

    339,61 kr.

  • Designing Scientific Applications on GPUs

    Redigeret af Raphael Couturier ...
    Serier serie Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
    Many of today's complex scientific applications now require a vast amount of computational power. General purpose graphics processing units (GPGPUs) enable researchers in a variety of fields to benefit from the computational power of all the cores available inside graphics cards.Understand the Benefits of Using GPUs for Many Scientific Applications ... Læs mere

    525,61 kr.

  • Concurrency in .NET 10

    Async/Await, Multithreading, and Parallelism

    af Michael Tsai ...
    Have you ever been building a .NET application and run into a frozen UI, a sluggish website, disappointing throughput in background jobs, or lingering confusion around async/await, Task.Run, ConfigureAwait(false), cancellation, and exception handling? This book was written to address exactly those problems.This is a practical technical book that takes you from foundational concepts to real-world ... Læs mere

    102,11 kr. eller Gratis med Kobo Plus

  • GPU Pro 5

    Advanced Rendering Techniques

    Redigeret af Wolfgang Engel ...
    In GPU Pro5: Advanced Rendering Techniques, section editors Wolfgang Engel, Christopher Oat, Carsten Dachsbacher, Michal Valient, Wessam Bahnassi, and Marius Bjorge have once again assembled a high-quality collection of cutting-edge techniques for advanced graphics processing unit (GPU) programming. Divided into six sections, the book covers render ... Læs mere

    600,72 kr.

  • Intel Xeon Phi Coprocessor High Performance Programming

    Authors Jim Jeffers and James Reinders spent two years helping educate customers about the prototype and pre-production hardware before Intel introduced the first Intel Xeon Phi coprocessor. They have distilled their own experiences coupled with insights from many expert customers, Intel Field Engineers, Application Engineers and Technical Consulting Engineers, to create this authoritative first ... Læs mere

    463,37 kr.