代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/201207/15413334
m toeplitz2.m
function h2=Toeplitz2(h,k1,k2)
h2=zeros(k2,1);
for i=1:k2
h2(i,1)=-h(k1+i);
end
www.eeworm.com/read/112209/15491658
bat make.bat
tasm comp2
tlink comp2
tasm decomp2
tlink decomp2
bcc fin.c
www.eeworm.com/read/103816/15719403
nfg csg1.nfg
NFG 1 R "2x2 constant sum game with a continuum of equilibria" { "1" "2" }
{ { "1" "2" "3" }
{ "1" "2" "3" }
}
0 0 -1 1 0 0 1 -1 0 0 1 -1 0 0 -1 1 0 0
www.eeworm.com/read/291944/8386216
m basicseq.m
% the basic codes from the generating poly from the book spread spectrum applications on commercial systems
function[code1, code2] = BasicSeq(m)
N = 2^m - 1;
sreg = [0, 0, 1, 1, 0, 1, 1, 0, 0
www.eeworm.com/read/290200/8497260
m basicseq.m
% the basic codes from the generating poly from the book spread spectrum applications on commercial systems
function[code1, code2] = BasicSeq(m)
N = 2^m - 1;
sreg = [0, 0, 1, 1, 0, 1, 1, 0, 0
www.eeworm.com/read/385764/8790565
m basicseq.m
% the basic codes from the generating poly from the book spread spectrum applications on commercial systems
function[code1, code2] = BasicSeq(m)
N = 2^m - 1;
sreg = [0, 0, 1, 1, 0, 1, 1, 0, 0