Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Parallel Programming, Schmidt, Bertil


Варианты приобретения
Цена: 70690.00T
Кол-во:
 о цене
Наличие: Отсутствует. Возможна поставка под заказ.

При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Schmidt, Bertil
Название:  Parallel Programming
ISBN: 9780128498903
Издательство: Elsevier Science
Классификация:

ISBN-10: 0128498900
Обложка/Формат: Paperback
Страницы: 400
Вес: 1.02 кг.
Дата издания: 24.11.2017
Язык: English
Размер: 205 x 236 x 24
Основная тема: Computing Textbooks
Подзаголовок: Concepts and practice
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Европейский союз
Описание:

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 particularly suitable for classroom settings.

  • Covers parallel programming approaches for single computer nodes and HPC clusters: OpenMP, multithreading, SIMD vectorization, MPI, UPC++
  • Contains numerous practical parallel programming exercises
  • Includes access to an automated code evaluation tool that enables students the opportunity to program in a web browser and receive immediate feedback on the result validity of their program
  • Features an example-based teaching of concept to enhance learning outcomes


Programming the Propeller with Spin: A Beginner`s Guide to Parallel Processing

Автор: Sandhu Harprit Singh
Название: Programming the Propeller with Spin: A Beginner`s Guide to Parallel Processing
ISBN: 0071716661 ISBN-13(EAN): 9780071716666
Издательство: McGraw-Hill
Рейтинг:
Цена: 44610.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book introduces microchip programmers to parallel processing-as made affordable to engineering students, technicians, and hobbyists by the new Parallax Propeller chip and the Spin language. Ready-to-run documented Spin code as well as PDFs of all the schematics available at www.mhprofessional.com/computingdownload

Using Mpi: Portable Parallel Programming with the Message-Passing Interface

Автор: Gropp William, Lusk Ewing, Skjellum Anthony
Название: Using Mpi: Portable Parallel Programming with the Message-Passing Interface
ISBN: 0262527391 ISBN-13(EAN): 9780262527392
Издательство: MIT Press
Рейтинг:
Цена: 73360.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

The thoroughly updated edition of a guide to parallel programming with MPI, reflecting the latest specifications, with many detailed examples.

This book offers a thoroughly updated guide to the MPI (Message-Passing Interface) standard library for writing programs for parallel computers. Since the publication of the previous edition of Using MPI, parallel computing has become mainstream. Today, applications run on computers with millions of processors; multiple processors sharing memory and multicore processors with multiple hardware threads per core are common. The MPI-3 Forum recently brought the MPI standard up to date with respect to developments in hardware capabilities, core language evolution, the needs of applications, and experience gained over the years by vendors, implementers, and users. This third edition of Using MPI reflects these changes in both text and example code.

The book takes an informal, tutorial approach, introducing each concept through easy-to-understand examples, including actual code in C and Fortran. Topics include using MPI in simple programs, virtual topologies, MPI datatypes, parallel libraries, and a comparison of MPI with sockets. For the third edition, example code has been brought up to date; applications have been updated; and references reflect the recent attention MPI has received in the literature. A companion volume, Using Advanced MPI, covers more advanced topics, including hybrid programming and coping with large data.


Network Performance Analysis / Using the J Programming Language

Автор: Holt Alan
Название: Network Performance Analysis / Using the J Programming Language
ISBN: 1846288223 ISBN-13(EAN): 9781846288227
Издательство: Springer
Рейтинг:
Цена: 130430.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The purpose of network performance analysis is to investigate how traffic-management mechanisms deployed in the network affect the allocation of resources amongst its users and the performance they experience. This book introduces concepts and principles of network performance analysis by example, using the J programming language.

Concurrent Programming

Автор: Snow
Название: Concurrent Programming
ISBN: 0521339936 ISBN-13(EAN): 9780521339933
Издательство: Cambridge Academ
Рейтинг:
Цена: 44350.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The book builds on the student`s familiarity with sequential programming in a high level language, and is concerned mainly with the high level aspects of concurrency.

Games Programming

Автор: Solomon
Название: Games Programming
ISBN: 052127110X ISBN-13(EAN): 9780521271103
Издательство: Cambridge Academ
Рейтинг:
Цена: 55960.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Games Programming has been written for the personal computer owner who is setting out to write fams programs. It charts the territory which lies beyond the simplistic arcade game and which leads to the more intellectually exciting game moderators and learning programs.

Structured Parallel Programming,

Автор: Michael McCool
Название: Structured Parallel Programming,
ISBN: 0124159931 ISBN-13(EAN): 9780124159938
Издательство: Elsevier Science
Рейтинг:
Цена: 52770.00 T
Наличие на складе: Поставка под заказ.
Описание: Programming is now parallel programming. This title describes how to design and implement maintainable and efficient parallel algorithms using a pattern-based approach. It includes examples from realistic contexts that illustrate patterns and themes in parallel algorithm design that are widely applicable regardless of implementation technology.

The Art of Multiprocessor Programming, Revised Reprint,

Автор: Maurice Herlihy
Название: The Art of Multiprocessor Programming, Revised Reprint,
ISBN: 0123973376 ISBN-13(EAN): 9780123973375
Издательство: Elsevier Science
Рейтинг:
Цена: 62390.00 T
Наличие на складе: Невозможна поставка.
Описание: Revised and updated with improvements conceived in parallel programming courses, The Art of Multiprocessor Programming is an authoritative guide to multicore programming. It introduces a higher level set of software development skills than that needed for efficient single-core programming. This book provides comprehensive coverage of the new principles, algorithms, and tools necessary for effective multiprocessor programming. Students and professionals alike will benefit from thorough coverage of key multiprocessor programming issues.

Parallel Programming in OpenMP,

Автор: Rohit Chandra
Название: Parallel Programming in OpenMP,
ISBN: 1558606718 ISBN-13(EAN): 9781558606715
Издательство: Elsevier Science
Рейтинг:
Цена: 58380.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: OpenMP is an industry standard for programming shared-memory and distributed shared-memory multiprocessors. This book teaches the parallel programmers how to program using this standard. It presents the basic OpenMP constructs in FORTRAN, C, and C++. It emphasizes practical concepts to address the concerns of real application developers.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия