PHIGS Reference Manual

PHIGS Reference Manual
Author: Linda Kosko
Publisher: O'Reilly Media
Total Pages: 1124
Release: 1992
Genre: Computers
ISBN:

PHIGS or Programmers Hierarchical Interactive Graphics system is a programming library for 3D graphics. This definitive reference describes all 400 functions, with reasonably consistent clarity. C programming ability is required and a basic understanding of 3D graphics is helpful. Includes a quick reference. Annotation copyright by Book News, Inc., Portland, OR

XLIB Reference Manual R5

XLIB Reference Manual R5
Author: Adrian Nye
Publisher: "O'Reilly Media, Inc."
Total Pages: 948
Release: 1992
Genre: Computers
ISBN: 9781565920064

Volume 2, Xlib Reference Manual, is a complete programmer's reference for Xlib. Covers X11 Release 4 and Release 5. Contents Include: Reference pages for Xlib functions Reference pages for event types Permuted index to Xlib functions Description of macros and reference pages for their function versions Listing of the server-side color database Alphabetical index and description of structures Alphabetical index and description of defined symbols KeySyms and their meaning Illustration of the standard cursor font Function group index to the right routine for a particular task Reference pages for Xlib-related Xmu functions (miscellaneous utilities) Four single-page reference aids for the GC and window attributes Features in the third edition include: Over 100 new man pages covering Xcms, internationalization, and the function versions of macros. Updating to the R5 spec. New "Returns" sections on all the functions which return values, making this information easier to find.

NAS Architecture Reference Manual

NAS Architecture Reference Manual
Author: Leo Laverdure
Publisher: Butterworth-Heinemann
Total Pages: 600
Release: 1993
Genre: Computers
ISBN:

Designed for anyone interested in learning about the NAS architecture - including application developers, technical consultants, Independent Software Vendors (ISVs), Value-Added Resellers (VARs), and Digital's Integrated Business Units (IBUs) - NAS Architecture Reference Manual provides information on the NAS services and the key public interfaces supported by each service. * Part I introduces NAS and provides overview information on the NAS services * Part II provides detailed information on the NAS services, the key interfaces for those services, and information on how the services support the NAS pervasive attributes

X Protocol Reference Manual for X11, Release 6

X Protocol Reference Manual for X11, Release 6
Author: Adrian Nye
Publisher: "O'Reilly Media, Inc."
Total Pages: 478
Release: 1995
Genre: Computers
ISBN: 9781565920835

This book describes the X Network Protocol which underlies all software for Version 11 of the X Window System. It includes protocol clarifi-cations of X11 Release 5, as well as the most recent version of the ICCCM and the Logical Font Conventions Manual. It can be used with any release of X.

PEXlib Reference Manual

PEXlib Reference Manual
Author: Steve Talbott
Publisher: O'Reilly Media
Total Pages: 590
Release: 1992
Genre: Computers
ISBN:

The PEXlib Reference Manual is the definitive programmer's reference resource for PEXlib, containing complete and succinct reference pages for all the callable routines in PEXlib version 5.1. The content of the PEXlib Reference Manual stands, with relatively few changes, as it was created by the X Consortium.The PEXlib Reference Manual is a companion volume to the O'Reilly and Associates' PEXlib Programming Manual, written by Tom Gaskins. The Programming Manual is a thorough tutorial guide to PEXlib, and includes valuable reference features. Together, these books offer the most complete and accessible documentation available for PEXlib version 5.1.

XView Reference Manual

XView Reference Manual
Author: Thomas Van Raalte
Publisher: O'Reilly Media
Total Pages: 342
Release: 1991
Genre: Computers
ISBN: 9780937175880

XView was developed by Sun Microsystems and is derived from Sun's proprietary programming toolkit, SunView. It is an easy-to-use object-oriented toolkit that provides an OPEN LOOK user interface for X applications.For XView Version 3, the major additions are: Internationalization support for XView programs.A new Drag and Drop package that lets the user transfer data between applications by dragging an interface object to a region.A mouseless input model that means XView applications can be controlled from the keyboard without a mouse. Soft function keys are also supported.The Notices package has been completely rewritten to incorporate Notice objects.The Selection package has been rewritten, replacing the SunView- style selection service.New panel items such as multiline text items and drop target items have been included. The Panels chapter has been reworked to clarify and simplify panel usage.XView Version 3.2 includes minor bug fixes with no significant new functionality.The "XView Reference Manual" has been expanded from the Attribute Summary of the previous edition of the "XView Programming Manual" and is now published as a companion volume. The XView toolkit provides extensive attribute-value pair combinations, convenience routines and object class hierarchies that are too voluminous to memorize without the aid of this comprehensive reference guide. It contains alphabetical listings of XView attributes, functions, and macros, as well as other reference information essential for XView programmers. A must-have companion for the "XView Programming Manual."

PHIGS by Example

PHIGS by Example
Author: William A. Gaman
Publisher: Springer Science & Business Media
Total Pages: 225
Release: 2012-12-06
Genre: Computers
ISBN: 1461209730

