代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/346459/11743358
m sign.m
www.eeworm.com/read/259565/11782316
m sign.m
function ds=sign(ds)
% Function takes the absolute value of the traces of a seismic dataset
% Written by: E. R.: September 11, 2005
% Last updated:
if isstruct(ds) & strcmp(ds.type,'seismic')
ds
www.eeworm.com/read/345605/11802756
c sign.c
www.eeworm.com/read/344687/11867112
gif sign.gif
www.eeworm.com/read/155281/11886743
m sign.m
function Sgn = sign(S)
n = size(S);
S = S(:);
Sgn = simplify(S ./ abs(S));
Sgn = reshape(Sgn,n);
www.eeworm.com/read/154863/11922059
gif sign.gif
www.eeworm.com/read/154831/11924472
jpg sign.jpg
www.eeworm.com/read/257193/11945658
gif sign.gif
www.eeworm.com/read/154528/11948342
c sign.c
www.eeworm.com/read/342008/12047215