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

Introduction to Concurrency in Programming Languages, Sottile, Matthew J. , Mattson, Timothy G. , Rasm


Варианты приобретения
Цена: 63280.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 202 шт.  
При оформлении заказа до: 2025-08-18
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

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

Автор: Sottile, Matthew J. , Mattson, Timothy G. , Rasm
Название:  Introduction to Concurrency in Programming Languages
ISBN: 9780367385156
Издательство: Taylor&Francis
Классификация:




ISBN-10: 0367385155
Обложка/Формат: Paperback
Страницы: 344
Вес: 1.40 кг.
Дата издания: 27.09.2019
Язык: English
Размер: 231 x 155 x 15
Читательская аудитория: Tertiary education (us: college)
Основная тема: Supercomputing
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Европейский союз
Описание: 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.

C++ Concurrency in Action

Автор: Williams Anthony
Название: C++ Concurrency in Action
ISBN: 1617294691 ISBN-13(EAN): 9781617294693
Издательство: Pearson Education
Рейтинг:
Цена: 68980.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Summary

This bestseller has been updated and revised to cover all the latest changes to C++ 14 and 17 C++ Concurrency in Action, Second Edition teaches you everything you need to write robust and elegant multithreaded applications in C++17.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

You choose C++ when your applications need to run fast. Well-designed concurrency makes them go even faster. C++ 17 delivers strong support for the multithreaded, multiprocessor programming required for fast graphic processing, machine learning, and other performance-sensitive tasks. This exceptional book unpacks the features, patterns, and best practices of production-grade C++ concurrency.

About the Book

C++ Concurrency in Action, Second Edition is the definitive guide to writing elegant multithreaded applications in C++. Updated for C++ 17, it carefully addresses every aspect of concurrent development, from starting new threads to designing fully functional multithreaded algorithms and data structures. Concurrency master Anthony Williams presents examples and practical tasks in every chapter, including insights that will delight even the most experienced developer.

What's inside

  • Full coverage of new C++ 17 features
  • Starting and managing threads
  • Synchronizing concurrent operations
  • Designing concurrent code
  • Debugging multithreaded applications

About the Reader

Written for intermediate C and C++ developers. No prior experience with concurrency required.

About the Author

Anthony Williams has been an active member of the BSI C++ Panel since 2001 and is the developer of the just:: thread Pro extensions to the C++ 11 thread library.

Table of Contents

  1. Hello, world of concurrency in C++
  2. Managing threads
  3. Sharing data between threads
  4. Synchronizing concurrent operations
  5. The C++ memory model and operations on atomic types
  6. Designing lock-based concurrent data structures
  7. Designing lock-free concurrent data structures
  8. Designing concurrent code
  9. Advanced thread management
  10. Parallel algorithms
  11. Testing and debugging multithreaded applications

Learning Concurrency in Kotlin

