代码搜索:Bin文件
找到约 10,000 项符合「Bin文件」的源代码
代码结果 10,000
www.eeworm.com/read/486581/6535942
bin lpc2136.bin
www.eeworm.com/read/486139/6543859
bin project2.bin
www.eeworm.com/read/485855/6548449
m bin_dec.m
function d=bin_dec(c,num)
%二十进制转换程序,num为二进制码流的个数
d=0;
for i=1:num
if c(num+1-i)=='1'
d=d+2^(i-1);
end
end
www.eeworm.com/read/485855/6548461
m dec_bin.m
function b=dec_bin(d,num)
%十二进制转换程序,num为二进制码流的个数
[f,e]=log2(max(d));
b=rem(floor(d*pow2(1-max(num,e):0)),2);
www.eeworm.com/read/485855/6548499
m bin_dec.m
function d=bin_dec(c,num)
%二十进制转换程序,num为二进制码流的个数
d=0;
for i=1:num
if c(num+1-i)=='1'
d=d+2^(i-1);
end
end
www.eeworm.com/read/485465/6562679
bin top__zoumigong.bin
www.eeworm.com/read/485465/6562680
bin select__rom.bin
www.eeworm.com/read/485465/6562693
bin new_positions.bin
www.eeworm.com/read/485465/6562695
bin div16.bin
www.eeworm.com/read/485465/6562701