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 193 - 216 af 245 resultater
Skip side bar filters
  • 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

  • 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.

  • Programmer en Go : Pourquoi ? Comment ?

    af Rudy Rigot ...
    Ce livre vise à donner une compréhension intelligente de pourquoi écrire du Go et comment mettre à profit ses points forts afin de l'utiliser de manière pertinente sur des projets réels ; et de savoir aussi quand ne pas l'utiliser. Dans cet objectif, il explique la démarche de ses concepteurs tout en passant en revue un ensemble de problématiques courantes (gestion de la mémoire, gestion des ... Læs mere

    169,00 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.

  • Assembly Language Coding in Color

    ARM and NEON

    af Robert Dunne ...
    Learning to program in assembly language is an excellent hands-on introduction to computer architecture. However, assembly language has a bad reputation of being difficult to learn. Through the use of complete program examples, flow diagrams, and color codes, Assembly Language Coding in Color helps students and computer enthusiasts start on a solid path to understanding computer architecture.This ... Læs mere

    78,52 kr.

  • Android Studio Masterclass

    Android IDE For App Developers

    af Rob Botwright ...
    Are you ready to unlock the full potential of Android app development? Look no further than the "Android Studio Masterclass" bundle! Whether you're just starting out or a seasoned developer, this bundle has something for everyone. With four comprehensive books, you'll embark on a journey from novice to expert in no time. Book 1: "Android Studio Essentials: A Beginner's Guide to App Development" ... Læs mere

    62,80 kr. eller Gratis med Kobo Plus

  • OpenGL Deep Dive: Expert Techniques and Performance Optimization

    OpenGL

    Serier serie OpenGL
    OpenGL Deep Dive: Expert Techniques and Performance Optimization is the ultimate guide for seasoned graphics programmers looking to push the boundaries of their OpenGL expertise. This book takes you on a deep dive into the world of advanced OpenGL techniques and performance optimization strategies, making it an indispensable resource for anyone aiming to create high-performance, visually stunning ... Læs mere

    94,26 kr.

  • Rust Programming By Example

    Enter the world of Rust by building engaging, concurrent, reactive, and robust applications

    Discover the world of Rust programming through real-world examplesKey FeaturesImplement various features of Rust to build blazingly fast applicationsLearn to build GUI applications using Gtk-rsExplore the multi-threading aspect of Rust to tackle problems in concurrency and in distributed environmentsBook DescriptionRust is an open source, safe, concurrent, practical language created by Mozilla. It ... Læs mere

    300,36 kr. eller Gratis med Kobo Plus

  • Parallel Python with Dask

    af Tim Peters ...
    Unlock the Power of Parallel Python with Dask: A Perfect Learning Guide for Aspiring Data ScientistsDask has revolutionized parallel computing for Python, empowering data scientists to accelerate their workflows. This comprehensive guide unravels the intricacies of Dask to help you harness its capabilities for machine learning and data analysis. Across 10 chapters, you'll master Dask's ... Læs mere

    188,59 kr. eller Gratis med Kobo Plus

  • Seven Concurrency Models in Seven Weeks

    When Threads Unravel

    af Paul Butcher ...
    Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emerging technologies such as actors and functional programming address issues with traditional threads ... Læs mere

    186,74 kr.

  • Master Modern Rust

    Explore Advanced Techniques, Embrace Functional Programming, and Craft Cutting-Edge Systems

    Rust isn't just a language; it's a revolution. Ditch the memory leaks and runtime errors, and embrace blazing speed, rock-solid safety, and unparalleled concurrency. Rust empowers you to build high-performance systems that push the boundaries of what's possible.Written by Rust experts, this book is your practical guide to mastering the art of Modern Rust. We've walked the path, faced the ... Læs mere

    84,65 kr.

  • Mastering Game Development

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

    106,49 kr.

  • Multicore Application Programming

    for Windows, Linux, and Oracle Solaris

    af Darryl Gove ...
    Serier serie Developer's Library
    Write High-Performance, Highly-Scalable Multicore Applications for Any Leading Hardware and OS EnvironmentProgrammers who know how to leverage today’s multicore processors can achieve remarkable performance improvements, but multicore programming has traditionally been viewed as complex and difficult. Multicore Application Programming is the solution: a comprehensive, practical guide to high ... Læs mere

    377,22 kr.

  • Reactive Programming with RxJS 5

    Untangle Your Asynchronous JavaScript Code

    Reactive programming is revolutionary. It makes asynchronous programming clean, intuitive, and robust. Use RxJS 5 to write complex programs in a simple way, and master the Observable: a powerful data type that substitutes callbacks and promises. Think about your programs as streams of data that change and adapt to produce what you want. Manage real-world concurrency and write complex flows of ... Læs mere

    164,11 kr.

  • Python Beyond Limits

    Python, #3

    af AnwaarX ...
    Serier Bog 3 - Python
    Python Beyond LimitsMastering High-Performance Systems, Distributed Architectures, and Scalable Workflows in PythonBy AnwaarXUnlock the full power of Python.Whether you're scaling APIs to millions of users, building real-time systems, optimizing ML pipelines, or architecting distributed services—this book is your ultimate guide."Python Beyond Limits" goes far beyond basic tutoria... ... Læs mere

    188,65 kr. eller Gratis med Kobo Plus