代码搜索:Gau 开发教程

找到约 10,000 项符合「Gau 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/131924/14120088

txt bestdown.txt

jbuilder4开发教程
www.eeworm.com/read/147040/12592373

txt readme.txt

临界区使用示范 from vchelp.net 开发教程
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);