Dec 192017
 
Turbo C source for CRC file checker.
File TC-CRC.ZIP from The Programmer’s Corner in
Category C Source Code
Turbo C source for CRC file checker.
File Name File Size Zip Size Zip Type
CRC.DOC 963 522 deflated
CRC2.C 2056 890 deflated
CRCFAST.C 6209 2348 deflated
CRCTAB.C 1714 677 deflated

Download File TC-CRC.ZIP Here

Contents of the CRC.DOC file


Cyclic Redundancy Check
---------------------------------------------------------

This archive includes the following three files:

crc2.cComputes crc by bit shifting
crcfast.cComputes crc by table lookup
crctab.cComputes tables used in crcfast.c
crc.docThis file

The utilities crc2 and crcfast compute the cyclic redundancy checks
for both the crc-16 (used in arc files) and crc-ccitt (used in xmodem).
crcfast is faster than crc2. These routines compute the crc's for a
given file as a means of checking data integrity.
These routines compile without change under Turbo C. All are
short and illustrate the basic principles of crc calculations.



CRC References:

C Programmer's Guide to Serial Communications, J. Compbell,
Howard W. Sams & Co.,(1987)

The Great CRC Mystery, T. Ritter, Dr. Dobb's Journal,
(February 1986)

Byte-Wise CRC Calculations, A. Perez, Wismer, & Becker,
IEEE Micro, (June 1983)


 December 19, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)