Skip to main content

カート

VIP 特典をお楽しみいただけます!

購入できない書籍
お買い物かごをご確認ください。購入不可の商品を削除できます。削除されなかった購入不可の商品は、購入手続き時に削除されます。

おすすめ

Loading...

並列プログラミング 電子書籍

並列プログラミング の本がお好きな方におすすめです。
290件の検索結果中121144を表示
Skip side bar filters
  • 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 ... もっと見る

    3,890 円

  • Ultimate Monorepo and Bazel for Building Apps at Scale

    Level Up Your Large-Scale Application Development with Monorepo and Bazel for Enhanced Productivity, Scalability, and Integration (English Edition)

    Unlock Next-Level Scalable App Development with Monorepo and BazelKey Features● Unleash the transformative power of Monorepos with Bazel, revolutionizing your development workflow.● Elevate your build system to unmatched levels of efficiency and reliability through comprehensive Bazel mastery.● Propel yourself into the future of software development by mastering Bazel and harnessing the potential ... もっと見る

    4,563 円 または Kobo Plus なら無料

  • Vulkan Fundamentals: A Beginner's Guide

    Vulcan Fundamentals

    シリーズ series Vulcan Fundamentals
    "Vulkan Fundamentals: A Beginner's Guide" is your gateway to the exciting world of graphics programming and 3D rendering. Designed for newcomers to the Vulkan API, this comprehensive book takes you on a journey from the basics to the advanced concepts, equipping you with the skills needed to create stunning visual experiences and dive into game development.Discover the inner workings of Vulkan, a ... もっと見る

    2,300 円

  • Introduction to Google's Go Programming Language: GoLang

    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 ... もっと見る

    1,550 円

  • Mastering Concurrency in Python

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

    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 ... もっと見る

    4,391 円 または Kobo Plus なら無料

  • Hands-On Embedded Programming with C++17

    Create versatile and robust embedded solutions for MCUs and RTOSes with modern C++

    Maya Posch ...
    Build safety-critical and memory-safe stand-alone and networked embedded systemsKey FeaturesKnow how C++ works and compares to other languages used for embedded developmentCreate advanced GUIs for embedded devices to design an attractive and functional UIIntegrate proven strategies into your design for optimum hardware performanceBook DescriptionC++ is a great choice for embedded development, most ... もっと見る

    4,994 円 または Kobo Plus なら無料

  • Mastering the C++17 STL

    Make full use of the standard library components in C++17

    Arthur O'Dwyer ...
    This book breaks down the C++ STL, teaching you how to extract its gems and apply them to your programming.Key Features\[\*\] Boost your productivity as a C++ developer with the latest features of C++17\[\*\] Develop high-quality, fast, and portable applications with the varied features of the STL\[\*\] Migrate from older versions (C++11, C++14) to C++17Book DescriptionModern C++ has come a long ... もっと見る

    4,391 円 または Kobo Plus なら無料

  • Distributed Computing in Java 9

    Leverage the latest features of Java 9 for distributed computing

    Explore the power of distributed computing to write concurrent, scalable applications in JavaKey Features? Make the best of Java 9 features to write succinct code? Handle large amounts of data using HPC? Make use of AWS and Google App Engine along with Java to establish a powerful remote computation systemBook DescriptionDistributed computing is the concept with which a bigger computation process ... もっと見る

    4,391 円 または 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 ... もっと見る

    8,404 円

  • Rust In Practice, Second Edition

    Learn to Build Rust Programs, Test Applications and Create Your Own Cargo Packages with latest Rust 1.77"Rust In Practice, Second Edition" is an updated book that builds on the previous edition's excellent foundation and is intended to help readers progress from novice to proficient Rust developers. This new edition comes with Rust 1.77 version that goes deeper into Rust's core and advanced ... もっと見る

    5,650 円

  • Introduction to Concurrency in Programming Languages

    Illustrating the effect of concurrency on programs written in familiar languages, this text focuses on novel language abstractions that truly bring concurrency into the language and aid analysis and compilation tools in generating efficient, correct programs. It also explains the complexity involved in taking advantage of concurrency with regard to program correctness and performance. The book ... もっと見る

    15,683 円

  • Parallel Programming with Co-arrays

    シリーズ 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 ... もっと見る

    11,421 円

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

    Distributed Systems From Scratch

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

    1,703 円

  • クラウドネイティブ・アーキテクチャ 可用性と費用対効果を極める次世代設計の原則

    シリーズ 本: インプレストップギアシリーズ - impress top gearシリーズ
    [この電子書籍は固定型レイアウトです。リフロー型と異なりビューア機能が制限されます]固定型レイアウトはページを画像化した構造であるため、ページの拡大縮小を除く機能は利用できません。また、モノクロ表示の端末ではカラーページ部分で一部見づらい場合があります。クラウドの活用ステージをレベルアップ! シンプルな移行からクラウドネイティブへ。クラウドの潜在能力を存分に引き出す! ― ITリソースをクラウドネイティブに移行すると、コストの削減、パフォーマンスの向上、リソースの効率的な活用、スケーラビリティの向上といった、さまざまなメリットを享受できます。さらには、クラウドベンダーによるITイノベーションを容易に活用できるようになり、ユーザーのシステムは飛躍的に進化する機会を得ます。本書は、技術面だけではなく、事業や組織との関係性にも踏み込み、シンプルな移行からクラウド活用の成熟化へと道筋をつける ... もっと見る

    4,290 円

  • Learning MCollective

    Parallel Server Management in Puppet and Chef

    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 ... もっと見る

    2,534 円

  • Using Asyncio in Python

    Understanding Python's Asynchronous Programming Features

    Caleb Hattingh ...
    If you’re among the Python developers put off by asyncio’s complexity, it’s time to take another look. Asyncio is complicated because it aims to solve problems in concurrent network programming for both framework and end-user developers. The features you need to consider are a small subset of the whole asyncio API, but picking out the right features is the tricky part. That’s where this practical ... もっと見る

    2,350 円

  • Mastering Swoole PHP

    Build high performance concurrent system with async and coroutines

    Bruce Dou ...
    Build your high performance large scale concurrent system in a more flexible and efficient way than ever before with this first & only Swoole PHP book, with PHP 8 ready. Introduction Introducing a new execution model of PHP applications, how Swoole PHP works and the pitfalls of new developers coming into the Swoole PHP world. This book is also about the general concepts behind building a high ... もっと見る

    3,051 円

  • Enhanced Java: Step-by-Step Java Book (3th Edition)

    Jamie Bloch ...
    Java Made Easy – a Step-by-Step Guide for BeginnersLearning a programming language can seem like a daunting task. You may have looked at coding in the past, and felt it was too complicated and confusing. This comprehensive beginner’s guide will take you step by step through learning one of the best programming languages out there. In a matter of no time, you will be writing code like a ... もっと見る

    3,486 円

  • Delphi Pascal Programming

    Efficient Code Editing, Visual Designing, And Integrated Debugging

    Rob Botwright ...
    Introducing: Delphi Pascal Programming Bundle!Are you ready to elevate your Delphi Pascal programming skills to the next level? Look no further! Unleash your coding potential with our comprehensive bundle, featuring four must-have books: Book 1: Delphi Pascal Programming Essentials Master efficient code editing techniques and unleash your productivity with insider tips and tricks. From keyboard ... もっと見る

    970 円 または Kobo Plus なら無料

  • Rust in Depth

    he Complete Rust Guidebook

    Nathan Bouchard ...
    "Rust in Depth" is a comprehensive exploration into the Rust programming language. The aim is to offer both beginners and experienced developers a clear and methodical guide to understanding and mastering Rust.In this book, we start with the basics. The introduction touches on the significance of Rust in today's programming world, giving a glimpse into its history and core philosophy. We then move ... もっと見る

    399 円 または Kobo Plus なら無料

  • Automated Security Analysis of Android and iOS Applications with Mobile Security Framework

    Risky Behaviours in the Top 400 iOS and Android Apps is a concise overview of the security threats posed by the top apps in iOS and Android apps. These apps are ubiquitous on a phones and other mobile devices, and are vulnerable to a wide range digital systems attacks, This brief volume provides security professionals and network systems administrators a much-needed dive into the most current ... もっと見る

    4,225 円

  • Persistence Best Practices for Java Applications

    Effective strategies for distributed cloud-native applications and data-driven modernization

    The definitive guide for designing and delivering reliable and high-performing persistence layers using Java in the cloud-native age Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesUncover database patterns for designing readable and maintainable architectures and Java applicationsMaster various techniques to overcome application and architecture persistence ... もっと見る

    4,133 円 または Kobo Plus なら無料

  • Delphi High Performance

    Master the art of concurrency, parallel programming, and memory management to build fast Delphi apps

    Master Siemens TIA toolbox tools for efficient PLC and HMI code writing. Gain insights into algorithm performance, Delphi language intricacies, and program optimizations to enhance your skills effectively.Key FeaturesDiscover external programming libraries that will speed up your programming and codeLearn to integrate external libraries into Delphi programsBuild fast Delphi applications using ... もっと見る

    3,616 円 または Kobo Plus なら無料

  • Parallel Programming

    Concepts and Practice

    Parallel Programming: Concepts and Practice provides an upper level introduction to parallel programming. In addition to covering general parallelism concepts, this text teaches practical programming skills for both shared memory and distributed memory architectures. The authors' open-source system for automated code evaluation provides easy access to parallel computing resources, making the book ... もっと見る

    6,661 円