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 implementations from specifications
โ Scribed by Roland C Backhouse
- Publisher
- Wiley
- Year
- 2003
- Tongue
- English
- Leaves
- 353
- Edition
- 1
- Category
- Library
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
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
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