EUR 55,97
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Fair. Ship within 24hrs. Satisfaction 100% guaranteed. APO/FPO addresses supported.
Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich
EUR 75,51
Währung umrechnenAnzahl: 15 verfügbar
In den WarenkorbPAP. Zustand: New. New Book. Shipped from UK. Established seller since 2000.
Verlag: Morgan & Claypool Publishers, 2016
ISBN 10: 1970001240 ISBN 13: 9781970001242
Sprache: Englisch
Anbieter: Kennys Bookshop and Art Galleries Ltd., Galway, GY, Irland
EUR 77,74
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
EUR 66,28
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbZustand: New.
Anbieter: Ria Christie Collections, Uxbridge, Vereinigtes Königreich
EUR 87,37
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. In.
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
EUR 75,49
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbZustand: New.
EUR 74,55
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbZustand: As New. Unread book in perfect condition.
EUR 85,30
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich
EUR 91,73
Währung umrechnenAnzahl: 15 verfügbar
In den WarenkorbHRD. Zustand: New. New Book. Shipped from UK. Established seller since 2000.
EUR 64,94
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Very Good. Item in very good condition! Textbooks may not include supplemental items i.e. CDs, access codes etc.
Verlag: Morgan & Claypool Publishers, 2016
ISBN 10: 1970001240 ISBN 13: 9781970001242
Sprache: Englisch
Anbieter: Kennys Bookstore, Olney, MD, USA
EUR 95,14
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
EUR 80,79
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbZustand: As New. Unread book in perfect condition.
Verlag: Morgan & Claypool Publishers, 2016
ISBN 10: 1970001275 ISBN 13: 9781970001273
Sprache: Englisch
Anbieter: Kennys Bookshop and Art Galleries Ltd., Galway, GY, Irland
EUR 95,36
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. 2016. hardcover. . . . . .
Verlag: Morgan & Claypool Publishers, 2016
ISBN 10: 1970001240 ISBN 13: 9781970001242
Sprache: Englisch
Anbieter: THE SAINT BOOKSTORE, Southport, Vereinigtes Königreich
EUR 94,98
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbPaperback / softback. Zustand: New. New copy - Usually dispatched within 4 working days. 540.
EUR 90,87
Währung umrechnenAnzahl: 3 verfügbar
In den WarenkorbZustand: New. pp. 284.
EUR 99,57
Währung umrechnenAnzahl: 3 verfügbar
In den WarenkorbZustand: New. pp. 284.
Anbieter: Brook Bookstore On Demand, Napoli, NA, Italien
EUR 67,56
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: new.
Anbieter: Ria Christie Collections, Uxbridge, Vereinigtes Königreich
EUR 106,48
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. In.
EUR 98,15
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Verlag: Morgan & Claypool Publishers, 2016
ISBN 10: 1970001275 ISBN 13: 9781970001273
Sprache: Englisch
Anbieter: Kennys Bookstore, Olney, MD, USA
EUR 118,31
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. 2016. hardcover. . . . . . Books ship from the US and Ireland.
Verlag: Morgan & Claypool Publishers, 2016
ISBN 10: 1970001275 ISBN 13: 9781970001273
Sprache: Englisch
Anbieter: THE SAINT BOOKSTORE, Southport, Vereinigtes Königreich
EUR 115,64
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbHardback. Zustand: New. New copy - Usually dispatched within 4 working days. 633.
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
EUR 104,25
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Verlag: Morgan and Claypool Publishers, US, 2016
ISBN 10: 1970001240 ISBN 13: 9781970001242
Sprache: Englisch
Anbieter: Rarewaves.com UK, London, Vereinigtes Königreich
EUR 121,13
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbPaperback. Zustand: New. Agda is an advanced programming language based on Type Theory. Agda's type system is expressive enough to support full functional verification of programs, in two styles. In external verification, we write pure functional programs and then write proofs of properties about them. The proofs are separate external artifacts, typically using structural induction. In internal verification, we specify properties of programs through rich types for the programs themselves. This often necessitates including proofs inside code, to show the type checker that the specified properties hold. The power to prove properties of programs in these two styles is a profound addition to the practice of programming, giving programmers the power to guarantee the absence of bugs, and thus improve the quality of software more than previously possible.Verified Functional Programming in Agda is the first book to provide a systematic exposition of external and internal verification in Agda, suitable for undergraduate students of Computer Science. No familiarity with functional programming or computer-checked proofs is presupposed.The book begins with an introduction to functional programming through familiar examples like booleans, natural numbers, and lists, and techniques for external verification. Internal verification is considered through the examples of vectors, binary search trees, and Braun trees. More advanced material on type-level computation, explicit reasoning about termination, and normalization by evaluation is also included. The book also includes a medium-sized case study on Huffman encoding and decoding.
EUR 112,38
Währung umrechnenAnzahl: 3 verfügbar
In den WarenkorbZustand: New. pp. 284.
Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich
EUR 112,05
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Brand New. 283 pages. 9.25x7.50x0.90 inches. In Stock.
Anbieter: Brook Bookstore On Demand, Napoli, NA, Italien
EUR 82,44
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: new.
EUR 119,49
Währung umrechnenAnzahl: 3 verfügbar
In den WarenkorbZustand: New. pp. 284.
Anbieter: Textbooks_Source, Columbia, MO, USA
Erstausgabe
EUR 65,10
Währung umrechnenAnzahl: 8 verfügbar
In den Warenkorbpaperback. Zustand: New. 1st Edition. Ships in a BOX from Central Missouri! UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
Verlag: Morgan and Claypool Publishers, US, 2016
ISBN 10: 1970001240 ISBN 13: 9781970001242
Sprache: Englisch
Anbieter: Rarewaves.com USA, London, LONDO, Vereinigtes Königreich
EUR 129,71
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbPaperback. Zustand: New. Agda is an advanced programming language based on Type Theory. Agda's type system is expressive enough to support full functional verification of programs, in two styles. In external verification, we write pure functional programs and then write proofs of properties about them. The proofs are separate external artifacts, typically using structural induction. In internal verification, we specify properties of programs through rich types for the programs themselves. This often necessitates including proofs inside code, to show the type checker that the specified properties hold. The power to prove properties of programs in these two styles is a profound addition to the practice of programming, giving programmers the power to guarantee the absence of bugs, and thus improve the quality of software more than previously possible.Verified Functional Programming in Agda is the first book to provide a systematic exposition of external and internal verification in Agda, suitable for undergraduate students of Computer Science. No familiarity with functional programming or computer-checked proofs is presupposed.The book begins with an introduction to functional programming through familiar examples like booleans, natural numbers, and lists, and techniques for external verification. Internal verification is considered through the examples of vectors, binary search trees, and Braun trees. More advanced material on type-level computation, explicit reasoning about termination, and normalization by evaluation is also included. The book also includes a medium-sized case study on Huffman encoding and decoding.
EUR 75,07
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.