Understanding Control Flow: Concurrent Programming Using μC++
Autor Peter A. Buhren Limba Engleză Paperback – 14 iun 2018
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.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 348.33 lei 6-8 săpt. | |
Springer International Publishing – 14 iun 2018 | 348.33 lei 6-8 săpt. | |
Hardback (1) | 354.94 lei 6-8 săpt. | |
Springer International Publishing – 5 oct 2016 | 354.94 lei 6-8 săpt. |
Preț: 348.33 lei
Preț vechi: 435.41 lei
-20% Nou
Puncte Express: 522
Preț estimativ în valută:
66.67€ • 69.94$ • 55.31£
66.67€ • 69.94$ • 55.31£
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
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