Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

A Systematic Catalogue of Reusable Abstract Data Types (repost)

Posted By: Veslefrikk
A Systematic Catalogue of Reusable Abstract Data Types (repost)

A Systematic Catalogue of Reusable Abstract Data Types By Jürgen Uhl, Hans A. Schmid
Publisher: Sp..ring..er 1990 | 344 Pages | ISBN: 3540532293 , 0387532293 | DJVU | 2 MB

This book presents a comprehensive catalogue of elementary data types like sets, maps, orders, trees and lists, written in Ada. Such data types are often used in systems programming. The major focus is on: - a uniform syntactic and semantic interface for all data types, - many implementation variants per data type, all ac cessible through a single interface, - a hierarchical system of the data types as a basis for data type selection and implementation. Meeting these goals is the main achievement of the book. The combination of efficient applicability and ease of learning and maintenance is achieved by the carefully elaborated interfaces of the catalogue's data types. These interfaces combine abstraction, which is necessary for easy learning and for leaving implementation freedom, and functional completeness, which is an essential prerequisite for high performance in different application contexts.