代码搜索:INTERPOLATION

找到约 2,917 项符合「INTERPOLATION」的源代码

代码结果 2,917
www.eeworm.com/read/103608/15728208

inl interpolation.inl

// Interpolation.inl 插值函数定义(实现)头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝(HE Yu) 2002 // 最后修改: 2002.5.31. #ifndef _INTERPOLATION_INL //避免多次编译 #define _INTERPOLATION_INL #include //数组模
www.eeworm.com/read/188503/8534204

h sinc_interpolation.h

/*********************************************************** * YUVDEINTERLACER for the mjpegtools * * ------------------------------------------------------- * * (C) 2001-2004
www.eeworm.com/read/188503/8534221

c sinc_interpolation.c

/*********************************************************** * YUVDEINTERLACER for the mjpegtools * * ------------------------------------------------------- * * (C) 2001-2004
www.eeworm.com/read/432196/8620511

m decimation_interpolation.m

clc clear all close all x=imread('rose.tif'); [r c] = size(x); dif=2; %decimation and interpolation factor figure(1) subplot(231),imshow(x),title([' original image [', num2str(size(x)), ']']) fig
www.eeworm.com/read/432196/8620517

asv decimation_interpolation.asv

clc clear all close all x=imread('rose.tif'); [r c] = size(x); dif=2; %decimation and interpolation factor figure(1) subplot(231),imshow(x),title([' original image [', num2str(size(x)), ']']) fig
www.eeworm.com/read/286948/8736811

rc2 interpolation.rc2

// // INTERPOLATION.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED
www.eeworm.com/read/379667/9190009

m interpolation_by_dfs.m

function [xi,Xi] = interpolation_by_DFS(T,x,Ws,ti) %T : sampling interval (sample period) %x : discrete-time sequence %Ws: normalized stop frequency (1.0=pi[rad]) %ti: interpolation time range o
www.eeworm.com/read/379339/9200192

c line_interpolation.c

//直线插补 signed int Fm1,Xe,Ye; void y_zm(void); void x_zm(void); unsigned char Line_determing(int x2, int y2) ; void xoy1();//第一象限 void xoy2(); void xoy3(); void xoy4(); void xoy5(); v
www.eeworm.com/read/379339/9200206

c cir_interpolation.c

//圆插补 #define STEP 1 //unsigned char idata NR=1; void Y_MZ(void); void X_MZ(void); void xoy1y(void) ; void xoy2y(void) ; void xoy3y(void) ; void xoy4y(void) ; void xoy5y(void) ;