Cantitate/Preț
Produs

A Systematic Catalogue of Reusable Abstract Data Types: Lecture Notes in Computer Science, cartea 460

Autor Jürgen Uhl, Hans A. Schmid
en Limba Engleză Paperback – 24 oct 1990
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. The selection of the right data type implementation for a given context is supported by the data type hierarchy which imposes different abstraction levels, and an orthogonal scheme of implementation variants which can be freely combined. Together with the uniformity of interfaces, the hierarchical composition of the catalogue leads to a small code base, from which different implementation variants are generated using a macro processor.
Citește tot Restrânge

Din seria Lecture Notes in Computer Science

Preț: 32595 lei

Preț vechi: 40744 lei
-20% Nou

Puncte Express: 489

Preț estimativ în valută:
6239 6502$ 5193£

Carte tipărită la comandă

Livrare economică 06-20 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783540532293
ISBN-10: 3540532293
Pagini: 360
Ilustrații: XIV, 344 p.
Dimensiuni: 170 x 242 x 19 mm
Greutate: 0.5 kg
Ediția:1990
Editura: Springer Berlin, Heidelberg
Colecția Springer
Seria Lecture Notes in Computer Science

Locul publicării:Berlin, Heidelberg, Germany

Public țintă

Research

Cuprins

Motivation and objectives.- How to reuse abstract data types.- Structure of the catalogue.- Structure of the building blocks.- The building blocks.- Technical issues.- Case study: A file compression system.