Skip to main content

カート

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

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

おすすめ

Loading...

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

並列プログラミング の本がお好きな方におすすめです。
266件の検索結果中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 円

  • 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 円

  • 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 円

  • 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 円

  • 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,271 円

  • 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 円

  • 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 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 円

  • 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 円

  • Exploring Graphs with Elixir

    Connect Data with Native Graph Libraries and Graph Databases

    Tony Hammond ...
    Data is everywhere - it's just not very well connected, which makes it super hard to relate dataset to dataset. Using graphs as the underlying glue, you can readily join data together and create navigation paths across diverse sets of data. Add Elixir, with its awesome power of concurrency, and you'll soon be mastering data networks. Learn how different graph models can be accessed and used from ... もっと見る

    3,705 円

  • Introduction to Statistical Computing and Visualization Using R

    Megha Rathi ...
    The book provides a foundational guide to statistical computing and visualisation Using R programming with an emphasis on practical data analysis skills that are directly applicable to diverse fields like finance, defence, health, and education. It uniquely combines a thorough explanation of basic constructs with advanced topics such as data visualisation, statistical modeling, and probability, ... もっと見る

    28,604 円

  • Introduction to High Performance Computing for Scientists and Engineers

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

    18,676 円

  • Programming Phoenix

    Productive |> Reliable |> Fast

    Don't accept the compromise between fast and beautiful: you can have it all. Phoenix creator Chris McCord, Elixir creator Jose Valim, and award-winning author Bruce Tate walk you through building an application that's fast and reliable. At every step, you'll learn from the Phoenix creators not just what to do, but why. Packed with insider insights, this definitive guide will be your constant ... もっと見る

    2,622 円

  • Getting Clojure

    Build Your Functional Skills One Idea at a Time

    Russ Olsen ...
    Behind every programming language lies a vision of how programs should be built. The vision behind Clojure is of a radically simple language framework holding together a sophisticated collection of programming features. Learning Clojure involves much more than just learning the mechanics of the language. To really get Clojure you need to understand the ideas underlying this structure of framework ... もっと見る

    3,705 円

  • Modeling and Optimization of Parallel and Distributed Embedded Systems

    シリーズ series IEEE Press
    This book introduces the state-of-the-art in research in parallel and distributed embedded systems, which have been enabled by developments in silicon technology, micro-electro-mechanical systems (MEMS), wireless communications, computer networking, and digital electronics. These systems have diverse applications in domains including military and defense, medical, automotive, and unmanned ... もっと見る

    16,614 円

  • Web Programming with Go, Second Edition

    Code, create, and troubleshoot every component of web application using Go and its libraries

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

    5,719 円

  • Mastering IIS

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

    2,180 円

  • 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 円

  • How to Start a Career in QA: Steps and Tips

    Idrak Mirzayev ...
    How to Start a Career in QA: Steps and TipsAuthor: Iden ZenAre you interested in starting a career in Quality Assurance (QA) but don't know where to begin? How to Start a Career in QA: Steps and Tips is your comprehensive guide to navigating the world of software testing and building a successful career in QA. This book is designed for anyone interested in the field, from absolute beginners to ... もっと見る

    300 円

  • Microservices with Go

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

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

    4,047 円

  • Hands-On High Performance with Spring 5

    Techniques for scaling and optimizing Spring and Spring Boot applications

    A hands-on guide to creating, monitoring, and tuning a high performance Spring web applicationKey FeaturesUnderstand common performance pitfalls and improve your application's performanceBuild and deploy strategies for complex applications using the microservice architectureUnderstand internals of JVM - the core of all Java Runtime EnvironmentsBook DescriptionWhile writing an application, ... もっと見る

    4,994 円

  • Ultimate C# for High-Performance Applications

    Master Multithreading, Parallelism, and Async Techniques to Engineer High-Performance, Enterprise-Grade Software with C# 13 and .NET 9 (English Edition)

    Jeff McNamara ...
    Master parallelism and async to create enterprise-grade, high-performance apps.Book DescriptionHigh-performance software is no longer optional—today’s applications must be fast, scalable, and responsive to meet real-world demands. C# and . NET provides the foundation, but knowing how to unlock their full potential is what separates the average code from enterprise-grade solutions.Ultimate C# for ... もっと見る

    4,199 円