Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Programación paralela

Si te gustan los eBooks de Programación paralela, seguro que te encanta esta selección.
Mostrando 145 - 168 de 268 resultados
Skip side bar filters
  • Clojure Polymorphism

    Leverage Clojure's polymorphic tools to develop your applications

    de Paul Stadig ...
    Learn when and how to use Clojure's polymorphic features to develop efficient multithreaded applicationsKey FeaturesGet to grips with the different polymorphic tools that Clojure offersDevelop a taste for good Clojure designs through various engaging examplesStudy various design principles and learn ways to use them in your applicationsBook DescriptionClojure is a modern, dynamic language that you ... Leer más

    $17.99 USD o gratis con Kobo Plus

  • Functional and Concurrent Programming

    Core Concepts and Features

    Leverage Modern Language Constructs to Write High-Quality Code FasterThe functional and concurrent programming language features supported by modern languages can be challenging, even for experienced developers. These features may appear intimidating to OOP programmers because of a misunderstanding of how they work. Programmers first need to become familiar with the abstract concepts that underlie ... Leer más

    $52.99 USD

  • GPU Programming with C++ and CUDA

    Uncover effective techniques for writing efficient GPU-parallel C++ applications

    de Paulo Motta ...
    Learn to solve parallel problems with GPU-accelerated C++ code and create reusable libraries that can be accessed from other programming languagesKey FeaturesHarness the power of GPU parallelism to accelerate real-world tasksUtilize CUDA streams and scale performance with custom C++ solutionsCreate reusable GPU libraries and expose them to Python seamlesslyBook DescriptionWritten by Paulo Motta, a ... Leer más

    $32.99 USD o gratis con Kobo Plus

  • Distributed Systems with Elixir

    Designing Resilient and Scalable Applications

    About the Technology:Elixir, a powerful functional programming language built on the Erlang VM, is rapidly gaining traction for building robust and scalable distributed systems. Its lightweight processes, fault-tolerant features, and emphasis on concurrency make it ideal for handling complex workloads across multiple machines.This book is written by an experienced Elixir developer who has a proven ... Leer más

    $7.58 USD

  • Learn R Programming in 24 Hours

    de Alex Nordeen ...
    R is a programming language developed is widely used for statistical and graphical analysis. It can execute advance machine learning algorithms including earning algorithm, linear regression, time series, statistical inference.R programming language is used by Fortune 500 companies and tech bellwethers like Uber, Google, Airbnb, Facebook, Apple.R provides a data scientist tools and libraries ... Leer más

    $9.99 USD

  • Funktionen in Python Schritt für Schritt lernen

    Ein verständlicher Leitfaden zum Erstellen, Verwenden und Verstehen von Funktionen in Python für Einsteiger

    de Dargslan ...
    Series Libro 3 - Python-Programmierung für Einsteiger
    Willkommen zu "Funktionen in Python Schritt für Schritt lernen" – Ihrem umfassenden Leitfaden zur Beherrschung eines der grundlegendsten und mächtigsten Konzepte in der Python-Programmierung: Funktionen. Auf dieser Reise werden Sie entdecken, wie Funktionen als Bausteine für effizienten, organisierten und wiederverwendbaren Code in Python dienen.Dieses Buch wurde mit einem klaren Ziel konzipiert: ... Leer más

    $15.43 USD o gratis con Kobo Plus

  • Concurrent Programming in Mac OS X and iOS

    Unleash Multicore Performance with Grand Central Dispatch

    Now that multicore processors are coming to mobile devices, wouldn't it be great to take advantage of all those cores without having to manage threads? This concise book shows you how to use Apple's Grand Central Dispatch (GCD) to simplify programming on multicore iOS devices and Mac OS X.Managing your application’s resources on more than one core isn't easy, but it's vital. Apps that use only one ... Leer más

    $10.99 USD

  • Hadoop Application Architectures

    Designing Real-World Big Data Applications

    Get expert guidance on architecting end-to-end data management solutions with Apache Hadoop. While many sources explain how to use various components in the Hadoop ecosystem, this practical book takes you through architectural considerations necessary to tie those components together into a complete tailored application, based on your particular use case.To reinforce those lessons, the book’s ... Leer más

    $30.99 USD

  • Parallel Python with Dask

    Perform distributed computing, concurrent programming and manage large dataset

    de 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 fundamentals ... Leer más

    $35.99 USD

  • Heterogeneous Computing Architectures

    Challenges and Vision

    Heterogeneous Computing Architectures: Challenges and Vision provides an updated vision of the state-of-the-art of heterogeneous computing systems, covering all the aspects related to their design: from the architecture and programming models to hardware/software integration and orchestration to real-time and security requirements. The transitions from multicore processors, GPU computing, and ... Leer más

    $105.99 USD

  • Learning Concurrency in Python

    Build highly efficient, robust, and concurrent applications

    de Elliot Forbes ...
    Practically and deeply understand concurrency in Python to write efficient programsKey Features\[\*\] Build highly efficient, robust, and concurrent applications\[\*\] Work through practical examples that will help you address the challenges of writing concurrent code\[\*\] Improve the overall speed of execution in multiprocessor and multicore systems and keep them highly availableBook ... Leer más

    $37.79 USD o gratis con Kobo Plus

  • Delphi High Performance

    Build fast Delphi applications using concurrency, parallel programming and memory management

    Build fast, scalable, and high performing applications with DelphiKey FeaturesBuild efficient and concurrent applications in Delphi with focused examplesIdentify performance bottlenecks and apply the correct algorithm to increase the performance of applications.Delve into parallel programming and memory management to optimize your codeBook DescriptionDelphi is a cross-platform Integrated ... Leer más

    $39.59 USD o gratis con Kobo Plus

  • Python Parallel Programming Cookbook

    Master efficient parallel programming to build powerful applications using Python

    Master efficient parallel programming to build powerful applications using PythonKey Features1. Design and implement efficient parallel software2. Master new programming techniques to address and solve complex programming problems3. Explore the world of parallel programming with this book, which is a go-to resource for different kinds of parallel computing tasks in Python, using examples and ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • Fundamentals of Multicore Software Development

    Series series Chapman & Hall/CRC Computational Science
    With multicore processors now in every computer, server, and embedded device, the need for cost-effective, reliable parallel software has never been greater. By explaining key aspects of multicore programming, Fundamentals of Multicore Software Development helps software engineers understand parallel programming and master the multicore challenge. ... Leer más

    $110.99 USD

  • Assembly Language

    The Ultimate Guide to Programming and Virtual Machines

    Assembly language is often considered a bridge between high-level programming languages and machine code. Unlike high-level languages such as Python or C, which use human-readable syntax and abstract away many details of the underlying hardware, assembly language provides a more direct representation of the CPU's operations.Each assembly language instruction corresponds to a specific operation ... Leer más

    $1.99 USD o gratis con Kobo Plus

  • Web Programming with Go, Second Edition

    de Ian Taylor ...
    This is a new edition of "Web Programming with Go" and it's designed to help both entry-level and professional developers build and launch functional web applications using Go's core libraries. Every chapter gives you practical lessons, from setting up Go projects and building strong backend routes to frontend-backend integration, session management, authentication, concurrency, and connecting ... Leer más

    $29.99 USD o gratis con Kobo Plus

  • Code Like a Pro in Rust

    Get ready to code like a pro in Rust with insider techniques used by Rust veterans!Code Like a Pro in Rust dives deep into memory management, asynchronous programming, and the core Rust skills that make you a Rust pro! Plus, you’ll find essential productivity techniques for Rust testing, tooling, and project management. You’ll soon be writing high-quality code that needs way less maintenance ... Leer más

    $49.99 USD

  • Julia Cookbook

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

    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 ... Leer más

    $34.19 USD o gratis con Kobo Plus

  • Asyncio From Ground Up

    de 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 ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • 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 ... Leer más

    $31.99 USD o gratis con Kobo Plus

  • Practical GPU Programming

    de 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 ... Leer más

    $29.99 USD o gratis con Kobo Plus

  • Elements of Parallel Computing

    de Eric Aubanel ...
    Series series Chapman & Hall/CRC Computational Science
    Designed for introductory parallel computing courses at the advanced undergraduate or beginning graduate level, Elements of Parallel Computing presents the fundamental concepts of parallel computing not from the point of view of hardware, but from a more abstract view of algorithmic and implementation patterns. The aim is to facilitate the teaching of parallel programming by surveying some key ... Leer más

    $104.99 USD

  • Build Reactive Websites with RxJS

    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 ... Leer más

    $24.49 USD

  • Programming Multicore and Many-core Computing Systems

    Edición de Sabri Pllana, Fatos Xhafa ...
    Series 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 ... Leer más

    $91.00 USD