Thread: question on create a crc16 table

  1. #1
    Registered User
    Join Date
    Jun 2006
    Posts
    22

    question on create a crc16 table

    hi,all.
    anybody who known or well known CRC arithmetic,could you tell me how to create a crc16 table.first at all,crc was initialized with 0000H.
    thanks very much.

    please forgive me that I ask for help again.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    http://clusty.com/search?query=crc16...Mozilla-search
    Pick one of those, then explain here which one you chose and exactly why it doesn't work for you.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jun 2006
    Posts
    22
    thank you Salem

  4. #4
    Registered User
    Join Date
    Jun 2006
    Posts
    22
    PS:

    The CRC initial value has been given in my document whic is 0000H and the standard is CCITT.However,I still do not understand of this "initial value".Is it a polynomial ? I guessed it is not .But what can I do with it ?

    maybe the polynomial is a random that I guessed refer to the specification of CCITT.

    according to CCITT document the CRC16 polynomial is 0x1021,so dose this polynomial can be used in any programm to create a CRC16 table?
    Last edited by mycount; 08-29-2006 at 08:48 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. quick hash table question
    By Brian in forum C Programming
    Replies: 7
    Last Post: 07-30-2005, 07:22 PM
  2. inputting words from a file
    By kashifk in forum C++ Programming
    Replies: 5
    Last Post: 10-24-2003, 07:18 AM
  3. rehash help
    By kashifk in forum C++ Programming
    Replies: 1
    Last Post: 10-22-2003, 06:51 PM
  4. Create Array size Question
    By popohoma in forum C++ Programming
    Replies: 3
    Last Post: 11-04-2002, 03:04 AM
  5. just a question this time
    By korbitz in forum C Programming
    Replies: 13
    Last Post: 11-18-2001, 06:21 AM