how i can develope the hamming code(7,4) using java..any interface or package availab

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • babydollbijal
    New Member
    • Aug 2007
    • 1

    #1

    how i can develope the hamming code(7,4) using java..any interface or package availab

    how i can develope the hamming code(7,4) using java..any interface or class is available for that in java?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by babydollbijal
    how i can develope the hamming code(7,4) using java..any interface or class is available for that in java?
    There has been a thread on this before; look at the top right corner of this
    screen and most likely you'll find it. An extremely lazy solution would be to
    have a 16 entry array avaialable for all possible values of those four bits.

    kind regards,

    Jos

    Comment

    Working...