Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks Programmation parallèle

Si vous aimez les titres Programmation parallèle, vous allez adorer cette sélection.
Affichage des résultats 1 - 24 sur 268
Skip side bar filters
  • 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 ... En savoir plus

    29,03 €

  • Programming Amazon EC2

    Survive your Success

    If you plan to use Amazon Web Services to run applications in the cloud, the end-to-end approach in this book will save you needless trial and error. You'll find practical guidelines for designing and building applications with Amazon Elastic Compute Cloud (EC2) and a host of supporting AWS tools, with a focus on critical issues such as load balancing, monitoring, and automation.How do you move an ... En savoir plus

    19,07 €

  • Hadoop: The Definitive Guide

    Storage and Analysis at Internet Scale

    par 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 ... En savoir plus

    29,46 €

  • Python High Performance

    Build high-performing, concurrent, and distributed applications

    Learn how to use Python to create efficient applicationsKey Features\[\*\]Identify the bottlenecks in your applications and solve them using the best profiling techniques\[\*\]Write efficient numerical code in NumPy, Cython, and Pandas\[\*\]Adapt your programs to run on multiple processors and machines with parallel programmingBook DescriptionPython is a versatile language that has found ... En savoir plus

    26,70 € ou Gratuit avec Kobo Plus

  • Learn Functional Programming with Elixir

    par Ulisses Almeida ...
    Elixir's straightforward syntax and this guided tour give you a clean, simple path to learn modern functional programming techniques. No previous functional programming experience required! This book walks you through the right concepts at the right pace, as you explore immutable values and explicit data transformation, functions, modules, recursive functions, pattern matching, high-order ... En savoir plus

    21,40 €

  • Effective Haskell

    Solving Real-World Problems with Strongly Typed Functional Programming

    par Rebecca Skinner ...
    Put the power of Haskell to work in your programs, learning from an engineer who uses Haskell daily to get practical work done efficiently. Leverage powerful features like Monad Transformers and Type Families to build useful applications. Realize the benefits of a pure functional language, like protecting your code from side effects. Manage concurrent processes fearlessly. Apply functional ... En savoir plus

    34,76 €

  • High Performance Computing for Intelligent Medical Systems

    Modifié par Varun Bajaj, Irshad Ahmad Ansari ...
    Collection series IOP Series in Next Generation Computing
    Modern medicine and healthcare are highly dependent on engineering, employing instrumentation and computer systems to aid investigation, diagnosis, treatment and patient management. The significant developments in the field of computational intelligence, combined with the emergence of high-performance computing is impacting society in many ways, and the health sector is no exception. The interface ... En savoir plus

    87,76 €

  • Exascale Scientific Applications

    Scalability and Performance Portability

    Collection series Chapman & Hall/CRC Computational Science
    From the Foreword:"The authors of the chapters in this book are the pioneers who will explore the exascale frontier. The path forward will not be easy... These authors, along with their colleagues who will produce these powerful computer systems will, with dedication and determination, overcome the scalability problem, discover the new algorithms needed to achieve exascale performance for the ... En savoir plus

    58,44 €

  • Parallel Computing

    Methods, Algorithms and Applications

    Modifié par D.J Evans, C.N Sutti ...
    Parallel Computing: Methods, Algorithms and Applications presents a collection of original papers presented at the international meeting on parallel processing, methods, algorithms, and applications at Verona, Italy in September 1989. ... En savoir plus

    82,79 €

  • Rust for Network Programming and Automation

    par Brian Anderson ...
    Rust for Network Programming and Automation is a pragmatic guide that trains you through the Rust to design networks and begin with automating network administration. The book introduces you to the powerful libraries and commands of Rust that are essential for designing, administering and automating networks. You will learn how to use Rust's networking libraries like tokio, mio and rust-async to ... En savoir plus

    29,49 € ou Gratuit avec Kobo Plus

  • Advanced Python Programming

    Build high performance, concurrent, and multi-threaded apps with Python using proven design patterns

    Create distributed applications with clever design patterns to solve complex problemsKey FeaturesSet up and run distributed algorithms on a cluster using Dask and PySparkMaster skills to accurately implement concurrency in your codeGain practical experience of Python design patterns with real-world examplesBook DescriptionThis Learning Path shows you how to leverage the power of both native and ... En savoir plus

    28,19 € ou Gratuit avec Kobo Plus

  • Hands-On Concurrency with Rust

    Confidently build memory-safe, parallel, and efficient software in Rust

    Get to grips with modern software demands by learning the effective uses of Rust\\'s powerful memory safety.Key Features\[\*\] Learn and improve the sequential performance characteristics of your software\[\*\] Understand the use of operating system processes in a high-scale concurrent system\[\*\] Learn of the various coordination methods available in the Standard libraryBook DescriptionMost ... En savoir plus

    29,56 € ou Gratuit avec Kobo Plus

  • Hands-On GPU Computing with Python

    Explore the capabilities of GPUs for solving high performance computational problems

    Explore a GPU-enabled programmable environment for machine learning, scientific applications, and gaming using PuCUDA, PyOpenGL, and Anaconda AccelerateKey FeaturesUnderstand effective synchronization strategies for faster processing using GPUsWrite parallel processing scripts with PyCuda and PyOpenCLLearn to use CUDA libraries such as CuDNN for deep learning on GPUsBook DescriptionGPUs are ... En savoir plus

    29,67 € ou Gratuit avec Kobo Plus

  • Large-scale Distributed Systems and Energy Efficiency

    A Holistic View

    Collection series Wiley Series on Parallel and Distributed Computing
    Addresses innovations in technology relating to the energy efficiency of a wide variety of contemporary computer systems and networksWith concerns about global energy consumption at an all-time high, improving computer networks energy efficiency is becoming an increasingly important topic. Large-Scale Distributed Systems and Energy Efficiency: A Holistic View addresses innovations in technology ... En savoir plus

    99,99 €

  • Learning MCollective

    Parallel Server Management in Puppet and Chef

    par 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 ... En savoir plus

    22,14 €

  • Hadoop: The Definitive Guide

    The Definitive Guide

    par Tom White ...
    Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, ... En savoir plus

    24,79 €

  • Node.js 8 the Right Way

    Practical, Server-Side JavaScript That Scales

    par Jim Wilson ...
    Node.js is the platform of choice for creating modern web services. This fast-paced book gets you up to speed on server-side programming with Node.js 8, as you develop real programs that are small, fast, low-profile, and useful. Take JavaScript beyond the browser, explore dynamic language features, and embrace evented programming.Harness the power of the event loop and non-blocking I/O to create ... En savoir plus

    16,84 €

  • Rust in Action

    par Tim McNamara ...
    "This well-written book will help you make the most of what Rust has to offer." - Ramnivas Laddad, author of AspectJ in ActionRust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure.SummaryRust in Action introduces the Rust programming language by exploring numerous sys... ... En savoir plus

    55,91 €

  • WS-BPEL 2.0 Beginner's Guide

    If you are a software architect, a designer, a software developer, an SOA and BPM architect, a project manager, or a business process analyst who is responsible for the design and development of business processes, composite applications, and BPM/SOA solutions, then this book is for you. You should have a clear grasp of general SOA concepts including business processes and web services, but no ... En savoir plus

    28,19 € ou Gratuit avec Kobo Plus

  • Programming Massively Parallel Processors

    A Hands-on Approach

    Programming Massively Parallel Processors: A Hands-on Approach, Third Edition shows both student and professional alike the basic concepts of parallel programming and GPU architecture, exploring, in detail, various techniques for constructing parallel programs. Case studies demonstrate the development process, detailing computational thinking and ending with effective and efficient parallel ... En savoir plus

    45,04 €

  • Mastering Cloud Computing

    Foundations and Applications Programming

    Mastering Cloud Computing: Foundations and Applications Programming, Second Edition serves as a comprehensive introduction for readers seeking to develop applications in the ever-evolving world of cloud computing. As technology advances, applications are no longer confined to a single machine but instead operate from virtual servers, accessible globally at any time. This book equips aspiring ... En savoir plus

    83,73 €

  • Parallel Programming with Co-arrays

    Collection series Chapman & Hall/CRC Computational Science
    Parallel Programming with Co-Arrays describes the basic techniques used to design parallel algorithms for high-performance, scientific computing. It is intended for upper-level undergraduate students and graduate students who need to develop parallel codes with little or no previous introduction to parallel computing. It is also intended as a reference manual for researchers active in the field of ... En savoir plus

    58,44 €

  • C++ Concurrency in Action

    "This book should be on every C++ programmer’s desk. It’s clear, concise, and valuable." - Rob Green, Bowling Green State UniversityThis bestseller has been updated and revised to cover all the latest changes to C++ 14 and 17! C++ Concurrency in Action, Second Edition teaches you everything you need to write robust and elegant multithreaded applications in C++17.Purchase of the print book includes ... En savoir plus

    77,16 €

  • JavaScript

    Mastering JavaScript from Basics to Advanced Topics

    Master JavaScript with this comprehensive guide covering everything from basics to advanced programming topics like asynchronous programming, Node.js, and server-side development.Key FeaturesComplete coverage of JavaScript from basics to advanced featuresHands-on web development and server-side programming with Node.jsSpecific focus on practical examples and asynchronous programmingBook ... En savoir plus

    39,10 € ou Gratuit avec Kobo Plus