๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Program construction : calculating implementations from specifications

โœ Scribed by Roland C Backhouse


Publisher
Wiley
Year
2003
Tongue
English
Leaves
353
Edition
1
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


  • Unique approach tackles what most books don't-why maths and logic are fundamental tools for a programmer
  • This comprehensive guide is a balanced combination of mathematical theory and the practice of programming
  • Straightforward presentation of construction principles inlcuding: assignment axiom, sequential composition, case analysis, use of invariants and bound functions
  • Includes a wide range of entertaining and challenging examples and exercises

โœฆ Table of Contents



Content: A science of computing --
A searching problem and its solution --
Calculational proof --
Implementation issues --
Calculational logic: part 1 --
Number conversion --
Calculational logic: part 2 --
Maximum and minimum --
The assignment statement --
Sequential composition and conditional statements --
Quantifiers --
Inductive proofs and constructions --
Iteration --
Sorting and searching algorithms --
Remainder computation --
Cyclic codes.
Abstract: Unique approach tackles what most books don't-why maths and logic are fundamental tools for a programmer. This comprehensive guide is a balanced combination of mathematical theory and the practice of programming. Straightforward presentation of construction principles including: assignment axiom, sequential composition, case analysis, use of invariants and bound functions. Includes a wide range of entertaining and challenging examples and exercises


๐Ÿ“œ SIMILAR VOLUMES


Program Construction: Calculating Implem
โœ Roland Backhouse ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› Wiley ๐ŸŒ English

The ever-increasing dependence of our lives and livelihoods on the correct functioning of computer software means that logic and program correctness are core elements of all good computer science degrees. This book presents both these topics in one self-contained text. <P>The focus of the book

Program Construction: Calculating Implem
โœ Roland Backhouse ๐Ÿ“‚ Library ๐Ÿ“… 2003 ๐Ÿ› John Wiley & Sons, Ltd ๐ŸŒ English

Unique approach tackles what most books don't-why maths and logic are fundamental tools for a programmerThis comprehensive guide is a balanced combination of mathematical theory and the practice of programmingStraightforward presentation of construction principles inlcuding: assignment axiom, sequen

Language Implementation Patterns: Create
โœ Terence Parr ๐Ÿ“‚ Library ๐Ÿ“… 2010 ๐ŸŒ English

Knowing how to create domain-specific languages (DSLs) can give you a huge productivity boost. Instead of writing code in a general-purpose programming language, you can first build a custom language tailored to make you efficient in a particular domain. The key is understanding the common patterns