OS4 DepotLogo by DaveyD 
(anonymous IP: 3.138.200.66,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Shell » crc_tools.lzx

Crc_tools

Description: CRC tools
Download: crc_tools.lzx       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 37kb
Version: 1.0
Date: 09 Jun 2004
Author: Martin McKenzie (port)
Submitter: Martin McKenzie
Email: marty/cadtechnologies co uk
Homepage: http://www.cadtechnologies.co.uk
Category: utility/shell
License: Freeware
Distribute: yes
Min OS Version: 4.0
FileID: 39
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 303  (Current version)
303  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
 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