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 years 前 | 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 years 前 | 0 个回答 | 0
