代码搜索:Gau 开发教程
找到约 10,000 项符合「Gau 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/288329/8642947
pdf wap开发教程.pdf
www.eeworm.com/read/294375/8232796
pdf wap开发教程.pdf
www.eeworm.com/read/464315/7165502
m gau(file).m
function gau(file)
I=imread(file);
I=im2double(I);
imshow(I);
J=imnoise(I,'gaussian',0,0.004);
figure,imshow(J)
www.eeworm.com/read/464315/7165509
m gau.m
function gau(file)
I=imread(file);
I=im2double(I);
imshow(I);
J=imnoise(I,'gaussian',0,0.004);
figure,imshow(J)
www.eeworm.com/read/458425/7296651
m gau(file).m
function gau(file)
I=imread(file);
I=im2double(I);
imshow(I);
J=imnoise(I,'gaussian',0,0.004);
figure,imshow(J)
www.eeworm.com/read/458425/7296658
m gau.m
function gau(file)
I=imread(file);
I=im2double(I);
imshow(I);
J=imnoise(I,'gaussian',0,0.004);
figure,imshow(J)
www.eeworm.com/read/445426/7595562
m gau.m
%函数gau.m:ML量化器设计中分母的计算式%
function y=gau(x)
y=1/sqrt(2*pi)*exp(-x.^2/2);
www.eeworm.com/read/172257/9715722
m gau.m
%函数gau.m:ML量化器设计中分母的计算式%
function y=gau(x)
y=1/sqrt(2*pi)*exp(-x.^2/2);