株式会社極東書店トップ > 商品一覧 > Program Development by Refinement: Case Studies Using the B Method. 1999 ed.
商品詳細
Program Development by Refinement: Case Studies Using the B Method. 1999 ed.
・ISBN 978-1-85233-053-8 paper EUR 199.99
¥53,456.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
お気に入り
★★★
| 著者・編者 | Sekerinski, Emil / Sere, Kaisa (eds.), |
|---|---|
| シリーズ | (Formal Approaches to Computing and Information Technology (FACIT)) |
| 出版社 | (Springer London Ltd, UK) |
| 出版年月 | 1998 |
| ページ数 | 364 pp. |
| 言語 | ENG |
| ニュース番号 | <A05-41247> |
解説
The Idea of Program Refinement Programs are complex. They are typically so complex, that they go beyond the full comprehension even of the programmer or team who designed them, with all the consequences this has. How can we cope with such complexity in a satisfactory way? An approach, advocated for a long time, is to separate a concise specification of a program - the "what" - from a possibly involved implementation - the "how". Once a specification is obtained from the set of requirements on the program, there can still be a large gap to an efficient implementation. The development from specification to implementation can then proceed by a succession oflayers, such that each layer is a refinement of the previous one. Design decisions can be introduced in refinement steps one at a time. By this, the refinement steps can be kept small and manageable. Still, the set of all requirements can be far too large to be taken completely into account in the initial specification. Even if they could, they might obscure issues more than clarify them. For example: * An information system for stored goods needs to produce an error message on il- legal input. Yet, the exact wording - and even the language - of those messages is irrelevant for an understanding of the essence of the system. * A banking application interacts with customers with a graphical interface. Yet the specification of the graphical layout is secondary compared to the specification of the possible transactions.