

Program Logics for Certified Compilers - Appel, Andrew W.
- Format: Relié
- 472 pages Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtre214,99 €
Produit Neuf
Ou 53,75 € /mois
- Livraison : 25,00 €
- Livré entre le 8 et le 13 août
Nos autres offres
-
44,61 €
Produit Neuf
Ou 11,15 € /mois
- Livraison à 0,01 €
- Livré entre le 4 et le 7 août
-
71,99 €
Occasion · Très Bon État
Ou 18,00 € /mois
- Livraison : 25,00 €
- Protection acheteurs :
- 0,00 €
Service client à l'écoute et une politique de retour sans tracas - Livraison des USA en 3 a 4 semaines (2 mois si circonstances exceptionnelles) - La plupart de nos titres sont en anglais, sauf indication contraire. N'hésitez pas à nous envoyer un e-... Voir plus -
214,99 €
Produit Neuf
Ou 53,75 € /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 Program Logics For Certified Compilers Format Relié - Livre Informatique
0 avis sur Program Logics For Certified Compilers Format Relié - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Isamu Noguchi: Space Of Akari And Stone
Occasion dès 30,00 €
-
The Chinese Art Book
Neuf dès 197,99 €
Occasion dès 47,29 €
-
Chamäleon : La Grammaire Allemande Sur Le Bout De La Langue - 137 Rappels, 323 Exercices Et Corrigés
1 avis
Neuf dès 22,40 €
-
Becoming Disfarmer
Occasion dès 23,00 €
-
Cricut Joy
Neuf dès 51,50 €
Occasion dès 100,00 €
-
Building With Straw Bales: A Practical Manual For Self-Builders And Architects Volume 6
Neuf dès 39,76 €
-
Le Livre D'urantia
Occasion dès 50,00 €
-
Century Series In Color (F-100 Super Sabre; F-101 Voodoo; F-102 Delta Dagger; F-104 Starfighter; F-105 Thunderchief; F-106 Delta Dart) - Fighting Colors Series (6501)
Occasion dès 54,82 €
-
7: - Best Karate 7: Jitte,Hangetsu, Empi
Occasion dès 53,35 €
-
Designing Creatures And Characters
Neuf dès 40,68 €
Occasion dès 35,00 €
-
Peugeot 206 Petrol & Diesel (98 - 01) Haynes Repair Manual
Neuf dès 40,97 €
-
La Mort De Radiguet. Yukio Mishima. Bilingue. Gallimard. Traduit Du Japonais Par Dominique Palme.(2012)
2 avis
Occasion dès 28,00 €
-
Grecs En Occident De L'age Mycénien À La Fin L'héllenisme
Occasion dès 25,00 €
-
The Reconstruction Of Nations
Neuf dès 30,09 €
-
Joi Travalh E Soufransa De Ma Gent Biografie Di Anziani Delle Valli Cluuzoun E Sanmartin
Occasion dès 34,00 €
-
Anglais Spécial Toeic - Cahier De Vacances
Occasion dès 30,59 €
-
Ice Cold - A Hip-Hop Jewelry History
1 avis
Neuf dès 80,00 €
Occasion dès 39,00 €
-
Physiology Of The Heart
Neuf dès 44,80 €
Occasion dès 98,78 €
-
The Jewelers Of The Ummah
Neuf dès 39,09 €
-
Building Scientific Apparatus
Neuf dès 50,69 €
Produits similaires
Présentation Program Logics For Certified Compilers Format Relié
- Livre InformatiqueAuteur(s) : Appel, Andrew W.Editeur : Cambridge University PressLangue : AnglaisParution : 01/06/2014Format : Moyen, de 350g à 1kgNombre de pages : 472Expédition : 831Dimensions : 23.5 x...
Résumé :
Separation logic is the twenty-first-century variant of Hoare logic that permits verification of pointer-manipulating programs. This book covers practical and theoretical aspects of separation logic at a level accessible to beginning graduate students interested in software verification. On the practical side it offers an introduction to verification in Hoare and separation logics, simple case studies for toy languages, and the Verifiable C program logic for the C programming language. On the theoretical side it presents separation algebras as models of separation logics; step-indexed models of higher-order logical features for higher-order programs; indirection theory for constructing step-indexed separation algebras; tree-shares as models for shared ownership; and the semantic construction (and soundness proof) of Verifiable C. In addition, the book covers several aspects of the CompCert verified C compiler, and its connection to foundationally verified software analysis tools. All constructions and proofs are made rigorous and accessible in the Coq developments of the open-source Verified Software Toolchain.
Biographie:
Andrew W. Appel is the Eugene Higgins Professor and Chairman of the Department of Computer Science at Princeton University, New Jersey, where he has been on the faculty since 1986. His research is in software verification, computer security, programming languages and compilers, automated theorem proving, and technology policy. He is known for his work on Standard ML of New Jersey and on Foundational Proof-Carrying Code. He is a Fellow of the Association for Computing Machinery, recipient of the ACM SIGPLAN Distinguished Service Award, and has served as Editor in Chief of ACM Transactions on Programming Languages and Systems. His previous books include Compiling with Continuations (1992), the Modern Compiler Implementation series (1998 and 2002) and Alan Turing's Systems of Logic (2012).
Sommaire:
1. Introduction; Part I. Generic Separation Logic: 2. Hoare logic; 3. Separation logic; 4. Soundness of Hoare logic; 5. Mechanized semantic library Andrew W. Appel, Robert Dockins and Aquinas Hobor; 6. Separation algebras; 7. Operators on separation algebras; 8. First-order separation logic; 9. A little case study; 10. Covariant recursive predicates; 11. Share accounting; Part II. Higher-Order Separation Logic: 12. Separation logic as a logic; 13. From separation algebras to separation logic; 14. Simplification by rewriting; 15. Introduction to step-indexing; 16. Predicate implication and subtyping; 17. General recursive predicates; 18. Case study: separation logic with first-class functions; 19. Data structures in indirection theory; 20. Applying higher-order separation logic; 21. Lifted separation logics; Part III. Separation Logic for CompCert: 22. Verifiable C; 23. Expressions, values, and assertions; 24. The VST separation logic for C light; 25. Typechecking for Verifiable C Josiah Dodds; 26. Derived rules and proof automation for C light; 27. Proof of a program; 28. More C programs; 29. Dependently typed C programs; 30. Concurrent separation logic; Part IV. Operational Semantics of CompCert: 31. CompCert; 32. The CompCert memory model Xavier Leroy, Andrew W. Appel, Sandrine Blazy and Gordon Stewart; 33. How to specify a compiler Lennart Beringer, Robert Dockins and Gordon Stewart; 34. C light operational semantics; Part V. Higher-Order Semantic Models: 35. Indirection theory Aquinas Hobor, Andrew Appel and Robert Dockins; 36. Case study: lambda-calculus with references; 37. Higher-order Hoare logic; 38. Higher-order separation logic; 39. Semantic models of predicates-in-the-heap; Part VI. Semantic Model and Soundness of Verifiable C: 40. Separation algebra for CompCert; 41. Share models; 42. Juicy memories Gordon Stewart and Andrew W. Appel; 43. Modeling the Hoare judgment; 44. Semantic model of CSL; 45. Modular structure of the development; Part VII. Applications: 46. Foundational static analysis; 47. Heap theorem prover Gordon Stewart, Lennart Beringer and Andrew W. Appel.
Détails de conformité du produit
Personne responsable dans l'UE