how i can develope the hamming code(7,4) using java..any interface or class is available for that in java?
how i can develope the hamming code(7,4) using java..any interface or package availab
Collapse
X
-
Tags: None
-
There has been a thread on this before; look at the top right corner of thisOriginally posted by babydollbijalhow i can develope the hamming code(7,4) using java..any interface or class is available for that in java?
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