The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib Directories a zlib.dcu file and i felt it was more correct to rename my unit and force developers to have to update their code than to make developers worry about the possible file contention in delphi 6 and 7.
Unzip this file into a writeable directory.
You should end up with a "Geocode" project, as well as Bitmaps and TestData Directories.
This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile.
The point data shapefile consists of 41859 point features from 1996 GDT data, in decimal degrees. The table of zips that can be used in the batch match consists of 38 records, entitled "few_zips.dbf".
More specifcs are found at the top of each form and are provided throughout the code.
uc/os-ii for 8051
This package provides the sources required to use the uC/OS-II v2.00
real time kernel on the 8051 processor. To use this package you will
need the TASKING C Compiler toolset v6.0r1 or higher.
For info on TASKING products you can contact our Web-site at:
http://www.tasking.com
Unzip the zipfile in the root of the drive where you also installed
the uC/OS-II general sources. The following Directories will be
added:
\SOFTWARE\UCOS-II\8051
This directory contains the microprocessor specific source code
\SOFTWARE\UCOS-II\ex1_8051r
This directory contains the project files for the first example
\SOFTWARE\UCOS-II\ex2_8051r
This directory contains the project files for the second example