home *** CD-ROM | disk | FTP | other *** search
- CONVTC.ASC 31-Dec-88 9459
-
- Keywords: C COLUMN STEVENS JAN89
-
- The official release of the conversion library for Al Stevens ongoing
- toolbox. These routines replace the Turbo C functions that are unique
- with generic ones callable by MSC (or C86+).
-
-
- EXTMEM.ASC 31-Dec-88 9368
-
- Keywords: JAN89 MSDOS EXTENDED MEMORY 80286
-
- A routine for temporarily dropping into protected mode on your 80286
- machine to access memory outside the normal 1 mbyte address space of
- real mode.
-
-
- MOD2CP.ASC 31-Dec-88 9250
-
- Keywords: MOD2 C++ JAN89
-
- A set of examples comparing Modula 2 and C++.
-
-
- MOD2UT.ASC 31-Dec-88 8178
-
- Keywords: PORTER STRUCTURED PROGRAMMING JAN89
-
- Kent Porter's Structured Progamming Column for January. This month
- Kent builds a set of small, but useful utilities Modula 2.
-
-
- MSDOSA.ASC 31-Dec-88 5310
-
- Keywords: ASM MSDOS JAN89
-
- Code from Michael Schmits article comparing various assemblers.
-
-
- NNFIL.ASC 31-Dec-88 10452
-
- Keywords: NEURAL NETWORKS CASEY JAN89
-
- Using a neural network for noise filtering, and (with some help from
- other references) adaptive filtering applications. Important stuff
- here - even if it won't run directly on your machine, have a look for
- the concepts it contains.
-
-
- NNPATM.ASC 31-Dec-88 13426
-
- Keywords: NEURAL NETWORKS KING JAN89
-
- A small neural network for experimentings with the pattern matching
- capabilitiesof NN's.
-
-
- STREAM.ASC 31-Dec-88 2377
-
- Keywords: UNIX STREAMS SYSTEM 5 R.3 JAN89
-
- Example code for using System V R.3 streams facilities. Since the
- upcoming merged SunOs / System V R.4 will have streams, worth a look
- even if you are currently running SunOs. If you are running Microport
- R.3 or SCO, then a must read.