Cantitate/Preț
Produs

Understanding Control Flow: Concurrent Programming Using μC++

Autor Peter A. Buhr
en Limba Engleză Paperback – 14 iun 2018
The control-flow issues presented in this textbook are extremely relevant in modern computer languages and programming styles. In addition to the basic control-flow mechanisms, virtually all new computer languages provide some form of exceptional control flow to support robust programming introduced in this textbook.  Also, concurrency capabilities are appearing with increasing frequency in both new and old programming languages, and are covered in this book.
Understanding Control Flow: With Concurrent Programming Using μC++ starts with looping, and works through each of the basic control-flow concepts, examining why each is fundamental and where it is useful. Time is spent on each concept according to its level of difficulty. Examples and exercises are also provided in this textbook.
New programming methodologies are requiring new forms of control flow, and new programming languages are supporting these methodologies with new control structures, such as the concurrency constructs discussed in this textbook. Most computers now contain multi-threading and multi-cores, while multiple processors and distributed systems are ubiquitous — all of which require advanced programming methodologies to take full advantage of the available parallelism summarized in this textbook.  Advance forms of control flow are becoming basic programming skills needed by all programmers, not just graduate students working in the operating systems or database disciplines.
This textbook is designed for advanced-level students studying computer science and engineering. Professionals and researchers working in this field, specifically programming and software engineering, will find this book useful as a reference. 
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 34833 lei  6-8 săpt.
  Springer International Publishing – 14 iun 2018 34833 lei  6-8 săpt.
Hardback (1) 35494 lei  6-8 săpt.
  Springer International Publishing – 5 oct 2016 35494 lei  6-8 săpt.

Preț: 34833 lei

Preț vechi: 43541 lei
-20% Nou

Puncte Express: 522

Preț estimativ în valută:
6667 6994$ 5531£

Carte tipărită la comandă

Livrare economică 29 ianuarie-12 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783319798301
ISBN-10: 3319798308
Pagini: 741
Ilustrații: XXI, 741 p. 100 illus. in color.
Dimensiuni: 155 x 235 x 50 mm
Greutate: 1.05 kg
Ediția:Softcover reprint of the original 1st ed. 2016
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland

Cuprins

Introduction.- Advanced Control Flow.- Exceptions.- Coroutine.- Concurrency.- Atomicity.- Locks.- Concurrency Errors.- High-level Concurrency Constructs.- Active Objects.- Enhancing Concurrency.- Optimization.- Control Flow Paradigms.- μC++ Grammar. 

Notă biografică

Peter Buhr received the BSc Hons/MSc and PhD degrees in computer science from the University of Manitoba in 1976, 1978, 1985, respectively.  He is currently an Associate Professor in the Cheriton School of Computer Science, University of Waterloo, Canada.  His research interests include concurrency, concurrent profiling/debugging, persistence and polymorphism. He is the author of uC++, which extends C++ with high-level concurrency.  Dr. Buhr has been a member of the Association of Computing Machinery since 1977.

Caracteristici

Explains many forms of control flow in a programming language, and how they interact Presents coroutining and concurrency capabilities covering several approaches and programming patterns within approaches Reviews the reliability requirements of current and future software demands for control flow The first text book with the broadest range of control-flow approaches examined, while using C++ Includes assignment questions Includes supplementary material: sn.pub/extras