代码搜索:develops

找到约 38 项符合「develops」的源代码

代码结果 38
www.eeworm.com/read/248284/12585579

m circshift.m

function y = circshift(x,M) % Develops a sequence y obtained by % circularly shifting a finite-length % sequence x by M samples if abs(M) > length(x) M = rem(M,length(x)); end if M < 0 M = M
www.eeworm.com/read/299589/7844009

txt 说明.txt

Excel formula parser原版程序是JavaScript版本,网址如下: http://ewbi.blogs.com/develops/2004/12/excel_formula_p.html 该程序把Excel公式分解为Token序列。目前已有人翻译成C#和Python。 本人现在将其改为Delphi,程序中用到TRegExpr单元用于正则表达式分析。希望有高手将
www.eeworm.com/read/357506/10208418

m circonv.m

function y = circonv(x1, x2) % Develops a sequence y obtained by the circular % convolution of two equal-length sequences x1 and x2 L1 = length(x1); L2 = length(x2); if L1 ~= L2, error('Sequences
www.eeworm.com/read/416230/11037576

m circonv.m

function y = circonv(x1, x2) % Develops a sequence y obtained by the circular % convolution of two equal-length sequences x1 and x2 L1 = length(x1); L2 = length(x2); if L1 ~= L2, error('Sequences
www.eeworm.com/read/488224/6498682

m circonv.m

function y = circonv(x1, x2) % Develops a sequence y obtained by the circular % convolution of two equal-length sequences x1 and x2 L1 = length(x1); L2 = length(x2); if L1 ~= L2, error('Sequences
www.eeworm.com/read/254742/12121248

m circonv.m

function y = circonv(x1, x2) % Develops a sequence y obtained by the circular % convolution of two equal-length sequences x1 and x2 L1 = length(x1); L2 = length(x2); if L1 ~= L2, error('Sequences
www.eeworm.com/read/215497/15059531

m circonv.m

function y = circonv(x1, x2) % Develops a sequence y obtained by the circular % convolution of two equal-length sequences x1 and x2 L1 = length(x1); L2 = length(x2); if L1 ~= L2, error('Sequences
www.eeworm.com/read/215497/15059733

m circonv.m

function y = circonv(x1, x2) % Develops a sequence y obtained by the circular % convolution of two equal-length sequences x1 and x2 L1 = length(x1); L2 = length(x2); if L1 ~= L2, error('Sequences
www.eeworm.com/read/334931/12561367

m circonv.m

function y = circonv(x1, x2) % Develops a sequence y obtained by the circular % convolution of two equal-length sequences x1 and x2 L1 = length(x1); L2 = length(x2); if L1 ~= L2, error('Sequences
www.eeworm.com/read/334931/12561711

m circonv.m

function y = circonv(x1, x2) % Develops a sequence y obtained by the circular % convolution of two equal-length sequences x1 and x2 L1 = length(x1); L2 = length(x2); if L1 ~= L2, error('Sequences