Feeds
질문
Binary string to character conversion
Hello, If I have a string, S = 001000110111 Given: a = 0 b = 10 c = 110 d = 111 I need to convert the string us...
거의 14년 전 | 답변 수: 1 | 0
1
답변질문
Convert binary to 8-bit integer?
I currently have the following code: fid = fopen('input.txt', 'r'); l = fread(fid, 13,'uint8=>char'); N=0; ...
거의 14년 전 | 답변 수: 0 | 0
