On Concurrent Programming: Texts in Computer Science
Autor Fred B. Schneideren Limba Engleză Hardback – 6 mai 1997
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 335.39 lei 43-57 zile | |
Springer – 30 sep 2012 | 335.39 lei 43-57 zile | |
Hardback (1) | 341.88 lei 43-57 zile | |
Springer – 6 mai 1997 | 341.88 lei 43-57 zile |
Din seria Texts in Computer Science
- 20% Preț: 474.58 lei
- 20% Preț: 675.35 lei
- 20% Preț: 409.70 lei
- 20% Preț: 306.35 lei
- 20% Preț: 379.63 lei
- 20% Preț: 1219.13 lei
- 20% Preț: 406.21 lei
- 20% Preț: 392.09 lei
- 20% Preț: 305.30 lei
- 20% Preț: 444.93 lei
- 20% Preț: 412.42 lei
- 20% Preț: 473.73 lei
- 20% Preț: 370.59 lei
- 20% Preț: 503.87 lei
- 20% Preț: 370.22 lei
- 20% Preț: 515.34 lei
- 15% Preț: 624.69 lei
- 20% Preț: 378.48 lei
- 20% Preț: 349.64 lei
- 20% Preț: 178.22 lei
- 20% Preț: 323.77 lei
- 20% Preț: 386.63 lei
- 20% Preț: 728.56 lei
- 20% Preț: 650.04 lei
- Preț: 448.55 lei
- 20% Preț: 525.82 lei
- 20% Preț: 351.02 lei
- Preț: 378.08 lei
- 20% Preț: 337.81 lei
- 20% Preț: 608.62 lei
- 20% Preț: 343.79 lei
- 20% Preț: 339.95 lei
- 20% Preț: 576.31 lei
- 20% Preț: 195.50 lei
- 20% Preț: 334.43 lei
- 23% Preț: 726.93 lei
- 20% Preț: 318.76 lei
- 20% Preț: 583.77 lei
- 20% Preț: 581.48 lei
- Preț: 454.30 lei
- 20% Preț: 524.11 lei
Preț: 341.88 lei
Preț vechi: 427.35 lei
-20% Nou
Puncte Express: 513
Preț estimativ în valută:
65.43€ • 67.96$ • 54.35£
65.43€ • 67.96$ • 54.35£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780387949420
ISBN-10: 0387949429
Pagini: 473
Ilustrații: XIX, 473 p.
Dimensiuni: 155 x 235 x 37 mm
Greutate: 0.87 kg
Ediția:1997
Editura: Springer
Colecția Springer
Seria Texts in Computer Science
Locul publicării:New York, NY, United States
ISBN-10: 0387949429
Pagini: 473
Ilustrații: XIX, 473 p.
Dimensiuni: 155 x 235 x 37 mm
Greutate: 0.87 kg
Ediția:1997
Editura: Springer
Colecția Springer
Seria Texts in Computer Science
Locul publicării:New York, NY, United States
Public țintă
ResearchCuprins
1 Introduction.- 1.1 Concurrent Programs.- 1.2 Communication and Synchronization.- 1.3 Understanding Concurrent Programs.- 1.4 A Preview.- Historical Notes for Chapter 1.- Exercises for Chapter 1.- 2 Formal Logic.- 2.1 Formal Logical Systems.- 2.2 Propositional Logic.- 2.3 A Predicate Logic.- 2.4 Safety and Liveness Revisited.- Historical Notes for Chapter 2.- Exercises for Chapter 2.- 3 Temporal Logic.- 3.1 Informal Preview.- 3.2 Syntax and Meaning of Formulas.- 3.3 Axioms and Inference Rules.- 3.4 Temporal Logic Applications.- 3.5 About Modal Logics.- Historical Notes for Chapter 3.- Exercises for Chapter 3.- 4 Notation and Logic for Sequential Programming.- 4.1 Notation for Sequential Programs.- 4.2 Reasoning About Program States.- 4.3 Proof Outline Logic.- 4.4 Assignment to Composite Variables.- 4.5 A Predicate Transformer.- Historical Notes for Chapter 4.- Exercises for Chapter 4.- 5 Concurrency and Interference.- 5.1 Specifying Concurrency.- 5.2 Control Predicate Axioms.- 5.3 Interference Freedom.- 5.4 Hiding Control Predicates in Derived Terms.- 5.5 Synchronously Altered and Shared Assertions.- 5.6 Specifying Synchronization.- 5.7 Synchronization and Interference.- Historical Notes for Chapter 5.- Exercises for Chapter 5.- 6 Safety Properties: Invariance.- 6.1 Invariance Properties.- 6.2 Verifying Invariance Properties.- 6.3 Exclusion of Configurations.- 6.4 Direct Use of Proof Outlines.- 6.5 Developing Programs for Invariance Properties.- Historical Notes for Chapter 6.- Exercises for Chapter 6.- 7 Safety Properties with Past Terms.- 7.1 Historical Safety Properties.- 7.2 Past Extensions to Predicate Logic.- 7.3 Verifying Historical Safety Properties.- 7.4 Developing Programs for Historical Safety Properties.- 7.5 Auxiliary Variables.- 7.6 Some Cautions.- Historical Notes for Chapter 7.- Exercises for Chapter 7.- 8 Verifying Arbitrary Temporal Logic Properties.- 8.1 S-Temporal Logic Revisited.- 8.2 Unless Properties and Derivatives.- 8.3 Fairness Assumptions.- 8.4 Reasoning from Fairness Assumptions.- 8.5 Helpful Actions and Eventualities.- 8.6 Liveness for Mutual Exclusion.- Historical Notes for Chapter 8.- Exercises for Chapter 8.- 9 Programming with Fine-Grained Atomic Actions.- 9.1 Pretending Atomicity.- 9.2 Translation-Independent Reasoning.- 9.3 Implementing Condition Synchronization.- 9.4 Programming with the Subset.- 9.5 Synchronization and Interference Revisited.- 9.6 Interlock Instructions.- 9.7 Example: Barrier Synchronization.- Historical Notes for Chapter 9.- Exercises for Chapter 9.- 10 Semaphores, Locks, and Conditional Critical Regions.- 10.1 Semaphores.- 10.2 Change of Variable to use Semaphores.- 10.3 Binary Semaphores and Locks.- 10.4 Split Binary Semaphore Method.- 10.5 Conditional Critical Regions.- Historical Notes for Chapter 10.- Exercises for Chapter 10.- 11 Message Passing and Distributed Programming.- 11.1 Asynchronous Message-Passing.- 11.2 Synchronous Message-Passing.- 11.3 Derivation of Distributed Programs.- 11.4 Shared-Variable Representations.- Historical Notes for Chapter 11.- Exercises for Chapter 11.- 12 Putting It Together.- 12.1 On Languages.- 12.2 Principles for Verifying Safety and Liveness Properties.- 12.3 Proofs Only Increase Confidence.- 12.4 A Tool and Applications.- Historical Notes for Chapter 12.- References.