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 1 - 24 de 261 resultados
Skip side bar filters
  • Desarrollo de interfaces gráficas en Python 3 con Tkinter

    Las interfaces de usuario son el punto de interacción entre las aplicaciones y las personas que las utilizan. Aunque su función se centra en la entrada y salida de información, muchas veces determinan el éxito o el fracaso de un programa, ya que, por muy interesante que este sea, si resulta difícil de manejar, provocará un rechazo que desanime incluso a probarlo. Es probable que las aplicaciones ... Leer más

    $649 MXN o gratis con Kobo Plus

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... Leer más

    $490 MXN

  • Hadoop: The Definitive Guide

    Storage and Analysis at Internet Scale

    de Tom White ...
    Get ready to unlock the power of your data. With the fourth edition of this comprehensive guide, youâ??ll learn how to build and maintain reliable, scalable, distributed systems with Apache Hadoop. This book is ideal for programmers looking to analyze datasets of any size, and for administrators who want to set up and run Hadoop clusters.Using Hadoop 2 exclusively, author Tom White presents new ... Leer más

    $404 MXN

  • 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

    $857 MXN o gratis con Kobo Plus

  • OpenCL Programming Guide

    Series series OpenGL
    Using the new OpenCL (Open Computing Language) standard, you can write applications that access all available programming resources: CPUs, GPUs, and other processors such as DSPs and the Cell/B.E. processor. Already implemented by Apple, AMD, Intel, IBM, NVIDIA, and other leaders, OpenCL has outstanding potential for PCs, servers, handheld/embedded devices, high performance computing, and even ... Leer más

    $898 MXN

  • Rust Atomics and Locks

    Low-Level Concurrency in Practice

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

    $413 MXN

  • CUDA by Example

    An Introduction to General-Purpose GPU Programming

    CUDA is a computing architecture designed to facilitate the development of parallel programs. In conjunction with a comprehensive software platform, the CUDA Architecture enables programmers to draw on the immense power of graphics processing units (GPUs) when building high-performance applications. GPUs, of course, have long been available for demanding graphics and game applications. CUDA now ... Leer más

    $743 MXN

  • Asynchronous Programming in Rust

    Learn asynchronous programming by building working examples of futures, green threads, and runtimes

    Get a fundamental understanding of asynchronous programming and Rust's futures by working through examples that show you how everything really worksKey FeaturesMaster asynchronous Rust through examples focusing on key conceptsBuild a solid understanding of concepts such as coroutines, fibers, futures, and callbacksExplore Rust's futures, craft your own runtime, and excel in handling stacks, ABIs, ... Leer más

    $739 MXN o gratis con Kobo Plus

  • Parallel Programming with Python

    de Jan Palach ...
    A fast, easy-to-follow and clear tutorial to help you develop Parallel computing systems using Python. Along with explaining the fundamentals, the book will also introduce you to slightly advanced concepts and will help you in implementing these techniques in the real world. If you are an experienced Python programmer and are willing to utilize the available computing resources by parallelizing ... Leer más

    $377 MXN o gratis con Kobo Plus

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

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

    $2,199 MXN

  • Cloud Computing

    Data-Intensive Computing and Scheduling

    As more and more data is generated at a faster-than-ever rate, processing large volumes of data is becoming a challenge for data analysis software. Addressing performance issues, Cloud Computing: Data-Intensive Computing and Scheduling explores the evolution of classical techniques and describes completely new methods and innovative algorithms. The ... Leer más

    $1,548 MXN

  • Swift Essentials: A Comprehensive Guide to iOS App Development

    "Swift Essentials: A Comprehensive Guide to iOS App Development" is your go-to resource for mastering iOS app development using the Swift programming language. Whether you're a beginner or an experienced developer looking to dive into Swift, this book is your key to unlocking the full potential of iOS app creation.This comprehensive guide takes you on a journey through the fundamentals of Swift ... Leer más

    $172 MXN

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

    $258 MXN

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

    $753 MXN o gratis con Kobo Plus

  • Functional Programming in Go

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

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

    $621 MXN o gratis con Kobo Plus

  • Building Big Data Pipelines with Apache Beam

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

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

    $619 MXN o gratis con Kobo Plus

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

    $236 MXN

  • Effective Rust

    35 Specific Ways to Improve Your Rust Code

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

    $490 MXN

  • High Performance Computing

    Programming and Applications

    Series series Chapman & Hall/CRC Computational Science
    High Performance Computing: Programming and Applications presents techniques that address new performance issues in the programming of high performance computing (HPC) applications. Omitting tedious details, the book discusses hardware architecture concepts and programming techniques that are the most pertinent to application developers for achievi ... Leer más

    $1,514 MXN

  • C++ Programming Cookbook

    Proven solutions using C++ 20 across functions, file I/O, streams, memory management, STL, concurrency, type manipulation and error debugging

    "C++ Programming Cookbook" stands out as a clear, concise, and powerful technical resource for programmers who want to master C++'s intricacies. C++ programmers face a wide variety of problems, and this carefully written book is a treasure trove of solutions and methods to those software development challenges.Each chapter is organized to help you get a good grasp of the language and everything it ... Leer más

    $619 MXN

  • Unity Pro Series: Engineering Cutting-Edge Game Mechanics

    Unity Game Development Series

    Series series Unity Game Development Series
    "Unity Pro Series: Engineering Cutting-Edge Game Mechanics" is an essential guide for aspiring and experienced game developers who are passionate about elevating their skills in game design and programming. This comprehensive book dives deep into the world of Unity, one of the most popular game engines used in the industry, and focuses on the creation of innovative and engaging game mechanics ... Leer más

    $172 MXN

  • 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

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

    $408 MXN o gratis con Kobo Plus

  • Rust All-in-One For Dummies

    Your guide to the programming language that's revolutionizing software d****evelopmentReady to learn Rust, the language that combines blazing performance with memory safety? Rust All-in-One For Dummies takes you from complete beginner to confident developer, covering the essentials of writing Rust code through applying it to real-world projects.Unlike programming books that throw you into the deep ... Leer más

    $496 MXN

  • Multicore and GPU Programming

    An Integrated Approach

    Multicore and GPU Programming: An Integrated Approach, Second Edition offers broad coverage of key parallel computing tools, essential for multi-core CPU programming and many-core "massively parallel" computing. Using threads, OpenMP, MPI, CUDA and other state-of-the-art tools, the book teaches the design and development of software capable of taking advantage of modern computing platforms that ... Leer más

    $1,053 MXN