home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega CD-ROM 1
/
megacd_rom_1.zip
/
megacd_rom_1
/
MAGAZINE
/
DDJMAG
/
DDJ9102.ZIP
/
READ.ME
< prev
next >
Wrap
Text File
|
1990-12-26
|
3KB
|
83 lines
386BSD.FEB
Title: PORTING UNIX TO THE 386: THREE INITIAL PC UTILITIES
Keywords: FEB91 UNIX 80386 MS-DOS GCC
Source code examples accompanying Bill and Lynne Jolitz's article
on porting BSD Unix to the 80386. This month's utilities let you
execute GCC-compiled programs in protected mode from MS-DOS, and
copy files to a shared portion of disk so that MS-DOS and Unix
can exchange information.
NELSON.ARC
Title: ARITHMETIC CODING AND STATISTICAL MODELING
Keywords: FEB91 DATA COMPRESSION STATISTICAL MODELING
An ARC file containing (among other things) the source code
accompanying Mark Nelson's article on achieving impressive
compression ratios by combining arithmetic coding with powerful
modeling techniques. See the READ.ME within the ARC file for a
description of the various files.
ENTROPY.ASC
Title: ENTROPY
Keywords: FEB91 DATA COMPRESSION
Source code accompanying Kas Thomas's article on understanding
entropy and data compression.
CONTEST.ARC
Title: THE DDJ DATA COMPRESSION CONTEST
Keywords: FEB91 DATA COMPRESSION CONTEST
The sample files and entry form for the DDJ Data Compression
Contest. See the READ.ME file that is included in the ARC.
SNAP3.ASC
Title: SCREEN CAPTURING FOR WINDOWS 3.0
Keywords: FEB91 WINDOWS 3.0 CAPTURE
Source code for Jim Conger's SNAP3 utility which lets you capture
graphics screen in Windows 3.0.
EXPERT.ASC
Title: YACC FOR EXPERT SYSTEMS
Keywords: FEB91 YACC EXPERT SYSTEMS
Todd King uses MKS's YACC to build a portable expert system.
XWINDOW.ASC
Title: Intrinsics of the X Toolkit
Keywords: FEB91 X WINDOW UNIX OSF/Motif
Todd Lainhart develops a text editor using the OSF/Motif X Window
Intrinsics toolkit to show how application developers can allow
the user personalized configuration of their computing
environment.
STRUCTUR.ASC
Title: STRUCTURED PROGRAMMING COLUMN
Keywords: FEB91 TURBO PASCAL ZELLER
A snippet of code from Jeff Duntemann's Structured Programming
Column.
CPROG.ASC
Title: C PROGRAMMING COLUMN
Keywords: FEB91 C DATA COMPRESSION HUFFMAN
Source code the implements Huffman's data compression technique.
Accompanyings Al Stevens's C Programming Column.
GRAPHICS.ASC
Title: GRAPHICS PROGRAMMING COLUMN
Keywords: FEB91 GRAPHICS POLYGON C ASSEMBLY
Source code in C and assembler that accompanies Michael Abrash's
discusion of filled polygons.
REMOTE.ASC
Title: REMOTE CONNECTIVITY FOR PORTABLE TERMINALS: PART I
Keywords: FEB91 EMBEDDED SYSTEMS 8051 VT100
Source code (mainly in 8051 C and assembler) for Dan Troy's
article on developing VT100 terminal emulation on the 8051.
DIVISOR.ASC
Title: OPTIMIZING INTEGER DIVISION BY A CONSTANT DIVISOR
Keywords: FEB91 EMBEDDED SYSTEMS
Robert D. Grappel's code for speeding up slow processors by
decomposing a division by a constant divisor into simple
sequences of additions, subtractions, and shifts.