代码搜索:Detection
找到约 4,382 项符合「Detection」的源代码
代码结果 4,382
www.eeworm.com/read/235040/14087545
js detection.js
if((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ) && (navigator.platform == "Win32") && (navigator.userAgent.indexOf(" Opera ") == -1) && (navigator.use
www.eeworm.com/read/192232/8396919
p wm_detection.p
www.eeworm.com/read/381363/9096033
hlp edge_detection.hlp
www.eeworm.com/read/184323/9110222
pdf collision.detection.pdf
www.eeworm.com/read/166996/9986672
m detection2.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%检测水印 %%
%%其中水印图像为二维灰度图像 %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
c
www.eeworm.com/read/166995/9986680
m detection2.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%检测水印 %%
%%其中水印图像为二维灰度图像 %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
c
www.eeworm.com/read/166938/9988473
m purefrequencies_detection.m
load sumsin;
x = sumsin;
figure(1)
subplot(611);
plot(x);
ylabel('x');
title('原始信号及各层近似信号');
% 使用DB3小波进行5层分解
[c,l]=wavedec(x,5,'db3');
for i=1:5
% 对分解的第5层到第1层的低频系数分别进行重构
a=wrcoef('a
www.eeworm.com/read/166938/9988478
m selfsimilarity_detection.m
load vonkoch;
x = vonkoch;
subplot(211);
plot(x);
title('原始信号');
subplot(212);
% 进行一维连续小波变换
f = cwt(x,[2:2:128],'coif3','plot');
title('分解后的小波系数');
www.eeworm.com/read/361152/10065854
m singularity_detection.m
function g=Singularity_Detection(delta,N,s);
n=length(s);
for index_x=1:N;
x=index_x-(N+1)/2;
phi_x(index_x)=((pi^(-1/4))*(2/sqrt(3)))*(1-x.*x/(delta^2))*exp(-(x.*x)/(2*delta^2));
end;
p
www.eeworm.com/read/416200/11038155