代码搜索:smooth

找到约 1,485 项符合「smooth」的源代码

代码结果 1,485
www.eeworm.com/read/387456/8675563

c smooth.c

#include #include #include #include Smooth(double *,double *,double *,int,int, double *,double *,double *); void main() { int i,n,m; double *x
www.eeworm.com/read/386625/8734474

m smooth.m

%SMOOTH Smooth a vector. % % U_OUT = SMOOTH(LEVEL, B, U, FLAG) applies a smoother defined by the % global flag "smooth_flag" and the system AU=B to the vector U on the % given g
www.eeworm.com/read/386625/8734597

asv smooth.asv

%SMOOTH Smooth a vector. % % U_OUT = SMOOTH(LEVEL, B, U, FLAG) applies a smoother defined by the % global flag "smooth_flag" and the system AU=B to the vector U on the % given g
www.eeworm.com/read/286954/8735286

c smooth.c

#include #include #include #include Smooth(double *,double *,double *,int,int, double *,double *,double *); void main() { int i,n,m; double *x
www.eeworm.com/read/385511/8802825

jpg smooth.jpg

www.eeworm.com/read/380937/9121989

c smooth.c

#include #include #include #include Smooth(double *,double *,double *,int,int, double *,double *,double *); void main() { int i,n,m; double *x
www.eeworm.com/read/183576/9153175

c smooth.c

#include #include #include "defs.h" /* A struct used to compute averaged pixel value */ typedef struct { int red; int green; int blue; int num; } pixel_sum; /* Compute m
www.eeworm.com/read/181401/9256142

exe smooth.exe

www.eeworm.com/read/181401/9256145

c smooth.c

////////////////////////////////////////////////////////////// //Name:smooth.c //Purpose: To perform smoothing and sharpening //Author: phoenix, CS, TshingHua, Beijing, P.R.C. //Email: bjlufengjun
www.eeworm.com/read/377821/9261402

h smooth.h

// Smooth.h: interface for the CSmooth class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SMOOTH_H__586F9434_010D_4FA7_AD99_0F33188A8BBD__INCLUDED_)