代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/17848/762335
bit lcd_driver.bit
www.eeworm.com/read/17848/762338
bit texi_all.bit
www.eeworm.com/read/17872/763666
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
www.eeworm.com/read/18089/774774
bit adi_top.bit
www.eeworm.com/read/18163/778388
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
www.eeworm.com/read/18242/782081
pdf bit-catchingupfpga.pdf
www.eeworm.com/read/18458/789739
bit prescale_counter.bit
www.eeworm.com/read/18458/789826
bit prescale_counter.bit
www.eeworm.com/read/18458/789874
bit stopwatch_cclktemp.bit
www.eeworm.com/read/18597/796649