代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/385488/2588573
cs interpolation_enum.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace ASAMODS.BaseModel
{
public enum interpolation_enum
{
}
}
www.eeworm.com/read/380513/2658273
cmp string-interpolation.cmp
it will cost you $10.00
dog.jpg
foobar.jpg
foobar.jpg
123
1 2 3
www.eeworm.com/read/373026/2767642
m convex_interpolation.m
% Figure 6.24: Fitting a convex function to given data
% Section 6.5.5
% Boyd & Vandenberghe "Convex Optimization"
% Original by Lieven Vandenberghe
% Adapted for CVX by Argyris Zymnis - 11/27/2005
%
www.eeworm.com/read/351405/3108830
cmp string-interpolation.cmp
it will cost you $10.00
dog.jpg
foobar.jpg
foobar.jpg
123
1 2 3
www.eeworm.com/read/237869/13924403
vi interpolation filter.vi
www.eeworm.com/read/237869/13924597
vi interpolation filter.vi
www.eeworm.com/read/284879/8885384
f90 spline interpolation.f90
!Program name: SPLINE
!Input variables:
!M: vertical levels to be interpolated
!N: vertical levels of observed data.
!X(N): 1-dimensional array storing height or pressure or Ln(p) etc.
!
www.eeworm.com/read/383321/8955378
cpp interpolation1variableisometry.cpp
//Interpolation1VariableIsometry.cpp
//一元全区间等距插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
double x0(0.1), h(0.1), t, s;
double y[10] =
{
0.9
www.eeworm.com/read/383321/8955402
cpp interpolation1variablenotisometry .cpp
//Interpolation1VariableNotIsometry.cpp
//一元全区间不等距插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
double t(0.63), s;
double x[10] =
{
0.10, 0.
www.eeworm.com/read/383321/8955438
cpp interpolation2variablewholeinterval.cpp
//Interpolation2VariableWholeInterval.cpp
//二元全区间插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
int i, j;
double u, v, w;
valarray x(