代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/345167/11834781
cpp interpolationaitkennotisometry.cpp
//InterpolationAitkenNotIsometry.cpp
//埃特金不等距逐步法插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
double eps = FLOATERROR, t, z;
double x[11] =
{
www.eeworm.com/read/309176/3706612
cs sample6_4.cs
/*
* 示例程序Sample6_4: Interpolation类的一元三点等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(strin
www.eeworm.com/read/305566/3771707
c vgrid3d.c
/* velocity interpolation from VS3D card input */
#include "ghdr.h"
#include "gridhd.h"
#include "velo.h"
#include "comva.h"
#include "par.h"
char *sdoc =
"VGRID3D - convert VS3D cards to
www.eeworm.com/read/392094/2516145
cs sample6_4.cs
/*
* 示例程序Sample6_4: Interpolation类的一元三点等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(strin
www.eeworm.com/read/254498/4382013
cs sample6_4.cs
/*
* 示例程序Sample6_4: Interpolation类的一元三点等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(strin
www.eeworm.com/read/160611/5568886
alg resonvv.alg
(RESONVV-ALG
(NAME "resonvv")
(ARGUMENTS ("sound_type" "s1") ("sound_type" "hz1") ("sound_type" "bw")
("int" "normalization"))
(INLINE-INTERPOLATION T)
(ALWAYS-SCALE hz1 bw)
(START (MAX s1
www.eeworm.com/read/292658/8342983
cpp interpolationaitkennotisometry.cpp
//InterpolationAitkenNotIsometry.cpp
//埃特金不等距逐步法插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
double eps = FLOATERROR, t, z;
double x[11] =
{
www.eeworm.com/read/367116/9781352
cpp interpolationaitkennotisometry.cpp
//InterpolationAitkenNotIsometry.cpp
//埃特金不等距逐步法插值
#include //输入输出流头文件
#include "Interpolation.h" //插值头文件
void main()
{
double eps = FLOATERROR, t, z;
double x[11] =
{
www.eeworm.com/read/428014/8904897
m arithxover.m
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
% Arith crossover takes two parents P1,P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1,c2] = arithXove
www.eeworm.com/read/177121/9469253
m arithxover.m
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
% Arith crossover takes two parents P1,P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1,c2] = arithXove