Feeds
提问
Binary matrix, negative number display.
I want to express the subtraction of a binary matrix as a negative number. ex) = 00000000 - 00001001 = 10001001 Below is the c...
4 years 前 | 1 个回答 | 0
1
个回答提问
Converting a binary matrix to decimal.
I change the 3-bit binary matrix(a, e) to decimal -> change the decimal to a 4-bit binary matrix -> Add changed a and e = A The...
4 years 前 | 1 个回答 | 0
