Programming in occam

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This book was published in the Prentice Hall International Series in Computer Science in 1988, and is no longer in print in its physical form. The web edition is mechanically produced from the sources of the paper edition, and retains its page structure.

Author(s): Geraint Jones
Series: Prentice Hall International Series in Computer Science
Edition: Web Edition 2001
Publisher: Prentice Hall International
Year: 1988

Language: English
Pages: 186

Contents
Preface
An introduction to occam
Programming structures
Local time
Formatted input and output
In place of interrupts
Parallel matrix multiplication
Parallel sorting
Conway's game of Life
Huffman minimum redundancy coding
The occam notation
Codes of the programs
Input and output routines (text)
Terminal interrupt management (text)
Parallel matrix multiplier (text)
Parallel sorter (text)
Conway's game of Life (text)
Simple Huffman coder (text)
Adaptive Huffman coder (text)
Index