home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1989 / 01 / index < prev    next >
Text File  |  1989-01-03  |  2KB  |  67 lines

  1. CONVTC.ASC                31-Dec-88 9459
  2.  
  3.    Keywords: C COLUMN STEVENS JAN89
  4.  
  5.    The official release of the conversion library for Al Stevens ongoing
  6.    toolbox. These routines replace the Turbo C functions that are unique
  7.    with generic ones callable by MSC (or C86+).
  8.  
  9.  
  10. EXTMEM.ASC                31-Dec-88 9368
  11.  
  12.    Keywords: JAN89 MSDOS EXTENDED MEMORY 80286
  13.  
  14.    A routine for temporarily dropping into protected mode on your 80286
  15.    machine to access memory outside the normal 1 mbyte address space of
  16.    real mode.
  17.  
  18.  
  19. MOD2CP.ASC                31-Dec-88 9250
  20.  
  21.    Keywords: MOD2 C++ JAN89
  22.  
  23.    A set of examples comparing Modula 2 and C++.
  24.  
  25.  
  26. MOD2UT.ASC                31-Dec-88 8178
  27.  
  28.    Keywords: PORTER STRUCTURED PROGRAMMING JAN89
  29.  
  30.    Kent Porter's Structured Progamming Column for January. This month
  31.    Kent builds a set of small, but useful utilities Modula 2.
  32.  
  33.  
  34. MSDOSA.ASC                31-Dec-88 5310
  35.  
  36.    Keywords: ASM MSDOS JAN89
  37.  
  38.    Code from Michael Schmits article comparing various assemblers.
  39.  
  40.  
  41. NNFIL.ASC                 31-Dec-88 10452
  42.  
  43.    Keywords: NEURAL NETWORKS CASEY JAN89
  44.  
  45.    Using a neural network for noise filtering, and (with some help from
  46.    other references) adaptive filtering applications. Important stuff
  47.    here - even if it won't run directly on your machine, have a look for
  48.    the concepts it contains.
  49.  
  50.  
  51. NNPATM.ASC                31-Dec-88 13426
  52.  
  53.    Keywords: NEURAL NETWORKS KING JAN89
  54.  
  55.    A small neural network for experimentings with the pattern matching
  56.    capabilitiesof NN's.
  57.  
  58.  
  59. STREAM.ASC                31-Dec-88 2377
  60.  
  61.    Keywords: UNIX STREAMS SYSTEM 5 R.3 JAN89
  62.  
  63.    Example code for using System V R.3 streams facilities. Since the
  64.    upcoming merged SunOs / System V R.4 will have streams, worth a look
  65.    even if you are currently running SunOs. If you are running Microport
  66.    R.3 or SCO, then a must read.
  67.