Cantitate/Preț
Produs

The JR Programming Language: Concurrent Programming in an Extended Java: The Springer International Series in Engineering and Computer Science, cartea 774

Autor Ronald A. Olsson, Aaron W. Keen
en Limba Engleză Paperback – 24 mar 2013
JR is a language for concurrent programming. It is an imperative language that provides explicit mechanisms for concurrency, communication, and s- chronization. JR is an extension of the Java programming language with - ditional concurrency mechanisms based on those in the SR (Synchronizing Resources) programming language. It is suitable for writing programs for both shared- and distributed-memory applications and machines; it is, of course, also suitable for writing sequential programs. JR can be used in applications such as parallel computation, distributed systems, simulation, and many others. JR supports many “features” useful for concurrent programming. However, our goals have always been keeping the language simple and easy to learn and use. We have achieved these goals by integrating common notions, both sequ- tial and concurrent, into a few powerful mechanisms. We have implemented these mechanisms as part of a complete language to determine their feasibility and cost, to gain hands-on experience, and to provide a tool that can be used for research and teaching. The introduction to Chapter 1 expands on how JR has realized our design goals.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 33055 lei  43-57 zile
  Springer Us – 24 mar 2013 33055 lei  43-57 zile
Hardback (1) 33927 lei  43-57 zile
  Springer Us – 6 iul 2004 33927 lei  43-57 zile

Din seria The Springer International Series in Engineering and Computer Science

Preț: 33055 lei

Preț vechi: 41319 lei
-20% Nou

Puncte Express: 496

Preț estimativ în valută:
6326 6571$ 5255£

Carte tipărită la comandă

Livrare economică 03-17 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781475788822
ISBN-10: 1475788827
Pagini: 396
Ilustrații: XXVI, 365 p.
Dimensiuni: 155 x 235 x 21 mm
Greutate: 0.55 kg
Ediția:Softcover reprint of the original 1st ed. 2004
Editura: Springer Us
Colecția Springer
Seria The Springer International Series in Engineering and Computer Science

Locul publicării:New York, NY, United States

Public țintă

Research

Cuprins

Extensions for Concurrency.- Overview of Extensions.- OP-Methods, Operations, and Capabilities.- Concurrent Execution.- Synchronization Using Shared Variables.- Semaphores.- Asynchronous Message Passing.- Remote Procedure Call.- Rendezvous.- Virtual Machines.- The Dining Philosophers.- Exceptions.- Inheritance of Operations.- Inter-Operation Invocation Selection Mechanism.- Applications.- Parallel Matrix Multiplication.- Solving PDEs: Grid Computations.- The Traveling Salesman Problem.- A Distributed File System.- Discrete Event Simulation.- Interfacing JR and GUIs.- Preprocessors for Other Concurrency Notations.