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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
