代码搜索:比特分配

找到约 5,712 项符合「比特分配」的源代码

代码结果 5,712
www.eeworm.com/read/370579/9595043

txt 伪随机比特发生器.txt

-- Pseudo Random Bit Sequence Generator -- This design entity uses a single conditional signal assignment statement to describe a PRBSG register. -- The length of the register and the two tapping p
www.eeworm.com/read/415351/11075452

txt 伪随机比特发生器.txt

-- Pseudo Random Bit Sequence Generator -- This design entity uses a single conditional signal assignment statement to describe a PRBSG register. -- The length of the register and the two tapping p
www.eeworm.com/read/415351/11075472

txt 伪随机比特发生器.txt

-- Pseudo Random Bit Sequence Generator -- This design entity uses a single conditional signal assignment statement to describe a PRBSG register. -- The length of the register and the two tapping p
www.eeworm.com/read/462042/7211844

txt 代码27-13.txt

a = zeros(k,k) % 再分配矩阵 for m = 1:k for n = 1:k a(m,n) = 1/(m+n -1); end end