Engineering PapersSearch

Engineering topics

Hamm, R. W.

Publications and source records attributed to Hamm, R. W..

PASCAL/48 reference manual

PASCAL/48 is a programming language for the Intel MCS-48 series of microcomputers. In particular, it can be used with the Intel 8748. It is designed to allow the programmer to control most of the instructions being generated and the allocation of storage. The language can be used instead of ASSEMBLY language in most applications while allowing the user the necessary degree of control over hardware resources. Although it is called PASCAL/48, the language differs in many ways from PASCAL. The program structure and statements of the two languages are similar, but the expression mechanism and data types are different. The PASCAL/48 cross-compiler is written in PASCAL and runs on the CDC CYBER NOS system. It generates object code in Intel hexadecimal format that can be used to program the MCS-48 series of microcomputers. This reference manual defines the language, describes the predeclared procedures, lists error messages, illustrates use, and includes language syntax diagrams.

Knight, J. C.

Contouring randomly spaced data

Computer program using triangulation contouring technique contours data points too numerous to fit into rectangular grid. Using random access procedures, program can handle up to 56,000 data points and provides up to 20 contour intervals for multiple number of parameters.

Kibler, J. F.

A program for contouring randomly spaced data

A description is given of a digital computer program which prepares contour plots of three dimensional data. The contouring technique uses a triangulation procedure. As presently configured, the program can accept up to 56,000 randomly spaced data points, although the required computer resources may be prohibitive. However, with relatively minor internal modifications, the program can handle essentially unlimited amounts of data. Up to 20 contouring intervals can be selected and contoured with either polygonal lines or smooth curves. Sample cases are illustrated. A general description of the main program and primary level subroutines is included to permit simple modifications of the program.

Hamm, R. W.