GDDM

GDDM

GDDM (Graphical Data Display Manager) ist ein Computergrafiksystem für das System/370, das 1979 von IBM entwickelt wurde. GDDM wurde ursprünglich für den IBM-3279-Farbbildschirm und den Farbdrucker 3287 entwickelt. Der Farbbildschirm 3279 war der erste Farbbildschirm, der in Büros verwendet wurde.

GDDM wurde in den frühen 1980er Jahren erweitert, um auf allen IBM-Bildschirmen und Druckern eingesetzt werden zu können.

Ab 1986 wurde GDDM unter dem Namen IBM System/38 Business Graphics Utility (Program 5714-GP1) auch auf dem System/38 verwendbar.

Programmbeispiel Pascal

PROGRAM LINECHRT;
TYPE
   %INCLUDE QATTPAS(ADMUSTNO);          /* Typdeklarationen von IBM */
VAR
   A, B : INTEGER;                              /* Arbeitsvariablen */
   AX, AY : REALARR_20;                     /* Parameter for CHPLOT */
   ATTVAL, ATTYPE, COUNT : INTEGER;         /* Parameter for ASREAD */
%INCLUDE QATTPAS(ADMUSLNO);           /* Proc-Deklarationen von IBM */
BEGIN
 
/* Initialisierung                                                  */
AX(.1.) := 1.0; AY(.1.) := 5.0; AY(.6.) := 8.0;     /* Arrays init. */
AX(.2.) := 2.0; AY(.2.) := 3.0; AY(.7.) := 13.0;
AX(.3.) := 3.0; AY(.3.) := 5.0; AY(.8.) := 6.0;
AX(.4.) := 4.0; AY(.4.) := 5.0; AY(.9.) := 1.0;
AX(.5.) := 5.0; AY(.5.) := 11.0; AY(.10.) := 7.0;
FSINIT;                            /* Grafikumgebung initialisieren */
 
/* Diagramm zeichnen                                                */
A := 2;
B := 5;
CHPLOT(A,B,AX,AY);                            /* Diagramm zeichnen  */
ASREAD(ATTVAL,ATTYPE,COUNT);                   /* Diagramm anzeigen */
 
/* Ende                                                             */
FSTERM                                  /* Grafikumgebung schließen */
END.                                     /* Pascal-Programm beenden */

Weblinks

Literatur

  • Charles Petzold: Programming the OS/2 Presentation Manager, Microsoft Press, 1989. ISBN 1-55615-170-5.

Wikimedia Foundation.

Игры ⚽ Поможем написать курсовую

Schlagen Sie auch in anderen Wörterbüchern nach:

  • GDDM — Graphical Data Display Manager (Governmental » Military) …   Abbreviations dictionary

  • GDDM — Graphical Data Display Manager (IBM) …   Acronyms

  • GDDM — Graphical Data Display Manager ( IBM) …   Acronyms von A bis Z

  • GDDM —    Graphical Data Display Manager (IBM) …   IT glossary of terms, acronyms and abbreviations

  • GDDM — abbr. Graphical Data Display Manager (IBM) comp. abbr. Graphics Data Display Manager …   United dictionary of abbreviations and acronyms

  • IBM Graphical Data Display Manager (GDDM) — GDDM (Graphical Data Display Manager) is a computer graphics system for the IBM System/370 which was developed in IBM s Hursley lab, and first released in 1979. GDDM was originally designed to provide programming support for the IBM 3279 colour… …   Wikipedia

  • Präsentations-Manager — Der Presentation Manager (PM) (deutsch: Präsentations Manager) bildet zusammen mit der Workplace Shell (deutsch: Arbeitsoberfläche) die objektorientierte grafische Benutzeroberfläche des Betriebssystems IBM OS/2. Dabei ist der Presentation… …   Deutsch Wikipedia

  • Presentation Manager — (PM) is the graphical user interface (GUI) that IBM and Microsoft introduced in version 1.1 of their operating system OS/2 in 1988.HistoryAt the time, the two companies were collaborating on subsequent versions of OS/2. They were preparing… …   Wikipedia

  • ICU — may stand for:In medicine: *Intensive care unit, a specialized facility in a hospital that provides intensive care medicineIn film * I.C.U. , the 2008 Australian thriller starring Christian RadfordIn universities: *Information and Communications… …   Wikipedia

  • IBM Future Systems project — The Future Systems project was a research and development project undertaken in IBM in the early 70 s, aiming to develop a revolutionary line of computer products, including new software models which would simplify software development by… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”