代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/380446/9148878
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/180414/9309206
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/180414/9309225
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/176500/9495786
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 =
www.eeworm.com/read/364978/9885187
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/364978/9885200
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/168454/9912462
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 =
www.eeworm.com/read/363451/9950292
cs interpolation.cs
/*
* 进行插值的类Interpolation
* 周长发编制
*/
using System;
namespace 土地适宜评价系统.Algorithm
{
/**
* 进行插值的类Interpolation
* @author 周长发
* @version 1.0
*/
public class Interpolation
www.eeworm.com/read/360179/10107518
cpp interpolation.cpp
#include
#include
#include
double polint(double *xa, double *ya, int n, double x);
double polint(double *xa, double *ya, int n, double x)
{
int i, m, ns;
dou
www.eeworm.com/read/352044/10586265
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