Cantitate/Preț
Produs

Principles of the Spin Model Checker

Autor Mordechai Ben-Ari
en Limba Engleză Paperback – 8 ian 2008
Principles of Spin is an introductory book, the only requirement is a background in programming. Spin models are written in the Promela language which is easily learned by students and programmers. Spin is easy to install and use.
The Spin model checker is not only a widely used professional tool but it is also a superb tool for teaching important concepts of computer science such as verification, concurrency and nondeterminism. The book introduces Spin-based software that the author has developed for teaching: jSpin - an integrated development environment for Spin; SpinSpider - uses output from Spin to automatically construct state diagrams of concurrent programs; VN is a tool for visualizing nondeterminism.
Complete programs will demonstrate each construct and concept and these programs will be available on a companion website.
Citește tot Restrânge

Preț: 39314 lei

Preț vechi: 49143 lei
-20% Nou

Puncte Express: 590

Preț estimativ în valută:
7527 8155$ 6285£

Carte tipărită la comandă

Livrare economică 12-26 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781846287695
ISBN-10: 1846287693
Pagini: 216
Ilustrații: XVI, 220 p. 17 illus.
Dimensiuni: 152 x 229 x 14 mm
Greutate: 0.34 kg
Ediția:2008
Editura: SPRINGER LONDON
Colecția Springer
Locul publicării:London, United Kingdom

Public țintă

Graduate

Cuprins

Sequential Programming in Promela.- Verification of Sequential Programs.- Concurrency.- Synchronization.- Verification with Temporal Logic.- Data and Program Structures.- Channels.- Nondeterminism.- Advanced Topics in Promela.- Advanced Topics in Spin.- Case Studies.

Textul de pe ultima copertă

The Spin model checker is a widely used professional software tool for specifying and verifying concurrent and distributed systems. Models, written in a simple language called Promela, can be simulated randomly or interactively. Spin can generate efficient verifiers that search for a counterexample to correctness specifications applied to a model.
Spin is also a superb tool for teaching important concepts of computer science such as verification, concurrency and nondeterminism. The Promela language is easy to learn, as is the linear temporal logic used for correctness specifications, and the techniques for simulating and verifying models.
Principles of Spin is an introductory book for students and practicing software engineers who wish to learn Promela and Spin. The presentation starts with the verification of sequential programs and proceeds in gradual stages to the verification of concurrent and then distributed programs. Complete programs are used to demonstrate each construct and concept, and the source code of these programs, together with that of longer case studies, are available on the companion website.
The book describes free software that the author has developed: jSpin—an integrated development environment for Spin, SpinSpider—a visualization tool that automatically constructs graphical state diagrams of concurrent programs, and VN—a Spin-based tool for visualizing nondeterminism of finite automata.
Mordechai Ben-Ari is an associate professor in the Department of Science Teaching of the Weizmann Institute of Science. He is the author of numerous textbooks on concurrency, programming languages and logic, and has developed software tools for teaching concurrency. In 2004, Ben-Ari received the ACM/SIGCSE Award for Outstanding Contributions to Computer Science Education.

Caracteristici

First introductory textbook on Spin Includes complete programs which will demonstrate construct and concept; available on a companion website Promela and Spin are presented in a graduated manner, to facilitate easy learning Includes supplementary material: sn.pub/extras