Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Languages and Compilers for Parallel Computing, Kasahara Hironori


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

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

Автор: Kasahara Hironori
Название:  Languages and Compilers for Parallel Computing
ISBN: 9783642376573
Издательство: Springer
Классификация:




ISBN-10: 3642376576
Обложка/Формат: Paperback
Страницы: 290
Вес: 0.41 кг.
Дата издания: 14.03.2013
Серия: Lecture notes in computer science / theoretical computer science and general issues
Язык: English
Иллюстрации: 101 black & white illustrations, biography
Размер: 234 x 156 x 16
Читательская аудитория: Professional & vocational
Подзаголовок: 25th international workshops, lcpc 2012, tokyo, japan, september 11-13,2012, revised selected papers
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Invited Talk.- Just in Time Load Balancing.- Workshop Papers.- AlphaZ: A System for Design Space Exploration in the Polyhedral Model.- Compiler Optimizations: Machine Learning versus O3.- The STAPL Parallel Graph Library.- Set and Relation Manipulation for the Sparse Polyhedral Framework.- Parallel Clustered Low-Rank Approximation of Graphs and Its Application to Link Prediction.- OmpSs-OpenCL Programming Model for Heterogeneous Systems.- Compiler Optimizations for Industrial Unstructured Mesh CFD Applications on GPUs.- UCIFF: Unified Cluster Assignment Instruction Scheduling and Fast Frequency Selection for Heterogeneous Clustered VLIW Cores.- A Study on the Impact of Compiler Optimizations on High-Level Synthesis.- FlowPools: A Lock-Free Deterministic Concurrent Dataflow Abstraction.- Task Parallelism and Data Distribution: An Overview of Explicit Parallel Programming Languages.- A Fast Parallel Graph Partitioner for Shared-Memory Inspector/Executor Strategies.- A Software-Based Method-Level Speculation Framework for the Java Platform.- Ant: A Debugging Framework for MPI Parallel Programs.- Compiler Automatic Discovery of OmpSs Task Dependencies.- Beyond Do Loops: Data Transfer Generation with Convex Array Regions.- Workshop Posters.- Finish Accumulators: An Efficient Reduction Construct for Dynamic Task Parallelism.- FlashbackSTM: Improving STM Performance by Remembering the Past.- Kaira: Generating Parallel Libraries and Their Usage with Octave.- Language and Architecture Independent Software Thread-Level Speculation.- Abstractions for Defining Semi-Regular Grids Orthogonally from Stencils.


Languages and Compilers for Parallel Computing

Автор: Chen Ding; John Criswell; Peng Wu
Название: Languages and Compilers for Parallel Computing
ISBN: 3319527088 ISBN-13(EAN): 9783319527086
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book constitutes the thoroughly refereed post-conference proceedings of the 29th International Workshop on Languages and Compilers for Parallel Computing, LCPC 2016, held in Rochester, NY, USA, in September 2016. The 20 revised full papers presented together with 4 short papers were carefully reviewed.

Languages and Compilers for Parallel Computing

Автор: Utpal Banerjee; David Gelernter; Alex Nicolau; Dav
Название: Languages and Compilers for Parallel Computing
ISBN: 354055422X ISBN-13(EAN): 9783540554226
Издательство: Springer
Рейтинг:
Цена: 12157.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: These papers cover languages/structures to represent programs internally in the compiler, techniques for analyzing/manipulating sequential loops to generate a parallel version, techniques to detect and extract fine grain parallelism, and scheduling and memory management issues and more.

Languages and Compilers for Parallel Computing

Автор: David Sehr; Utpal Banerjee; David Gelernter; Alex
Название: Languages and Compilers for Parallel Computing
ISBN: 3540630910 ISBN-13(EAN): 9783540630913
Издательство: Springer
Рейтинг:
Цена: 14673.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This volume presents 35 revised papers taken from an international work-shop on languages and compilers for computing. The papers are organized in topical sections, and deal with such subjects as program analysis, compiler algorithms, communication optimization, and compiling HPF.

Implementing programming languages. an introduction to compilers and interpreters

Автор: Ranta, Aarne
Название: Implementing programming languages. an introduction to compilers and interpreters
ISBN: 1848900643 ISBN-13(EAN): 9781848900646
Издательство: Неизвестно
Рейтинг:
Цена: 4046.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Implementing a programming language means bridging the gap from the programmer's high-level thinking to the machine's zeros and ones. If this is done in an efficient and reliable way, programmers can concentrate on the actual problems they have to solve, rather than on the details of machines. But understanding the whole chain from languages to machines is still an essential part of the training of any serious programmer. It will result in a more competent programmer, who will moreover be able to develop new languages. A new language is often the best way to solve a problem, and less difficult than it may sound. This book follows a theory-based practical approach, where theoretical models serve as blueprint for actual coding. The reader is guided to build compilers and interpreters in a well-understood and scalable way. The solutions are moreover portable to different implementation languages. Much of the actual code is automatically generated from a grammar of the language, by using the BNF Converter tool. The rest can be written in Haskell or Java, for which the book gives detailed guidance, but with some adaptation also in C, C]+, C#, or OCaml, which are supported by the BNF Converter. The main focus of the book is on standard imperative and functional languages: a subset of C++ and a subset of Haskell are the source languages, and Java Virtual Machine is the main target. Simple Intel x86 native code compilation is shown to complete the chain from language to machine. The last chapter leaves the standard paths and explores the space of language design ranging from minimal Turing-complete languages to human-computer interaction in natural language.

