A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS INDEX V3.00 (9/24/96)
Contents:
Table of Contents
1
. Preface
1.1) About the Author & Copyright
1.2) Abstract
2
. Introduction: Error Detection
3
. The Need For Complexity
4
. The Basic Idea Behind CRC Algorithms
5
. Polynomical Arithmetic
Chapter 6) Binary Arithmetic with No Carries
Chapter 7) A Fully Worked Example
Chapter 8) Choosing A Poly
Chapter 9) A Straightforward CRC Implementation
Chapter 10) A Table-Driven Implementation
Chapter 11) A Slightly Mangled Table-Driven Implementation
Chapter 12) "Reflected" Table-Driven Implementations
Chapter 13) "Reversed" Polys
Chapter 14) Initial and Final Values
Chapter 15) Defining Algorithms Absolutely
Chapter 16) A Parameterized Model For CRC Algorithms
Chapter 17) A Catalog of Parameter Sets for Standards
Chapter 18) An Implementation of the Model Algorithm
Chapter 19) Roll Your Own Table-Driven Implementation
Chapter 20) Generating A Lookup Table
Chapter 21) Summary
Chapter 22) Corrections
Chapter 23) Glossary
Chapter 24) References
Chapter 25) References I Have Detected But Haven't Yet Sighted
Please check attribution section for Author of this document! This article was written by
filipg@repairfaq.org
[mailto]
. The most recent version is available on the WWW server
http://www.repairfaq.org/filipg/
[Copyright]
[Disclaimer]