Example to convert Decimal to Binary Reflected Gray Code. I did some poking around and found some info, but could not find any examples in visual basic. I took the C examples and converted them to VB.
Gray code is a binary code in which two successive numbers differ in only one bit. It is also known as the reflected binary code or unit distance code. The Gray code is a non-weighted code, which ...