Languages and Compilers for Parallel Computing

Автор: Utpal Banerjee; David Gelernter; Alex Nicolau; Dav
Название: Languages and Compilers for Parallel Computing
ISBN: 3540575022 ISBN-13(EAN): 9783540575023
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Contains the edited versions of research papers presented at the 5th Workshop on Languages and Compilers for Parallel Computing, held at Yale University, USA, in August 1992. A cross-section of contemporary developments in the field are provided.

Languages and Compilers for Parallel Computing

Автор: James Brodman; Peng Tu
Название: Languages and Compilers for Parallel Computing
ISBN: 331917472X ISBN-13(EAN): 9783319174723
Издательство: Springer
Рейтинг:
Цена: 7826.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book constitutes the thoroughly refereed post-conference proceedings of the 27th International Workshop on Languages and Compilers for Parallel Computing, LCPC 2014, held in Hillsboro, OR, USA, in September 2014. The 25 revised full papers were carefully reviewed and selected from 39 submissions.

Languages and Compilers for Parallel Computing

Автор: Xipeng Shen; Frank Mueller; James Tuck
Название: Languages and Compilers for Parallel Computing
ISBN: 3319297775 ISBN-13(EAN): 9783319297774
Издательство: Springer
Рейтинг:
Цена: 6988.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Thisbook constitutes the thoroughly refereed post-conference proceedings of the 28thInternational Workshop on Languages and Compilers for Parallel Computing, LCPC2015, held in Raleigh, NC, USA, in September 2015. The19 revised full papers were carefully reviewed and selected from 44 submissions.

Languages and Compilers for Parallel Computing

Автор: Siddharta Chatterjee; Jan F. Prins; Larry Carter;
Название: Languages and Compilers for Parallel Computing
ISBN: 3540664262 ISBN-13(EAN): 9783540664260
Издательство: Springer
Рейтинг:
Цена: 11179.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This text is divided into topical sections on Java, locality, network computing, Fortran, irregular applications, instructions scheduling and dependence analysis.

Languages and Compilers for Parallel Computing

Автор: Vikram Adve; Mar?a Jes?s Garzar?n; Paul Petersen
Название: Languages and Compilers for Parallel Computing
ISBN: 3540852603 ISBN-13(EAN): 9783540852605
Издательство: Springer
Рейтинг:
Цена: 10480.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Constitutes the refereed post-conference proceedings of the 20th International Workshop on Languages and Compilers for Parallel Computing, LCPC 2007, held in Urbana, IL, USA, in October 2007. This work is organized in topical sections on reliability, languages, parallel compiler technology, libraries and general compiler techniques.

Languages, Compilers and Run-Time Systems for Scalable Computers

Автор: Boleslaw K. Szymanski; Balaram Sinharoy
Название: Languages, Compilers and Run-Time Systems for Scalable Computers
ISBN: 1461359791 ISBN-13(EAN): 9781461359791
Издательство: Springer
Рейтинг:
Цена: 20962.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Language, Compilers and Run-time Systems for Scalable Computers contains 20 articles based on presentations given at the third workshop of the same title, and 13 extended abstracts from the poster session.

Parallel Programming and Compilers

Автор: Constantine D. Polychronopoulos
Название: Parallel Programming and Compilers
ISBN: 1461284163 ISBN-13(EAN): 9781461284161
Издательство: Springer
Рейтинг:
Цена: 12157.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: So far, we have seen only the tip of the iceberg called "parallel machines and parallel programming". Instead of trying to develop parallel programming methodologies and paradigms, we often focus on more advanced topics assuming that the reader has an adequate background in parallel processing.

The Design of Interpreters, Compilers, and Editors for Augmented Transition Networks

Автор: Leonard Bolc
Название: The Design of Interpreters, Compilers, and Editors for Augmented Transition Networks
ISBN: 3642821243 ISBN-13(EAN): 9783642821240
Издательство: Springer
Рейтинг:
Цена: 18167.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Like a finite state automaton, an ATN consists of a collection of la- beled states and arcs, a distinguished start state and a set of distin- guished final states.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия