Logo by Alkaron (anonymous IP: 18.117.105.215,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
This archive contains OS4 PPC versions of the tools CRC2, CRCFast and CRCTab. Source code used for this build was obtained from Steffen Haeuser's WarpOS port "crcWOS" on Aminet. -- Martin McKenzie email: marty()cadtechnologies.co.uk web: http://www.cadtechnologies.co.uk *************************************************************************** Cyclic Redundancy Check --------------------------------------------------------- This archive includes the following three files: crc2.c Computes crc by bit shifting crcfast.c Computes crc by table lookup crctab.c Computes tables used in crcfast.c crc.doc This 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) *************************************************************************** |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |