Extensions of the UNITY methodology: compositionality, fairness and probability in parallelism
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berlin u.a.
Springer
1995
|
Schriftenreihe: | Lecture notes in computer science
908 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XI, 178 S. |
ISBN: | 3540591737 0387591737 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV010107527 | ||
003 | DE-604 | ||
005 | 19950704 | ||
007 | t| | ||
008 | 950313s1995 gw |||| 00||| eng d | ||
016 | 7 | |a 943759021 |2 DE-101 | |
020 | |a 3540591737 |9 3-540-59173-7 | ||
020 | |a 0387591737 |9 0-387-59173-7 | ||
035 | |a (OCoLC)246317778 | ||
035 | |a (DE-599)BVBBV010107527 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c DE | ||
049 | |a DE-384 |a DE-739 |a DE-91G |a DE-19 |a DE-20 |a DE-634 |a DE-83 |a DE-11 |a DE-188 |a DE-706 | ||
050 | 0 | |a QA76.642.R43 1995 | |
082 | 0 | |a 005.2 20 | |
082 | 0 | |a 005.2 |2 20 | |
084 | |a ST 150 |0 (DE-625)143594: |2 rvk | ||
084 | |a DAT 516f |2 stub | ||
084 | |a 28 |2 sdnb | ||
100 | 1 | |a Rao, Josyula Ramachandra |d 1962- |e Verfasser |0 (DE-588)114853363 |4 aut | |
245 | 1 | 0 | |a Extensions of the UNITY methodology |b compositionality, fairness and probability in parallelism |c Josyula R. Rao |
264 | 1 | |a Berlin u.a. |b Springer |c 1995 | |
300 | |a XI, 178 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Lecture notes in computer science |v 908 | |
650 | 7 | |a Logiciels - Essais |2 ram | |
650 | 4 | |a Logiciels - Vérification | |
650 | 4 | |a Programmation parallèle (Informatique) | |
650 | 7 | |a Programmation parallèle (informatique) |2 ram | |
650 | 7 | |a Programmatuurtechniek |2 gtt | |
650 | 7 | |a UNITY |2 inriac | |
650 | 7 | |a programmation parallèle |2 inriac | |
650 | 7 | |a vérification programme |2 inriac | |
650 | 4 | |a Parallel programming (Computer science) | |
650 | 4 | |a Computer software -- Verification | |
650 | 0 | 7 | |a Parallelverarbeitung |0 (DE-588)4075860-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Parallelverarbeitung |0 (DE-588)4075860-6 |D s |
689 | 0 | 1 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 0 | |5 DE-604 | |
830 | 0 | |a Lecture notes in computer science |v 908 |w (DE-604)BV000000607 |9 908 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=006711133&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-006711133 |
Datensatz im Suchindex
_version_ | 1820874846590992384 |
---|---|
adam_text |
TABLE
OF
CONTENTS
1.
PROLOGUE
.
3
1.1
BACKGROUND
AND
MOTIVATION
.
3
1.2
CONTRIBUTIONS
OF
THIS
TREATISE
.
6
1.2.1
THE
ROLE
OF
COMMUTATIVITY
IN
PARALLEL
PROGRAM
DESIGN
.
6
1.2.2
ON
THE
DESIGN
OF
PROOF
RULES
FOR
FAIR
PARALLEL
PROGRAMS
.
7
1.2.3
REASONING
ABOUT
PROBABILISTIC
PARALLEL
PROGRAMS
.
7
1.2.4
EVENTUAL
DETERMINISM:
USING
PROBABILISTIC
MEANS
TO
ACHIEVE
DETERMINISTIC
ENDS
.
8
1.3
OVERVIEW
OF
THIS
TREATISE
.
9
2.
PRELIMINARIES
.
H
2.1
NOTATION
AND
TERMINOLOGY
.
11
2.2
PREDICATE
TRANSFORMERS
AND
THEIR
JUNCTIVITY
PROPERTIES
.
12
2.3
SOME
USEFUL
PREDICATE
TRANSFORMERS
.
13
2.4
EXTREMAL
SOLUTIONS
OF
EQUATIONS
.
14
2.5
PROOF
FORMAT
.
15
3.
AN
INTRODUCTION
TO
UNITY
.
17
3.1
THE
PROGRAMMING
NOTATION
.
17
3.1.1
THE
DECLARE
SECTION
.
17
3.1.2
THE
ALWAYS
SECTION
.
18
3.1.3
THE
INITIALLY
SECTION
.
18
3.1.4
THE
ASSIGN
SECTION
.
19
3.2
EXECUTING
A
UNITY
PROGRAM
.
24
3.3
THE
UNITY
PROGRAMMING
THEORY
.
24
3.3.1
REASONING
ABOUT
SAFETY
.
25
3.3.2
REASONING
ABOUT
PROGRESS
.
27
3.3.3
REMARK
ON
PRESENTATION
.
30
3.3.4
SUBSTITUTION
AXIOM
.
30
3.3.5
PROGRAM
COMPOSITION
IN
UNITY
.
30
4.
THE
ROLE
OF
COMMUTATIVITY
IN
PARALLEL
PROGRAM
DESIGN
.
33
4.1
THE
PROBLEM
WITH
COMPOSING
PROGRESS
PROPERTIES
.
36
4.2
LOOSE
COUPLING
.
37
4.3
TOWARDS
A
THEORY
OF
DECOUPLING
.
38
X
TABLE
OF
CONTENTS
4.3.1
THE
CLOSURE
OF
A
PROGRAM
.
38
4.3.2
DECOUPLING
IN
TERMS
OF
PROGRESS
.
42
4.3.3
DECOUPLING
IN
TERMS
OF
ENSURES
.
45
4.3.4
DECOUPLING
IN
TERMS
OF
STABILITY
.
46
4.3.5
A
SPECIAL
CASE
OF
DECOUPLING:
WEAK
DECOUPLING
.
49
4.3.6
SUMMARY
.
52
4.4
EXISTING
DEFINITIONS
OF
COMMUTATIVITY
.
52
4.4.1
LIPTON'
S
DEFINITION
.
53
4.4.2
MISRA'
S
DEFINITION
.
53
4.4.3
INCOMPARABILITY
OF
LIPTON
AND
MISRA
COMMUTATIVITY
.
54
4.5
PUTTING
IT
ALL
TOGETHER
.
54
4.6
IMPLICATIONS
FOR
RESEARCH
IN
PROGRAMMING
LANGUAGES
.
57
5.
ON
THE
DESIGN
OF
PROOF
RULES
FOR
FAIR
PARALLEL
PROGRAMS
.
59
5.1
LOGICS
OF
PROGRAMS
.
64
5.1.1 MODEL
OF
PROGRAM
EXECUTION
.
64
5.1.2
TEMPORAL
LOGIC
.
64
5.1.3
THE
/X-CALCULUS
.
67
5.2
METHODOLOGY
FOR
THE
DESIGN
OF
PROOF
RULES
.
68
5.3
FROM
TEMPORAL
LOGIC
TO
P-CALCULUS
.
69
5.3.1
MINIMAL
PROGRESS
.
69
5.3.2
WEAK
FAIRNESS
.
71
5.3.3
STRONG
FAIRNESS
.
75
5.4
FROM
/X-CALCULUS
TO
UNITY-STYLE
PROOF
RULES
.
80
5.4.1
A
PREDICATE
TRANSFORMER
APPROACH
.
80
5.4.2
A
RELATIONAL
APPROACH
.
82
5.4.3
CONSTRAINTS
ON
LEADS-TO
AND
WIT
.
83
5.4.4
THE
PREDICATE
TRANSFORMER
LED
.
84
5.4.5
RELATING
LEADS-TO
AND
WIT
.
84
5.4.6
SUMMARY
.
86
5.5
PROOF
RULES
.
86
5.5.1
DEFINING
8
FROM
GWP
.S
.
86
5.5.2
MINIMAL
PROGRESS
.
88
5.5.3
WEAK
FAIRNESS
.
89
5.5.4
STRONG
FAIRNESS
.
89
5.6
EXAMPLES
.
90
5.7
ON
A
NOTION
OF
COMPLETENESS
OF
LEADS-TO
.
94
5.7.1
REVIEWING
COMPLETENESS
.
95
5.7.2
CONSTRUCTING
A
PROOF
OF
PROGRESS
.
96
6.
REASONING
ABOUT
PROBABILISTIC
PARALLEL
PROGRAMS
.
99
6.1
THE
PROGRAMMING
MODEL
.
103
6.1.1
DETERMINISTIC
STATEMENTS
.
104
6.1.2
PROBABILISTIC
STATEMENTS
.
104
6.1.3
EXECUTING
A
UNITY
PROGRAM
.
104
6.1.4
EXECUTING
A
PROBABILISTIC
PARALLEL
PROGRAM
.
105
TABLE
OF
CONTENTS
XI
6.2
THE
WEAKEST
PRECONDITION
.
107
6.2.1
DETERMINISTIC
STATEMENTS
.
107
6.2.2
PROBABILISTIC
STATEMENTS
.
107
6.3
REASONING
ABOUT
SAFETY
.
109
6.4
UNITY
AND
PROGRESS:
ENSURES
AND
I-
.
110
6.5
DETERMINISTIC
VERSUS
PROBABILISTIC
CORRECTNESS
.
113
6.6
THE
WEAKEST
PROBABILISTIC
PRECONDITION
.
115
6.7
RELATING
WP
AND
WPP
.
117
6.8
REASONING
ABOUT
PROGRESS
.
118
6.8.1
THE
RELATION
UPTO
.
118
6.8.2
THE
RELATION
ENTAILS
.
124
6.8.3
THE
RELATION
.
129
6.8.4
PROBABILISTICALLY
LEADS-TO:
|=
.
131
6.9
AN
INDUCTION
PRINCIPLE
FOR
PROBABILISTIC
LEADS-TO
.
134
6.10
SUBSTITUTION
AXIOM
.
135
6.11
ON
PROGRAM
COMPOSITION
.
135
6.11.1
COMPOSITION
BY
UNION
.
135
6.11.2
CONDITIONAL
PROPERTIES
.
138
6.11.3
SUPERPOSITION
.
138
6.12
COMMENTS
ON
SOUNDNESS
AND
COMPLETENESS
.
138
6.13
EXAMPLES
.
139
7.
EVENTUAL
DETERMINISM:
USING
PROBABILISTIC
MEANS
TO
ACHIEVE
DETEMINISTIC
ENDS
.
149
7.1
THE
SYMMETRIC
DINING
PHILOSOPHERS
PROBLEM
.
151
7.1.1
NOTATION
AND
VARIABLE
DECLARATIONS
.
151
7.1.2
THE
LEHMANN-RABIN
ALGORITHM
.
152
7.1.3
THE
CHANDY-MISRA
ALGORITHM
.
153
7.1.4
THE
EVENTUALLY-DETERMINIZING
ALGORITHM
.
155
7.2
THE
SELF-STABILIZATION
PROBLEM
.
161
7.2.1
NOTATION
AND
VARIABLE
DECLARATIONS
.
161
7.2.2
A
PROBABILISTIC
ALGORITHM
.
162
7.2.3
THE
EVENTUALLY-DETERMINIZING
ALGORITHM
.
162
8.
EPILOGUE
.
165
8.1
CONCLUSIONS
.
165
8.2
TOPICS
FOR
FUTURE
RESEARCH
.
166
BIBLIOGRAPHY
.
169
INDEX
.
175 |
any_adam_object | 1 |
author | Rao, Josyula Ramachandra 1962- |
author_GND | (DE-588)114853363 |
author_facet | Rao, Josyula Ramachandra 1962- |
author_role | aut |
author_sort | Rao, Josyula Ramachandra 1962- |
author_variant | j r r jr jrr |
building | Verbundindex |
bvnumber | BV010107527 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.642.R43 1995 |
callnumber-search | QA76.642.R43 1995 |
callnumber-sort | QA 276.642 R43 41995 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 150 |
classification_tum | DAT 516f |
ctrlnum | (OCoLC)246317778 (DE-599)BVBBV010107527 |
dewey-full | 005.220 005.2 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.2 20 005.2 |
dewey-search | 005.2 20 005.2 |
dewey-sort | 15.2 220 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 cb4500</leader><controlfield tag="001">BV010107527</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">19950704</controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">950313s1995 gw |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">943759021</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3540591737</subfield><subfield code="9">3-540-59173-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0387591737</subfield><subfield code="9">0-387-59173-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)246317778</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV010107527</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-384</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-706</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.642.R43 1995</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.2 20</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.2</subfield><subfield code="2">20</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 150</subfield><subfield code="0">(DE-625)143594:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 516f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">28</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Rao, Josyula Ramachandra</subfield><subfield code="d">1962-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)114853363</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Extensions of the UNITY methodology</subfield><subfield code="b">compositionality, fairness and probability in parallelism</subfield><subfield code="c">Josyula R. Rao</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin u.a.</subfield><subfield code="b">Springer</subfield><subfield code="c">1995</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 178 S.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Lecture notes in computer science</subfield><subfield code="v">908</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Logiciels - Essais</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Logiciels - Vérification</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Programmation parallèle (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programmation parallèle (informatique)</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programmatuurtechniek</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">UNITY</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">programmation parallèle</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">vérification programme</subfield><subfield code="2">inriac</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Parallel programming (Computer science)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer software -- Verification</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Parallelverarbeitung</subfield><subfield code="0">(DE-588)4075860-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Parallelverarbeitung</subfield><subfield code="0">(DE-588)4075860-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Lecture notes in computer science</subfield><subfield code="v">908</subfield><subfield code="w">(DE-604)BV000000607</subfield><subfield code="9">908</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=006711133&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-006711133</subfield></datafield></record></collection> |
id | DE-604.BV010107527 |
illustrated | Not Illustrated |
indexdate | 2025-01-10T15:06:13Z |
institution | BVB |
isbn | 3540591737 0387591737 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-006711133 |
oclc_num | 246317778 |
open_access_boolean | |
owner | DE-384 DE-739 DE-91G DE-BY-TUM DE-19 DE-BY-UBM DE-20 DE-634 DE-83 DE-11 DE-188 DE-706 |
owner_facet | DE-384 DE-739 DE-91G DE-BY-TUM DE-19 DE-BY-UBM DE-20 DE-634 DE-83 DE-11 DE-188 DE-706 |
physical | XI, 178 S. |
publishDate | 1995 |
publishDateSearch | 1995 |
publishDateSort | 1995 |
publisher | Springer |
record_format | marc |
series | Lecture notes in computer science |
series2 | Lecture notes in computer science |
spelling | Rao, Josyula Ramachandra 1962- Verfasser (DE-588)114853363 aut Extensions of the UNITY methodology compositionality, fairness and probability in parallelism Josyula R. Rao Berlin u.a. Springer 1995 XI, 178 S. txt rdacontent n rdamedia nc rdacarrier Lecture notes in computer science 908 Logiciels - Essais ram Logiciels - Vérification Programmation parallèle (Informatique) Programmation parallèle (informatique) ram Programmatuurtechniek gtt UNITY inriac programmation parallèle inriac vérification programme inriac Parallel programming (Computer science) Computer software -- Verification Parallelverarbeitung (DE-588)4075860-6 gnd rswk-swf Programmierung (DE-588)4076370-5 gnd rswk-swf Parallelverarbeitung (DE-588)4075860-6 s Programmierung (DE-588)4076370-5 s DE-604 Lecture notes in computer science 908 (DE-604)BV000000607 908 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=006711133&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Rao, Josyula Ramachandra 1962- Extensions of the UNITY methodology compositionality, fairness and probability in parallelism Lecture notes in computer science Logiciels - Essais ram Logiciels - Vérification Programmation parallèle (Informatique) Programmation parallèle (informatique) ram Programmatuurtechniek gtt UNITY inriac programmation parallèle inriac vérification programme inriac Parallel programming (Computer science) Computer software -- Verification Parallelverarbeitung (DE-588)4075860-6 gnd Programmierung (DE-588)4076370-5 gnd |
subject_GND | (DE-588)4075860-6 (DE-588)4076370-5 |
title | Extensions of the UNITY methodology compositionality, fairness and probability in parallelism |
title_auth | Extensions of the UNITY methodology compositionality, fairness and probability in parallelism |
title_exact_search | Extensions of the UNITY methodology compositionality, fairness and probability in parallelism |
title_full | Extensions of the UNITY methodology compositionality, fairness and probability in parallelism Josyula R. Rao |
title_fullStr | Extensions of the UNITY methodology compositionality, fairness and probability in parallelism Josyula R. Rao |
title_full_unstemmed | Extensions of the UNITY methodology compositionality, fairness and probability in parallelism Josyula R. Rao |
title_short | Extensions of the UNITY methodology |
title_sort | extensions of the unity methodology compositionality fairness and probability in parallelism |
title_sub | compositionality, fairness and probability in parallelism |
topic | Logiciels - Essais ram Logiciels - Vérification Programmation parallèle (Informatique) Programmation parallèle (informatique) ram Programmatuurtechniek gtt UNITY inriac programmation parallèle inriac vérification programme inriac Parallel programming (Computer science) Computer software -- Verification Parallelverarbeitung (DE-588)4075860-6 gnd Programmierung (DE-588)4076370-5 gnd |
topic_facet | Logiciels - Essais Logiciels - Vérification Programmation parallèle (Informatique) Programmation parallèle (informatique) Programmatuurtechniek UNITY programmation parallèle vérification programme Parallel programming (Computer science) Computer software -- Verification Parallelverarbeitung Programmierung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=006711133&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV000000607 |
work_keys_str_mv | AT raojosyularamachandra extensionsoftheunitymethodologycompositionalityfairnessandprobabilityinparallelism |