The Programmer's Hierarchical Interactive Graphics System (PHIGS) is a computer-graphics standard defining an interface between an application program and a computer-graphics system. PHIGS has been actively under development since 1980. Much of this development has been performed by Technical Committee X3H3 under the American National Standard Institute (ANSI) procedures. PHIGS is also an international standard sponsored by the United States and developed by the international computer-graphics committee, ISO TC97/SC21/WG2. In addition, PHIGS has been selected as the graphics extension to the X-window standard and as part of the Intel i860 P.A.X. standard. The PHIGS standard has received wide acceptance throughout the computer graphics industry. PHIGS libraries are available on most of the high performance three-dimensional graphics platforms. These include IBM, DEC, HP, Sun, Alliant, Stardent, and Silicon Graphics. Despite this acceptance, there are few texts that provide the software engineer with an overview of the standard. The only currently available PHIGS references are in the form of the ANSI functional description, technical papers, and device-specific PHIGS to the novice PHIGS programmer.

PHIGS Programming Manual

PHIGS Programming Manual
Author: Tom Gaskins
Publisher: O'Reilly Media
Total Pages: 984
Release: 1992
Genre: Computers
ISBN:

A complete and authoritative guide to PHIGS and PHIGS PLUS programming, this book documents the PHIGS and PHIGS PLUS graphics standards and provides full guidance regarding the use of PHIGS within the X environment. The discussions of PHIGS and PHIGS PLUS are fully integrated in this text, which takes as its starting point the PEX Sample Implementation (or PEX-SI)---the publicly available and most widely established base for commercial PHIGS products. In addition, the PHIGS Programming Manualexplains, at both elementary and advanced levels, how to integrate your PHIGS applications with standard X (Xlib) functions. Window management, event handling, input-output, even lower-level drawing functions---all of these can be made part of your PHIGS programs. Besides Xlib itself, there are detailed examples and explanations based on the Motif, OLIT, and XView toolkits. The PHIGS Programming Manual: Offers a clear and comprehensive introduction to PHIGS: output primitives, attributes, color, structure, and all you need to know to begin writing PHIGS programs. Offers technical know-how. Author Tom Gaskins has for many years been an implementor of PHIGS and is also a key contributor to the international PHIGS standardization efforts. Shows how to use PHIGS in your X Window System applications Illustrates the concepts of PHIGS and PHIGS PLUS with over 200 figures. Clearly explains the subtleties of viewing, lighting, and shading, complete with practical code examples, each of them modular and simple to understand, but virtually none of them merely a "toy" program. Includes the DIS ISO C binding, the closest in existence to the coming ISO standard. Demonstrates the use of PHIGS and PHIGS PLUS in interactive programs, so that you can do more than merely display pictures. Fully describes all the PHIGS and PHIGS PLUS functions. Has a companion reference manual. Taken together, these books are the only documentation you'll need for a product that is changing the way the X world thinks about graphics. Whether you are starting out in 3D graphics programming or are a seasoned veteran looking for an authoritative work on a fast-rising 3D graphics standard, this book will serve your purposes well.

The Computer User's Survival Guide

The Computer User's Survival Guide
Author: Joan Stigliani
Publisher: "O'Reilly Media, Inc."
Total Pages: 310
Release: 1995-10-01
Genre: Computers
ISBN: 1449399673

You probably suspect, on some level, that computers might be hazardous to your health. You might vaguely remember a study that you read years ago about miscarriages being more frequent for data entry operators. Or you might have run into a co-worker wearing splints and talking ominously about Workers' Comp insurance. Or you might notice that when you use a computer too long, you get stiff and your eyes get dry.But who wants to worry about such things? Surely, the people wearing splints must be malingerers who don't want to work? Surely, the people who design keyboards and terminals must be working to change their products if they are unsafe? Surely, so long as you're a good worker and keep your mind on your job, nothing bad will happen to you?The bad news is: You can be hurt by working at a computer. The good news is that many of the same factors that pose a risk to you are within your own control. You can take action on your own to promote your own health -- whether or not your terminal manufacturer, keyboard designer, medical provider, safety trainer, and boss are working diligently to protect you.The Computer User's Survival Guide looks squarely at all the factors that affect your health on the job, including positioning, equipment, work habits, lighting, stress, radiation, and general health.Through this guide you will learn: a continuum of neutral postures that you can at utilize at different work tasks how radiation drops off with distance and what electrical equipment is responsible for most exposure how modern office lighting is better suited to working on paper than on a screen, and what you can do to prevent glare simple breathing techniques and stretches to keep your body well oxygenated and relaxed, even when you sit all day how reading from a screen puts unique strains on your eyes and what kind of vision breaks will keep you most productive and rested what's going on "under the skin" when your hands and arms spend much of the day mousing and typing, and how you can apply that knowledge to prevent overuse injuries The Computer User's Survival Guide is not a book of gloom and doom. It is a guide to protecting yourself against health risks from your computer, while boosting your effectiveness and your enjoyment of work.

Digital Guide To Developing International Software

Digital Guide To Developing International Software
Author: Grou
Publisher: Digital Press
Total Pages: 402
Release: 2014-06-28
Genre: Computers
ISBN: 1483297411

Already in use by hundreds of independent vendors and developers, here at your fingertips are the groundbreaking packaging and design guidelines that Digital recommends and uses for products headed overseas.