Skip to main content

カート

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

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

おすすめ

Loading...

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

並列プログラミング の本がお好きな方におすすめです。
270件の検索結果中124を表示
Skip side bar filters
  • オープンデータ時代の標準Web API SPARQL

    シリーズ series NextPublishing
    オープンデータ運動の世界的な広がりとともに、構造化したデータをウェブでいかに共有するかを定義したLinkedDataという技術にも注目が集まっている。LinkedDataはRDFを扱うデータベースに読み込んで利用する。このRDFのデータモデルのために設計されたクエリ言語がSPARQL(スパークル)である。本書はRDFによるデータ統合とSPARQLについて解説した日本初のリファレンスである。サンプルコードを参考して実際に手を動かしながら、RDFによるデータ統合とSPARQL検索によるアプリケーション開発の基本を学ぶことができる。【目次】第1章 なぜSPARQLが必要なのか?第2章 SPARQLを支える技術第3章 SPARQLの基本第4章 SPARQLの言語仕様とクエリ第5章 アプリケーション開発第6章 クックブックAppendix ... もっと見る

    1,540 円

  • OpenCL Programming Guide

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

    8,294 円

  • Programming F# 3.0

    A Comprehensive Guide for Writing Simple Code to Solve Complex Problems

    Chris Smith ...
    Why learn F#? With this guide, you’ll learn how this multi-paradigm language not only offers you an enormous productivity boost through functional programming, but also lets you develop applications using your existing object-oriented and imperative programming skills. You’ll quickly discover the many advantages of the language, including access to all the great tools and libraries of the .NET ... もっと見る

    3,256 円

  • Parallel Programming with Python

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

    2,144 円

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

    6,233 円

  • Virtualization: A Manager's Guide

    Big Picture of the Who, What, and Where of Virtualization

    Dan Kusnetzky ...
    What exactly is virtualization? As this concise book explains, virtualization is a smorgasbord of technologies that offer organizations many advantages, whether you're managing extremely large stores of rapidly changing data, scaling out an application, or harnessing huge amounts of computational power. With this guide, you get an overview of the five main types of virtualization technology, along ... もっと見る

    1,179 円

  • Professional CUDA C Programming

    Break into the powerful world of parallel GPU programming with this down-to-earth, practical guideDesigned for professionals across multiple industrial sectors, Professional CUDA C Programming presents CUDA -- a parallel computing platform and programming model designed to ease the development of GPU programming -- fundamentals in an easy-to-follow format, and teaches readers how to think in ... もっと見る

    5,733 円

  • Hadoop Operations

    A Guide for Developers and Administrators

    Eric Sammer ...
    If you’ve been asked to maintain large and complex Hadoop clusters, this book is a must. Demand for operations-specific material has skyrocketed now that Hadoop is becoming the de facto standard for truly large-scale data processing in the data center. Eric Sammer, Principal Solution Architect at Cloudera, shows you the particulars of running Hadoop in production, from planning, installing, and ... もっと見る

    3,256 円

  • An Introduction to Parallel Programming

    Peter Pacheco ...
    An Introduction to Parallel Programming is the first undergraduate text to directly address compiling and running parallel programs on the new multi-core and cluster architecture. It explains how to design, debug, and evaluate the performance of distributed and shared-memory programs. The author Peter Pacheco uses a tutorial approach to show students how to develop effective parallel programs with ... もっと見る

    6,661 円

  • Hadoop: The Definitive Guide

    The Definitive Guide

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

    3,256 円

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

    1,275 円

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

    5,855 円

  • Concurrent Data Processing in Elixir

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

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

    3,080 円

  • Programming Clojure

    Drowning in unnecessary complexity, unmanaged state, and tangles of spaghetti code? In the best tradition of Lisp, Clojure gets out of your way so you can focus on expressing simple solutions to hard problems. Clojure cuts through complexity by providing a set of composable tools--immutable data, functions, macros, and the interactive REPL. Written by members of the Clojure core team, this book is ... もっと見る

    3,890 円

  • Adopting Elixir

    From Concept to Production

    Adoption is more than programming. Elixir is an exciting new language, but to successfully get your application from start to finish, you're going to need to know more than just the language. The case studies and strategies in this book will get you there. Learn the best practices for the whole life of your application, from design and team-building, to managing stakeholders, to deployment and ... もっと見る

    3,344 円

  • Microservices with Go

    Building scalable and reliable microservices with Go

    Build, scale, and maintain microservices in Golang with ease.Key FeaturesCreate and organize well-structured Go microservicesLearn industry best practices and gain insights into Go microservice development tools, patterns, and solutionsCover hands-on Golang examples in each chapterBook DescriptionThis book covers the key benefits and common issues of microservices, helping you understand the ... もっと見る

    4,304 円

  • Advanced Compute Architectures and Deep Learning Acceleration

    Unofficial NVIDIA AI 2026 Practical Framework

    シリーズ 本: 3 - AI
    Step into the microscopic metropolis of artificial intelligence and discover how the physical realities of silicon are rewritten to power the minds of tomorrow.Have you ever wondered what happens inside a supercomputer when an AI speaks? It is not just math. It is a collision of electricity and physics. This book takes you deep into the hidden machinery of computing. You will explore the latent ... もっと見る

    1,276 円

  • Practical Rust 1.x Cookbook, Second Edition

    100+ Solutions for beginners to practice rust programming across CI/CD, kubernetes, networking, code performance and microservices

    Lloyd Frank ...
    If you want to learn how to program in Rust and create strong, reliable apps with the most recent version Rust 1.68, then you need the "Practical Rust 1.x Cookbook (Second Edition)"-a book full of real-world solutions. An extensive collection of practical recipes covering a wide range of topics. You will learn the fundamentals of programming, how to set up a development environment, and the syntax ... もっと見る

    5,719 円

  • CUDA Programming in C

    From Basics to Expert Proficiency

    William Smith ...
    "CUDA Programming in C: From Basics to Expert Proficiency" is a comprehensive guide designed to equip both novice and experienced developers with the knowledge and skills needed to harness the power of CUDA and parallel computing. Through a systematic and detailed approach, this book delves into the core concepts of CUDA programming, beginning with an introduction to parallel computing and the ... もっと見る

    1,500 円

  • Async Rust

    Unleashing the Power of Fearless Concurrency

    Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony. This practical book shows you how asynchronous Rust can help you solve problems that require multitasking. You'll learn how to apply async programming to solve problems with an async approach. You will also dive deeper into async runtimes, implementing your own ways in ... もっと見る

    4,611 円

  • XeHE: an Intel GPU Accelerated Fully Homomorphic Encryption Library

    A SYCL Sparkler: Making the Most of C++ and SYCL

    シリーズ series SYCL Sparklers: Making the Most of C++ and SYCL
    This installment of a "SYCL Sparkler" explores in depth a way to implement a reasonably efficient implementation for Homomorphic Encryption using modern C++ with SYCL. As a result of their work, the authors learned some valuable optimization techniques and insights that they have taken time to share in this very interesting and detailed piece.A key value of using C++ with SYCL, is the ability to ... もっと見る

    無料

  • Multithreading for Visual Effects

    Tackle the Challenges of Parallel Programming in the Visual Effects IndustryIn Multithreading for Visual Effects, developers from DreamWorks Animation, Pixar, Side Effects, Intel, and AMD share their successes and failures in the messy real-world application area of production software. They provide practical advice on multithreading techniques and visual effects used in popular visual effects ... もっと見る

    17,329 円

  • Accelerating MATLAB Performance

    1001 tips to speed up MATLAB programs

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

    15,478 円

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

    4,611 円