代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/309760/13664869
java interpolation.java
package numericalAnalysis.interpolation;
import java.text.DecimalFormat;
/**
* 本类定义了一个插值问题,包括多种插值公式和方法.对照书:数值分析第二版,史万明等编,北京理工大学出版社
*
* @author 山
*
*/
public class Interpolation {
www.eeworm.com/read/307151/13727516
c interpolation.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/307151/13727538
h interpolation.h
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/491173/6441213
cpp interpolation.cpp
#include"stdafx.h"
#include"interpolation.h"
#include
unsigned char NeighborInterpolation(LPSTR lpDIBBits,LONG width,LONG height,float x,float y)
{
unsigned char temp;
LONG i,j;
LO
www.eeworm.com/read/491173/6441277
h interpolation.h
#ifndef _interpolation_h
#define _interpolation_h
unsigned char NeighborInterpolation(LPSTR lpDIBBits,LONG width,LONG height,float x,float y);
unsigned char BiLinearInterpolation(LPSTR lpDIBBits,LO
www.eeworm.com/read/484945/6569260
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/484945/6569268
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/264746/11303013
m interpolation.m
function interpolation
%program performs multi-stages interpolation on data in a user-specified data file
clear all;
r = [2 1 1]; % decimation factor array for different stages
l =