代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/17522/734344
bit c_data.bit
www.eeworm.com/read/17522/734347
bit data_c.bit
www.eeworm.com/read/17522/734412
bit buzzer_test.bit
www.eeworm.com/read/17522/734424
bit code_p.bit
www.eeworm.com/read/17522/734451
bit tlc549.bit
www.eeworm.com/read/17578/739721
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/17655/751338
tdf prbs_bit.tdf
--以下的程序是按比特方式产生伪随机图案,对于该程序中不同图案的选择采用不同的使能信号来控制
--//////////////////////////////////////////////////////////////////////////////////////////////////////////// // 该电路为按比特方式产生伪随机码电路;
www.eeworm.com/read/17700/754343
v widen_bit.v
module widen_bit(D_in,D_out);
input[13:0] D_in;
output[15:0] D_out;
assign D_out=(D_in[13])?({1'b1,1'b1,D_in[13:0]}):D_in;
endmodule
www.eeworm.com/read/17700/754348
bsf bit_cut.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/17700/754359
bsf widen_bit.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to