home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
drdobbs
/
1991
/
07
/
readme.asc
< prev
next >
Wrap
Text File
|
1991-06-12
|
3KB
|
75 lines
RECURSIV.ASC
Title: RECURSIVE IMAGES
Keywords: JULY91 GRAPHICS FRACTALS RECURSIVE ITERATED SYSTEMS
Source code (in Turbo Pascal) for the article by Steven
Janke that illustrates recursive drawing programming techniques.
A good example of iterated function systems and fractal geometry.
VGA.ASC
Title: SAVING AND RESTORING VGA SCREEN
Keywords: JULY91 VGA GRAPHICS ASM
Source code that accompanies Ben Myers' article on saving and
restoring graphics screens using the VGA graphics controller and sequencer
address registers. Uses assembler and QuickPascal.
386BSD.791
Title: PORTING UNIX TO THE 386: A STRIPPED-DOWN KERNEL
Keywords: JULY91 UNIX 80386
Source code (in C) that accopanies Bill and Lynne Jolitz's article on
building the 386BSD Unix kernel.
COFF.ASC
Title: A COFF FILE LOADER FOR THE 34010
Keywords: JULY91 EMBEDDED SYSTEMS 34010
Source code written (in C and assembler) that presents Don Morgan's
COFF (Common Object File Format) file loader for the TMS34010 controller.
MASM.ASC
Title: MASM'S CHANGING FACE
Keywords: JULY91 MASM ASSEMBLER
Source code that accompanies Mike Schmit's "Examining Room" article
discussing the recently released Microsoft Macro Assembler 6.0 (MASM).
PCX_CPP.ASC
Title: A C++ PCX FILE VIEWER FOR WINDOWS 3
Keywords: JULY91 C++ PCX WINDOWS 3
Source code that implements Paul Chui's PCX file viewer for Windows 3
in the "Programmer's Workbench" section. Uses Borland C++.
DFLAT.791
Title: C PROGRAMMING COLUMN
Keywords: JULY91 C CUA/SAA
Al Stevens' continues his multi-part series on D-Flat, a SAA/CUA compliant
interface library for C. This month he discusses event and message
mechanism. Also see DFLAT3.ARC.
DFLAT3.ARC
Title: C PROGRAMMING COLUMN
Keywords: JULY91 C CUA/SAA
An ARC file that continues the complete source code for version 3
of D-Flat. Also see DFLAT.791.
GRAPH_PR.ASC
Title: GRAPHICS PROGRAMMING COLUMN
Keywords: JULY91 GRAPHICS VGA
Michael Abrash discusses VGA's undocumented Mode X that supports
page flipping, makes off-screen memory available, has square pixels,
and increases performance by as much as four times. Source is primarly
in assembler with some C.
STRUC_PR.ASC
Title: STRUCTURED PROGRAMMING COLUMN
Keywords: JULY91 PASCAL COMMUNICATIONS
Jeff Duntemann continues his communication project, this month
presenting Pascal code for detecting the serial port.
WIN_BOOK.ASC
Title: PROGRAMMER'S BOOKSHELF COLUMN
Keywords: JULY91 BOOKS WINDOWS 3
Andrew Schulman uses the disks accompanying several Windows 3 programming
books to write these programs.