Jan 20, 2009

Given gray code of a binary number. Write a code to Find the binary number.

Given gray code of a binary number. Write a code to Find the binary number.
g = b ^ (b >> 1);

No comments:

Post a Comment