home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / nvdc87 / ttech.lst
File List  |  1987-11-17  |  7KB  |  215 lines

  1.  
  2. BINTRE.ARC/binary
  3.  
  4.     Keywords: RECURSIVE DATA STRUCTURES BINARY TREE STRUCTURES BINARY TREES
  5.  
  6.     Implementing Binary Trees - Porter
  7.     Not only is this a comprehensive look at binary trees and their usage, but
  8.     also shows how tree structures are implemented in Turbo C.
  9.  
  10.  
  11.  
  12. BITPRO.ARC/binary
  13.  
  14.     Keywords: BITWISE OPERATIONS BIT TWIDDLING BIT FIDDLING CHANGE SCREEN
  15.  
  16.     Bit by Bit - Castle and Shilliday
  17.     This article demonstrates the use of bitwise operators in Turbo Prolog in
  18.     addition to showing the user how to change screen attributes on the PC.
  19.  
  20.  
  21.  
  22. EXTRAC.ARC/binary
  23.  
  24.     Keywords: TURBO PROLOG TOOLBOX MENUS USER INTERFACE ROUTINES
  25.  
  26.     Extracting routines from the Turbo Prolog Toolbox - Shafer
  27.     This article shows how to utilize the Turbo Prolog Toolbox to best
  28.     advantage by removing code not used by a given application. This can reduce
  29.     the size of source files significantly and play a role in reducing code
  30.     size.
  31.  
  32.  
  33.  
  34. LCV1N1.ARC/binary
  35.  
  36.     Keywords: TURBO C TURBO PROLOG LANGUAGE INTERFACE MEAN VARIANCE
  37.  
  38.     Language Connections #1 - Turbo Prolog to Turbo C - Entsminger
  39.     This article shows the reader how to use Turbo Prolog as the controlling
  40.     process to call a Turbo C routine to calculate mean and variance. Listings
  41.     include an all Turbo Prolog version, and an all Turbo C version to compare
  42.     against the two linked languages.
  43.  
  44.     
  45.  
  46. RSV1V1.ARC/binary
  47.  
  48.     Keywords: TURBO C RUNTIME LIBRARY SOURCE CODE
  49.  
  50.     Tales From The Runtime - Van Name & Catchings
  51.     This first column explores some of the features of the Turbo C runtime
  52.     library source code and shows how you can easily modify the code to suit
  53.     your needs. The listings here include batch files to automate processes
  54.     described in the article.
  55.  
  56.  
  57.  
  58. UNITS.ARC/binary
  59.  
  60.     Keywords: TURBO PASCAL UNITS CREATING UNITS MULTIPLE UNITS UNIT
  61.     
  62.     Getting to Know Units - Swan
  63.     This square one article introduces experienced and novice Turbo Pascal
  64.     programmers alike to a new feature of Turbo Pascal version 4.0 - UNITS! The
  65.     article goes into detail on what units are, how their used and why they're
  66.     necessary.
  67.     
  68.     
  69.  
  70. BASCOM.ARC/binary
  71.  
  72.     Keywords: TURBO BASIC ON COMM SERIAL DATA COMMUNICATIONS MODEM
  73.     TELECOMMUNICATIONS
  74.  
  75.     "Turbo Basic Communications" -- Reid Collins
  76.     Turbo Basic includes an interrupt driven communication facility accessed
  77.     through the ON COMM statement.  The author explains ON COMM and provides
  78.     two simple communications programs as working examples.
  79.  
  80.  
  81.  
  82. CIRCLE.ARC/binary
  83.  
  84.     Keywords: TURBO BASIC CIRCLE STATEMENT GRAPHICS PIECHARTS
  85.     
  86.     "Exploring the CIRCLE Statement" -- Peter Aitken
  87.     Turbo Basic provides a single powerful graphics statement, CIRCLE, that can
  88.     draw circles, ellipses, arcs, and pie-segments.  The author explains CIRCLE
  89.     and privides a simplew piechart generator as an example.
  90.     
  91.     
  92.  
  93. DOSLAB.ARC/binary
  94.  
  95.     Keywords: DOS VOLUME LABEL XFCB FILE ATTRIBUTES DISK STORAGE
  96.  
  97.     "Taking Charge of DOS Volume Labels" -- Kent Porter
  98.     DOS labels are fairly easy to create but quite difficult to delete or
  99.     change, because to do so requires the use of XFCBs rather than file
  100.     handles, and the process requires deliberate corruption of the XFCB.  The
  101.     author explains what labels are for and how to manipulate them, and
  102.     provides a utility, that creates and modifies volume labels in the approved
  103.     fashion.
  104.  
  105.  
  106.  
  107. PARALL.ARC/binary
  108.  
  109.     Keywords: PC PARALLEL PORT IO HARDWARE TURBO C TSR DATA ACQUISITION
  110.     
  111.     "A Programmer's Guide to the Parallel Port" -- Bruce Eckel
  112.     Contrary to many people's belief, data can be read into a PC through the
  113.     parallel port.  The author explains this and other little-known facts about
  114.     the standard PC parallel port, and provides a Turbo C utility that reads
  115.     and writes to each port pin separately.
  116.     
  117.     
  118.  
  119. PROCES.ARC/binary
  120.  
  121.     Keywords: TURBO PASCAL 4.0 DOS EXEC CHILD PROCESS
  122.  
  123.     "Communicating with Child Processes" -- Neil Rubenking
  124.     Turbo Pascal 4.0 includes an EXEC procedure that runs DOS .COM or EXE files
  125.     as child processes.  The author explains EXEC's operation and presents two
  126.     methods for communicating between parent and child process, with code
  127.     examples.
  128.  
  129.     
  130.  
  131. TBDBAS.ARC/binary
  132.  
  133.     Keywords: TURBO BASIC DATABASE TOOLBOX
  134.  
  135.     "Starting Out With the Turbo Basic Database Toolbox" -- Peter Aitken
  136.     The Turbo Basic Database Toolbox provides source-code tools for managing
  137.     tree-based databases and sorting files.  The author profiles the Toolbox
  138.     briefly and provides an example program that creates a simple cardfile
  139.     database using Toolbox routines.
  140.  
  141.  
  142.  
  143. TBDOSC.ARC/binary
  144.  
  145.     Keywords: TURBO BASIC DOS CALLS DOS FUNCTION 47H CALL INTERRUPT
  146.     
  147.     "DOS Calls from Turbo Basic" -- Ethan Winer
  148.     Using Turbo Basic's CALL INTERRUPT statement, it is possible to make any
  149.     DOS function call by placing register parameters in the predefined REGISTER
  150.     structure.  The author explains the process with a short code example that
  151.     returns the current directory path via DOS function 47H
  152.     
  153.     
  154.  
  155. JULIAN.ARC/binary
  156.  
  157.     Keywords: DATE FORMATS JULIAN GREGORIAN CONVERSION MANIPULATION TURBO C
  158.     PASCAL BASIC
  159.  
  160.     Julian Days and Dates - Franz
  161.     This article shows the user how to manipulate, calculate and convert
  162.     between Julian and Gregorian date formats. This file inculdes listings for
  163.     Turbo BASIC, Turbo Pascal, and Turbo C.
  164.  
  165.  
  166.  
  167. EXBINE.ARC/binary
  168.  
  169.     Keywords: BORLAND BINARY EDITOR TEXT EDITOR TURBO PASCAL 4.0
  170.     
  171.     "Exploring the Borland Binary Editor" -- Jeff Duntemann With Release 2.0 of
  172.     the Turbo Pascal Editor Toolbox, Borland has released in object-code form
  173.     the editor used in Turbo Basic, Turbo C, and Turbo Pascal 4.0.  The author
  174.     explains how the Binary Editor may be linked into their Turbo Pascal
  175.     applications, and presents two small example editor programs incorporating
  176.     the Binary Editor.
  177.     
  178.     
  179.  
  180. SEMICO.ARC/binary
  181.  
  182.     Keywords: TURBO PASCAL SEMICOLONS SYNTAX STATEMENTS
  183.  
  184.     "Sense and Semicolons" -- Jeff Duntemann
  185.     Pascal's semicolon syntax often drives new Pascal programmers to
  186.     distraction.  There is sense in Pascal semicolons, drawing from their use
  187.     in separating (rather than terminating, as in C) statements from one
  188.     another. The author explains semicolon placement in detail and provides one
  189.     short code example.
  190.  
  191.  
  192. CURFEF.ARC/binary
  193.  
  194.     Keywords: ARCHIMEDES NOTEBOOK EUREKA CURVE FITTING EQUATION SOLVERS
  195.  
  196.     Archimede's Notebook - Shammas
  197.     This first column demonstrates how Eureka can be used to do curve fitting.
  198.     Curve fitting techniques are discussed at length, and are solved and
  199.     plotted using eureka.
  200.  
  201.  
  202.  
  203. THINKP.ARC/binary
  204.  
  205.     Keywords: PARADOX PAL DATABASE PROGRAMMING PASSWORD
  206.     
  207.     "Thinking in PAL" -- Todd Freter & Ken Einstein
  208.     Paradox contains a built-in programming language, PAL, for the creation of
  209.     applications more involved than a simple script file can support.  The
  210.     authors explain how PAL operates and examine a simple code example step-by-
  211.     step to show how the language follows the interactive nature of Paradox.
  212.     
  213.     
  214.  
  215.