代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/357617/10204986
m ans5_4.m
% Interpolation using the four methods
x=[1 1.1 1.2 1.3 1.4];
y=[1.00000 1.23368 1.55271 1.99372 2.61170];
length_of_x=length(x);
scalar_x=x(1):0.05:x(length_of_x);
length_of_sx=length(scalar_x);
www.eeworm.com/read/352044/10586494
cpp interpolationsmoothnotisometry.cpp
//InterpolationSmoothNotIsometry.cpp
//光滑不等距插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int k(-1), n(11);
double x[11] =
{
-1.0, -0.9
www.eeworm.com/read/417309/10996151
m ans5_4.m
% Interpolation using the four methods
x=[1 1.1 1.2 1.3 1.4];
y=[1.00000 1.23368 1.55271 1.99372 2.61170];
length_of_x=length(x);
scalar_x=x(1):0.05:x(length_of_x);
length_of_sx=length(scalar_x);
www.eeworm.com/read/464591/7065963
m akimatst.m
% Test problem for Akima interpolation
% Ref. : Hiroshi Akima, Journal of the ACM, Vol. 17, No. 4, October 1970,
% pages 589-602.
%
x=0:10;
y=[10 10 10 10 10 10 10.5 15 50 60 85];
xi=lin
www.eeworm.com/read/459061/7283053
cpp interpolationsmoothnotisometry.cpp
//InterpolationSmoothNotIsometry.cpp
//光滑不等距插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int k(-1), n(11);
double x[11] =
{
-1.0, -0.9
www.eeworm.com/read/433381/7935408
cpp interpolationsmoothnotisometry.cpp
//InterpolationSmoothNotIsometry.cpp
//光滑不等距插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int k(-1), n(11);
double x[11] =
{
-1.0, -0.9
www.eeworm.com/read/140740/13064156
cpp interpolationsmoothnotisometry.cpp
//InterpolationSmoothNotIsometry.cpp
//光滑不等距插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int k(-1), n(11);
double x[11] =
{
-1.0, -0.9
www.eeworm.com/read/494791/6375531
bib
%A Abdou, I.E.
%A Wong, K.Y.
%D 1982
%T Analysis of linear interpolation schemes for bi-level image applications
%J IBM J Research and Development
%V 26
%P 667-680
%A Abell, R.
%D 1981
%T Implementat
www.eeworm.com/read/345167/11834751
cpp interpolationsmoothnotisometry.cpp
//InterpolationSmoothNotIsometry.cpp
//光滑不等距插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int k(-1), n(11);
double x[11] =
{
-1.0, -0.9
www.eeworm.com/read/343481/11944675
m interpol.m
function v_in = interpol(v1,v2,td12,tdin)
%INTERPOL Perform interpolation. The values v1 and v2
% are spaced td12 seconds apart in time. Assume
% v1 corresponds to