Přeskočit na hlavní obsah

Nákupní košík

Dostáváte VIP zacházení!

Položka(y), kterou si nemůžete koupit
Prosím, zkontrolujte svůj košík. Nedostupnou položku (y) můžete odebrat nyní nebo ji automaticky odebereme v pokladně.
položkypoložka
položkypoložka

Doporučeno pro vás

Loading...

Paralelní programování elektronické knihy

Pokud se vám líbí e-knihy v oblasti Paralelní programování, pak budete milovat tyto top výběry.
Zobrazuje se 97120 z 255
Přeskočit filtry boční lišty
  • 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 ... Přečtěte si více

    312,98 Kč

  • Functional and Concurrent Programming

    Core Concepts and Features

    podle Michel Charpentier ...
    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 ... Přečtěte si více

    1 088,99 Kč

  • Practical Rust 1.x Cookbook

    podle Rustacean Team ...
    Practical Rust 1.x Cookbook is an in-depth guide for experienced Rust programmers looking to create robust and efficient applications. This solution-focused book covers a wide range of topics, including command-line, webassembly, networking, kubernetes, microservices, and system programming.This book includes over 100 real-world practical exercises that will teach you how to use the Rust compiler ... Přečtěte si více

    730,07 Kč

  • Hadoop: The Definitive Guide

    The Definitive Guide

    podle 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, ... Přečtěte si více

    540,69 Kč

  • 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 ... Přečtěte si více

    1 107,09 Kč

  • Microservices with Go

    The expert's guide to building secure, scalable, and reliable microservices with Go

    podle Alexander Shuiskov ...
    This second edition walks you through the full lifecycle of Go microservice development, from scaffolding and system design to cloud-native rollout. Learn to secure, observe, and fine-tune services that stay responsive under load.Key FeaturesDesign and deploy scalable microservices using gRPC, Protocol Buffers and KubernetesDiscover industry best practices and gain insights into Go microservice ... Přečtěte si více

    740,69 Kč nebo zdarma s Kobo Plus

  • Assembly Language

    The Ultimate Guide to Programming and Virtual Machines

    podle Jonathan Rigdon ...
    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 ... Přečtěte si více

    41,52 Kč nebo zdarma s Kobo Plus

  • Hands-On Concurrency with Rust

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

    podle Brian L. Troutwine ...
    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 ... Přečtěte si více

    803,69 Kč nebo zdarma s Kobo Plus

  • Dynamic Programming in Python

    From Basics to Expert Proficiency

    podle William Smith ...
    "Dynamic Programming in Python: From Basics to Expert Proficiency" is a comprehensive guide designed to equip readers with the skills and knowledge necessary to master dynamic programming techniques using Python. Starting from foundational concepts such as recursion and moving through to advanced topics, this book covers every essential aspect of dynamic programming. Detailed explanations, ... Přečtěte si více

    239,00 Kč nebo zdarma s Kobo Plus

  • Mastering Concurrency in Python

    Create faster programs using concurrency, asynchronous, multithreading, and parallel programming

    podle Quan Nguyen ...
    Immerse yourself in the world of Python concurrency and tackle the most complex concurrent programming problemsKey FeaturesExplore the core syntaxes, language features and modern patterns of concurrency in PythonUnderstand how to use concurrency to keep data consistent and applications responsiveUtilize application scaffolding to design highly-scalable programsBook DescriptionPython is one of the ... Přečtěte si více

    803,69 Kč nebo zdarma s Kobo Plus

  • Concurrent Data Processing in Elixir

    Fast, Resilient Applications with OTP, GenStage, Flow, and Broadway

    podle Svilen Gospodinov ...
    Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or fault-tolerance. Most projects benefit from running background tasks and processing data concurrently, but the world of OTP and various libraries can be challenging. Which Supervisor and what strategy to use? What about GenServer? Maybe you need back-pressure, ... Přečtěte si více

    510,69 Kč

  • 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 ... Přečtěte si více

    1 071,89 Kč nebo zdarma s Kobo Plus

  • Accelerating MATLAB Performance

    1001 tips to speed up MATLAB programs

    podle Yair M. Altman ...
    The MATLAB programming environment is often perceived as a platform suitable for prototyping and modeling but not for "serious" applications. One of the main complaints is that MATLAB is just too slow. Accelerating MATLAB Performance aims to correct this perception by describing multiple ways to greatly improve MATLAB program speed. Packed with tho ... Přečtěte si více

    2 016,36 Kč

  • Interconnection Network Reliability Evaluation

    Multistage Layouts

    Série série 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 ... Přečtěte si více

    2 973,79 Kč

  • Rust Essentials

    A quick guide to writing fast, safe, and concurrent systems and applications

    podle Ivo Balbaert ...
    Leverage the functional programming and concurrency features of Rust and speed up your application developmentKey Features\[\*\] Get started with Rust to build scalable and high performance applications\[\*\] Enhance your application development skills using the power of Rust\[\*\] Discover the power of Rust when developing concurrent applications for large and scalable softwareBook ... Přečtěte si více

    803,69 Kč nebo zdarma s Kobo Plus

  • Web Programming with Go, Second Edition

    podle 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 ... Přečtěte si více

    625,75 Kč

  • Github Copilot For Developers

    Smart Coding With AI Pair Programmer

    podle Rob Botwright ...
    Welcome to the GitHub Copilot for Developers book bundle! Are you ready to take your coding skills to the next level with AI-assisted programming? Look no further! Our comprehensive bundle offers everything you need to become a master developer with GitHub Copilot. Book 1: GitHub Copilot Companion Get started on your journey to smart coding with an introduction to AI-assisted programming. Learn ... Přečtěte si více

    166,71 Kč nebo zdarma s Kobo Plus

  • Functional Programming in Java

    From Basics to Expert Proficiency

    podle William Smith ...
    "Functional Programming in Java: From Basics to Expert Proficiency" is an authoritative guide that bridges the gap between traditional object-oriented programming and the modern functional programming paradigm in Java. This book meticulously covers the foundational principles of functional programming, elucidating core concepts such as pure functions, immutability, and higher-order functions. With ... Přečtěte si více

    239,00 Kč nebo zdarma s Kobo Plus

  • 從零開始了解分散式系統

    Distributed Systems From Scratch

    podle 零的零次方 ...
    Série série 從零開始
    Google、Instagram、Netflix 背後是成千上萬台機器——它們會壞、會斷線、沒有共同的時鐘,卻要表現得像一台永不當機的電腦。怎麼辦到的?本書用蓋的方式回答:從一台單機的 Key-Value Store 出發,每學一個概念就把它加進系統——複製讓資料不怕單點壞掉、共識演算法(Raft)讓機器們吵架後還能有共同答案、分片讓容量水平擴展、容錯處理讓故障變成日常而不是災難——最後你會親手用 Go 蓋出一個真正能跑的分散式 KV Store。CAP、一致性模型這些課本名詞,全部變成你寫過的程式。適合會寫程式的後端工程師、準備系統設計面試的人,以及想知道「雲」裡面到底長什麼樣的人。《從零開始》系列的每一本,都為沒有背景的讀者而寫:先給直覺與比喻,需要時才端出數學與細節,把一個領域鋪成一條可以自學走完的路。 ... Přečtěte si více

    208,44 Kč

  • Concurrency in .NET 10

    Async/Await, Multithreading, and Parallelism

    podle 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 ... Přečtěte si více

    271,04 Kč nebo zdarma s Kobo Plus

  • Assembly Language Coding in Color

    ARM and NEON

    podle 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 ... Přečtěte si více

    198,09 Kč

  • Introduction to Google's Go Programming Language: GoLang

    podle 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 ... Přečtěte si více

    208,65 Kč

  • Introduction to High Performance Computing for Scientists and Engineers

    Série série Chapman & Hall/CRC Computational Science
    Written by high performance computing (HPC) experts, Introduction to High Performance Computing for Scientists and Engineers provides a solid introduction to current mainstream computer architecture, dominant parallel programming models, and useful optimization strategies for scientific HPC. From working in a scientific computing center, the author ... Přečtěte si více

    2 436,49 Kč

  • 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 ... Přečtěte si více

    803,69 Kč nebo zdarma s Kobo Plus