

Formal Specification Techniques for Engineering Modular C Programs - Tan Yang Meng
- Format: Broché
- 232 pages Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtre226,47 €
Produit Neuf
Ou 56,62 € /mois
- Livraison : 25,00 €
- Livré entre le 8 et le 13 août
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour

Avis sur Formal Specification Techniques For Engineering Modular C Programs Format Broché - Livre Informatique
0 avis sur Formal Specification Techniques For Engineering Modular C Programs Format Broché - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Codex Seraphinianus
Occasion dès 280,00 €
-
Zohar - The Complete Original Aramaic Text
Neuf dès 231,99 €
Occasion dès 190,00 €
-
Matthew 1-7
Neuf dès 141,89 €
Occasion dès 118,99 €
-
The Flash By Joshua Williamson Omnibus Vol. 1
Neuf dès 151,41 €
-
The Old Straight Track: Its Mounds, Beacons, Moats, Sites And Mark Stones
Occasion dès 141,99 €
-
The Vocabulary Guide Anglais - Les Mots Anglais Et Leur Emploi
6 avis
Occasion dès 199,00 €
-
Moebius Visioni Di Fine Millennio
Occasion dès 210,00 €
-
The World Of Ornament
Occasion dès 229,99 €
-
A.I Artificial Intelligence, From Stanley Kubrick To Steven Spielberg : The Visions Behind The Film
1 avis
Occasion dès 266,00 €
-
Warhammer Armies Skaven (French Edition)
2 avis
Occasion dès 250,00 €
-
Maison Martin Margiela : Street Special Edition Volumes 1 & 2
Occasion dès 190,00 €
-
Cipullo: The Man Who Made Jewelry Modern
Neuf dès 195,00 €
-
New York State Of Mind
Occasion dès 193,88 €
-
By Marc Pairon Art Deco Ceramics Made In Belgium: Charles Catteau
6 avis
Occasion dès 130,00 €
-
Antique Glass Bottles Their History And Evolution (1500-1850)
Occasion dès 152,99 €
-
Exhibit A: Guy Bourdin
1 avis
Occasion dès 189,99 €
-
Livre D'évaluation Clinique: Un Guide D'évaluation Clinique Orthopédique
Occasion dès 175,99 €
-
The Beatles - Complete Scores
4 avis
Neuf dès 124,99 €
-
All The Gmat
Occasion dès 143,31 €
-
Woman In The Mirror
Neuf dès 136,79 €
Produits similaires
Présentation Formal Specification Techniques For Engineering Modular C Programs Format Broché
- Livre InformatiqueAuteur(s) : Tan Yang MengEditeur : Springer Us, New York, N.Y.Langue : AnglaisParution : 01/10/2012Format : Moyen, de 350g à 1kgNombre de pages : 232Expédition : 359Dimensions : 23.5 x 15.5...
Résumé :
Software is difficult to develop, maintain, and reuse. Two factors that contribute to this difficulty are the lack of modular design and good program documentation. The first makes software changes more difficult to implement. The second makes programs more difficult to understand and to maintain. Formal Specification Techniques for Engineering Modular C Programs describes a novel approach to promoting program modularity. The book presents a formal specification language that promotes software modularity through the use of abstract data types, even though the underlying programming language may not have such support. This language is structured to allow useful information to be extracted from a specification, which is then used to perform consistency checks between the specification and its implementation. Formal Specification Techniques for Engineering Modular C Programs also describes a specification-driven, software re-engineering process model for improving existing programs. The aim of this process is to make existing programs easier to maintain and reuse while keeping their essential functionalities unchanged. Audience: Suitable as a secondary text for graduate level courses in software engineering, and as a reference for researchers and practitioners in industry.
Sommaire:
1 Introduction.- 1.1 The Problems and the Approach.- 1.2 Larch/C Interface Language.- 1.3 Related Work.- 1.4 Key Lessons Learned.- 1.5 Research Contributions.- 2 Overview of LCL.- 2.1 Larch.- 2.2 LCL Basics.- 2.3 LCL Function Specification.- 2.4 LCL Abstract Type Specification.- 2.5 Historical Note.- 3 Supporting Programming Styles.- 3.1 Specified Interfaces and Data Abstraction.- 3.2 Specified Interfaces in C.- 3.3 Abstract Types in C.- 3.4 Tool Support: LCLint.- 3.5 Summary.- 4 Specification Techniques.- 4.1 Requirements of the Program.- 4.2 The Design of the PM Program.- 4.3 Overview of Specification Techniques.- 4.4 The date Interface.- 4.5 The trans Traits.- 4.6 The trans Interface.- 4.7 The trans-set Interface and Trait.- 4.8 The position Traits.- 4.9 The position Interface.- 4.10 Summary.- 5 Redundancy in Specifications.- 5.1 Testing Specifications.- 5.2 Semantics of Claims.- 5.3 Claims Help Test Specifications.- 5.4 Claims Help Specification Regression Testing.- 5.5 Claims Highlight Specification Properties.- 5.6 Claims Promote Module Coherence.- 5.7 Claims Support Program Reasoning.- 5.8 Claims Support Test Case Generation.- 5.9 Experiences in Checking LCL Claims.- 5.10 Claims or Axioms?.- 5.11 Summary.- 6 Reengineering Using LCL.- 6.1 Software Reengineering Process Model.- 6.2 A Reengineering Exercise.- 6.3 Effects of Reengineering.- 6.4 Specification Tool Support.- 6.5 Summary.- 7 The Semantics of LCL.- 7.1 Basic LCL Concepts.- 7.2 LCL Storage Model.- 7.3 LCL Type System.- 7.4 LCL Function Specification.- 7.5 LCL Module.- 7.6 Type Safety of Abstract Types.- 7.7 Summary.- 8 Further Work and Summary.- 8.1 Further Work.- 8.2 Summary.- A LCL Reference Grammar.- B Relating LCL Types and LSL Sorts.- B.1 Modeling LCL Exposed Types with LSL Sorts.- B.2 Assigning LSLSorts to LCL Variables.- B.3 Assigning LSL Sorts to C Literals.- C LCL Built-In Operators.- D Specification Case Study.- D.1 The char Trait.- D.2 The cstring Trait.- D.3 The string Trait.- D.4 The mystdio Trait.- D.5 The genlib Trait.- D.6 The dateBasics Trait.- D.7 The dateFormat Trait.- D.8 The date Trait.- D.9 The security Trait.- D.10 The lot Trait.- D.11 The list Trait.- D.12 The lot list Trait.- D.13 The kind Trait.- D.14 The transBasics Trait.- D.15 The transFormat Trait.- D.16 The transParse Trait.- D.17 The trans Trait.- D.18 The trans-set Trait.- D.19 The income Trait.- D.20 The positionBasics Trait.- D.21 The positionMatches Trait.- D.22 The positionExchange Trait.- D.23 The positionReduce Trait.- D.24 The positionSell Trait.- D.25 The positionTbill Trait.- D.26 The position Trait.- D.27 The genlib Interface.- D.28 The date Interface.- D.29 The security Interface.- D.30 The lot-list Interface.- D.31 The trans Interface.- D.32 The trans_set Interface.- D.33 The position Interface.- E Getting Larch Tools and Information.- References.
Détails de conformité du produit
Personne responsable dans l'UE