代码搜索:Bit

找到约 10,000 项符合「Bit」的源代码

代码结果 10,000
www.eeworm.com/read/464438/7158419

bit demo_all.bit

www.eeworm.com/read/462030/7212057

bit board_cpu.bit

www.eeworm.com/read/461810/7219138

asm bit_rev.asm

********************************************************************************* * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/461810/7219146

obj bit_rev.obj

www.eeworm.com/read/461620/7223158

gif bit06.gif

www.eeworm.com/read/461620/7223160

gif bit05.gif

www.eeworm.com/read/461262/7230868

m encode_bit.m

function [output, state] = encode_bit(g, input, state) [n,k] = size(g); m = k-1; for i=1:n output(i) = g(i,1)*input; for j = 2:k output(i) = xor(output(i),g(i,j)*state(j-1)); end