- 5 Ergebnisse
Kleinster Preis: € 74,85, größter Preis: € 106,01, Mittelwert: € 90,03
1
A Practical Theory of Programming (Monographs in Computer Science) - Eric C.R. Hehner
Bestellen
bei AbeBooks.de
€ 89,53
Versand: € 23,191
Bestellengesponserter Link
Eric C.R. Hehner:

A Practical Theory of Programming (Monographs in Computer Science) - Taschenbuch

2012, ISBN: 1461264448

[EAN: 9781461264446], Neubuch, [PU: Springer-Verlag New York Inc., United States, New York, NY], ERIC C.R. HEHNER A PRACTICAL THEORY OF PROGRAMMING MONOGRAPHS IN COMPUTER SCIENCE, There a… Mehr…

NEW BOOK. Versandkosten: EUR 23.19 WorldofBooks20, GORING BY SEA, United Kingdom [64841603] [Rating: 4 (von 5)]
2
A Practical Theory of Programming - Eric C. R. Hehner
Bestellen
bei ZVAB.com
€ 74,85
Versand: € 0,001
Bestellengesponserter Link

Eric C. R. Hehner:

A Practical Theory of Programming - Taschenbuch

2012, ISBN: 1461264448

[EAN: 9781461264446], Neubuch, [SC: 0.0], [PU: Springer New York], CONTROL; DATASTRUCTURES; DESIGN; DEVELOPMENT; FUNCTIONALLANGUAGE; PROGRAMMINGLANGUAGE; SOFTWARE; TIME; VERIFICATION, Dru… Mehr…

NEW BOOK. Versandkosten:Versandkostenfrei. (EUR 0.00) AHA-BUCH GmbH, Einbeck, Germany [51283250] [Rating: 5 (von 5)]
3
A Practical Theory of Programming (Paperback) - Eric C.R. Hehner
Bestellen
bei AbeBooks.de
€ 86,68
Versand: € 0,581
Bestellengesponserter Link
Eric C.R. Hehner:
A Practical Theory of Programming (Paperback) - Taschenbuch

2012

ISBN: 1461264448

[EAN: 9781461264446], Neubuch, [PU: Springer-Verlag New York Inc., United States], Language: English. Brand new Book. There are several theories of programming. The first usable theory, o… Mehr…

NEW BOOK. Versandkosten: EUR 0.58 The Book Depository, London, United Kingdom [54837791] [Rating: 5 (von 5)]
4
A Practical Theory of Programming
Bestellen
bei Indigo.ca
C$ 142,95
(ca. € 106,01)
Bestellengesponserter Link
A Practical Theory of Programming - neues Buch

ISBN: 9781461264446

There are several theories of programming. The first usable theory, often called "Hoare''s Logic", is still probably the most widely known. In it, a specification is a pair of predicates:… Mehr…

new in stock. Versandkosten:zzgl. Versandkosten.
5
A Practical Theory of Programming - Eric C.R. Hehner
Bestellen
bei lehmanns.de
€ 93,08
Versand: € 0,001
Bestellengesponserter Link
Eric C.R. Hehner:
A Practical Theory of Programming - Taschenbuch

2012, ISBN: 9781461264446

Buch, Softcover, Softcover reprint of the original 1st ed. 1993, [PU: Springer-Verlag New York Inc.], Springer-Verlag New York Inc., 2012

Versandkosten:Lieferbar. (EUR 0.00)

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch
A Practical Theory of Programming

There are several theories of programming. The first usable theory, often called "Hoare's Logic", is still probably the most widely known. In it, a specification is a pair of predicates: a precondition and postcondition (these and all technical terms will be defined in due course). Another popular and closely related theory by Dijkstra uses the weakest precondition predicate transformer, which is a function from programs and postconditions to preconditions. lones's Vienna Development Method has been used to advantage in some industries; in it, a specification is a pair of predicates (as in Hoare's Logic), but the second predicate is a relation. Temporal Logic is yet another formalism that introduces some special operators and quantifiers to describe some aspects of computation. The theory in this book is simpler than any of those just mentioned. In it, a specification is just a boolean expression. Refinement is just ordinary implication. This theory is also more general than those just mentioned, applying to both terminating and nonterminating computation, to both sequential and parallel computation, to both stand-alone and interactive computation. And it includes time bounds, both for algorithm classification and for tightly constrained real-time applications.

Detailangaben zum Buch - A Practical Theory of Programming


EAN (ISBN-13): 9781461264446
ISBN (ISBN-10): 1461264448
Gebundene Ausgabe
Taschenbuch
Erscheinungsjahr: 2012
Herausgeber: Springer-Verlag New York Inc.

Buch in der Datenbank seit 2014-02-11T17:19:22+01:00 (Berlin)
Detailseite zuletzt geändert am 2022-06-23T20:39:13+02:00 (Berlin)
ISBN/EAN: 1461264448

ISBN - alternative Schreibweisen:
1-4612-6444-8, 978-1-4612-6444-6
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: hehne, hehn, hehner, dijkstra
Titel des Buches: practical theory, practical vim, programming


Daten vom Verlag:

Autor/in: Eric C.R. Hehner
Titel: Monographs in Computer Science; A Practical Theory of Programming
Verlag: Springer; Springer US
247 Seiten
Erscheinungsjahr: 2012-09-03
New York; NY; US
Gedruckt / Hergestellt in Niederlande.
Sprache: Englisch
53,49 € (DE)
54,99 € (AT)
59,00 CHF (CH)
POD
X, 247 p.

BC; Hardcover, Softcover / Informatik, EDV/Informatik; Software Engineering; Verstehen; control; data structures; design; development; functional programming; language; programming; programming language; software; time; verification; Software Engineering; BB; EA

1 Basic Theories.- Boolean Theory.- Number Theory.- Character Theory.- 2 Basic Data Structures.- Bunch Theory.- Set Theory.- String Theory.- List Theory.- 3 Function Theory.- Functions.- Quantifiers.- Function Fine Points.- 4 Program Theory.- Specifications.- Program Development.- Time.- Robustness.- Refinement in Place.- 5 Programming Language.- Scope.- Data Structures.- Control Structures.- Time Dependence.- Assertions.- Subprogram.- Alias.- Functional Programming.- 6 Recursive Definition.- Recursive Data Definition.- Recursive Program Definition.- Limits.- 7 Theory Design and Implementation.- Data Theories.- Program Theories.- Specification by Implementation.- 8 Concurrency.- Independent Composition.- Circuit Design.- Found Concurrency.- 9 Communication.- Implementability.- Input and Output.- Recursively Defined Communication.- Input Composition.- Reaction Controller.- Communicating Processes.- Power Series Multiplication.- 10 Exercises.- Basic Theories.- Basic Data Structures.- Function Theory.- Program Theory.- Programming Language.- Recursive Definition.- Theory Design and Implementation.- Concurrency.- Communication.- 11 Reference.- Justifications.- Sources.- Axioms and Laws.- Symbols and Names.- Precedence.

Weitere, andere Bücher, die diesem Buch sehr ähnlich sein könnten:

Neuestes ähnliches Buch:
9781441985965 A Practical Theory of Programming (Eric C. R. Hehner)


< zum Archiv...