代码搜索:smooth
找到约 1,485 项符合「smooth」的源代码
代码结果 1,485
www.eeworm.com/read/492438/6423161
obj smooth.obj
www.eeworm.com/read/487368/6510779
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/482230/6630120
m smooth.m
function Fra_Vow_Distr=smooth(Fra_Vow_Distr)
nr=length(Fra_Vow_Distr);
total=sum(Fra_Vow_Distr);
Fra_Vow_Distr(1)=total/nr;
Fra_Vow_Distr(nr)=total/nr;
for n=2:nr-1
if Fra_Vow_Distr(1,n-1)*
www.eeworm.com/read/407408/11419887
c smooth.c
#include
#include
#include
#include "matrix.h"
#include "get.h"
/****************************************************************
SMOOTH: CONVOLVES A MATRIX WI
www.eeworm.com/read/402001/11544798
c smooth.c
#include
#include
#include "defs.h"
#include "cache.h"
/* Here is an our naive implementation */
char smooth_descr[] = "SMOOTH: Naive Row-wise Traversal of src";
voi
www.eeworm.com/read/400552/11574528
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/259565/11782423
m smooth.m
function avin=smooth(in,dist)
% Function computes average over "dist" samples of matrix "in". "dist" must be greater
% than or equal to 1, but need not be integer
% Written by: E. R.:
% Last updated:
www.eeworm.com/read/258583/11853162
cmd smooth.cmd
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/255379/12084520
c smooth.c
/********************** smooth.c ***************************************
3-D Reconstruction of Medical Images
Three Dimensional Reconstruction Of Medical
Images from Serial Slices - CT,
www.eeworm.com/read/341010/12113943