代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/403922/11502981
html function.imagick-getimageinterpolatemethod.html
Returns the interpolation method
www.eeworm.com/read/130817/14173471
cpp c3.cpp
//C3
//Interpolation,using Newton Methom
#include
const int N=5;
//Divied Difference
void fd(double *ax,double *ay,int n,double f[N][N])
{
int i,j;
for (i=0;i
www.eeworm.com/read/248077/4471018
m clint2d.m
% CLINT2D.M Create data, plot original data and then
% perform 2D interpolation for Example 10.9.
%
x=[0:1:4]; % Original x points
y=[0:1:4]; % Original y points
[X,Y]=meshgrid(x,y); % Rows of X a
www.eeworm.com/read/248077/4471046
m ex7_2.m
% EX7_2.M Spline interpolation of the function y=1/(1+x^2)
% with a cubic polynomial
x=[-5:1:5]; % N+1=11 points
y=1./(1+x.^2); % Runge function
% Spline function
xspline=[-5:.1
www.eeworm.com/read/209559/4961201
defconfig
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.9-rc3
# Sun Oct 3 14:28:53 2004
#
CONFIG_64BIT=y
CONFIG_MMU=y
CONFIG_TIME_INTERPOLATION=y
#
# Code maturity level opti
www.eeworm.com/read/309176/3706587
cs sample6_3.cs
/*
* 示例程序Sample6_3: Interpolation类的一元三点不等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(stri
www.eeworm.com/read/392094/2516120
cs sample6_3.cs
/*
* 示例程序Sample6_3: Interpolation类的一元三点不等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(stri
www.eeworm.com/read/390610/2527962
par testheatp1.par
$Title OpenFVM
$File Parameter file
$Parameter 1 28 Description of $Code
30005 1 Convection interpolation scheme
1 1 1 1 0 1
30020 1 Binary output
1
30030 1 Time advancement method (u v w p T s)
0 0
www.eeworm.com/read/390610/2528024
par testheat.par
$Title OpenFVM
$File Parameter file
$Parameter 1 28 Description of $Code
30005 1 Convection interpolation scheme
1 1 1 1 0 1
30020 1 Binary output
1
30030 1 Time advancement method (u v w p T s)
0 0
www.eeworm.com/read/254498/4381988
cs sample6_3.cs
/*
* 示例程序Sample6_3: Interpolation类的一元三点不等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(stri