Автор: Torres, Miguel Angel Castiblanco
Название: Learning Concurrency in Kotlin
ISBN: 1788627164 ISBN-13(EAN): 9781788627160
Издательство: Неизвестно
Рейтинг:
Цена: 60070.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The requirements of modern day applications are scalability, speed and making the most use of hardware. Kotlin provides immense support for concurrency. This book addresses the challenges for the design and implementation of concurrent code and shows you how to write lock-free concurrent code taking advantage of Kotlin`s concurrency support.

Concurrency, Compositionality, and Correctness

Автор: Dennis Dams; Ulrich Hannemann; Martin Steffen
Название: Concurrency, Compositionality, and Correctness
ISBN: 364211511X ISBN-13(EAN): 9783642115110
Издательство: Springer
Рейтинг:
Цена: 69870.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Published in honor of Willem-Paul de Roever, this Festschrift volume contains 19 detailed papers written by the friends and colleagues of the honoree, all eminent scientists in their own right. It addresses topics such as model checking, computer science and state machines, ontology and mereology of domains, game theory, and compiler correctness.

Start Concurrent: An Introduction to Problem Solving in Java With a Focus on Concurrency, 2014

Автор: Barry Wittman, Aditya Mathur, Tim Korb
Название: Start Concurrent: An Introduction to Problem Solving in Java With a Focus on Concurrency, 2014
ISBN: 1626710090 ISBN-13(EAN): 9781626710092
Издательство: Mare Nostrum (Eurospan)
Цена: 71150.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: How can the new generation of computer scientists growing up with multicore chips learn to program applications that exploit this latent processing power? This unique book is an attempt to introduce concurrent programming to first-year computer science students. This book assumes no programming background but offers a broad coverage of Java.

Concurrency, Security, and Puzzles

Автор: Thomas Gibson-Robinson; Philippa Hopcroft; Ranko L
Название: Concurrency, Security, and Puzzles
ISBN: 3319510452 ISBN-13(EAN): 9783319510453
Издательство: Springer
Рейтинг:
Цена: 60550.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This festschrift was written in honor of Andrew William (Bill) Roscoe on the occasion of his 60th birthday, and features tributes by Sir Tony Hoare, Stephen Brookes, and Michael Wooldridge. He is also world renowned for his pioneering work in analyzing security protocols, modeling information flow, human-interactive security, and much more.

Hands-On Concurrency with Rust

Автор: Troutwine Brian L.
Название: Hands-On Concurrency with Rust
ISBN: 1788399978 ISBN-13(EAN): 9781788399975
Издательство: Неизвестно
Цена: 60070.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Writing safe and correct parallel programs is tough. Reasoning about concurrent memory modification is tough; efficiently exploiting the modern computing environment (with its multi-layered caches and deep execution pipelines) is also tough. Most systems programming languages add a further complication: unsafe memory access. The burden on you, ...

SQL Server Concurrency

Автор: Delaney Kalen
Название: SQL Server Concurrency
ISBN: 1906434913 ISBN-13(EAN): 9781906434915
Издательство: Неизвестно
Цена: 27580.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Application and Theory of Petri Nets and Concurrency

Автор: Gianfranco Ciardo; Ekkart Kindler
Название: Application and Theory of Petri Nets and Concurrency
ISBN: 3319077333 ISBN-13(EAN): 9783319077338
Издательство: Springer
Рейтинг:
Цена: 77320.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book constitutes the proceedings of the 35th International Conference on Application and Theory of Petri Nets and Concurrency, PETRI NETS 2014, held in Tunis, Tunisia, in June 2014. The papers cover various topics in the field of Petri nets and related models of concurrency.

Application and Theory of Petri Nets and Concurrency

Автор: Raymond Devillers; Antti Valmari
Название: Application and Theory of Petri Nets and Concurrency
ISBN: 3319194879 ISBN-13(EAN): 9783319194875
Издательство: Springer
Рейтинг:
Цена: 52170.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book constitutes the proceedings of the 36th International Conference on Application and Theory of Petri Nets and Concurrency, PETRI NETS 2015, held in Brussels, Belgium, in June 2015. The 12 regular papers and 2 tool papers presented in this volume were carefully reviewed and selected from 34 submissions.

Constraints Meet Concurrency

Автор: Jacopo Mauro
Название: Constraints Meet Concurrency
ISBN: 9462390665 ISBN-13(EAN): 9789462390669
Издательство: Springer
Рейтинг:
Цена: 79190.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book describes benefits that emerge when the fields of constraint programming and concurrency meet. Proposes an extension to Service Oriented Languages to overcome some of their limitations and to improve the development of concurrent applications.

Logic, Rewriting, and Concurrency

Автор: Narciso Mart?-Oliet; Peter Csaba ?lveczky; Carolyn
Название: Logic, Rewriting, and Concurrency
ISBN: 3319231642 ISBN-13(EAN): 9783319231648
Издательство: Springer
Рейтинг:
Цена: 74530.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This Festschrift volume contains 28 refereed papers including personal memories, essays, and regular research papers by close collaborators and friends of Jose Meseguer to honor him on the occasion of his 65th birthday.

The Art of Modelling Computational Systems: A Journey from Logic and Concurrency to Security and Privacy

Автор: M?rio S. Alvim; Kostas Chatzikokolakis; Carlos Ola
Название: The Art of Modelling Computational Systems: A Journey from Logic and Concurrency to Security and Privacy
ISBN: 3030311740 ISBN-13(EAN): 9783030311742
Издательство: Springer
Рейтинг:
Цена: 68930.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This Festschrift was published in honor of Catuscia Palamidessi on the occasion of her 60th birthday. It features 6 laudations, which are available in the front matter of the volume, and 25 papers by close collaborators and friends.


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