代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/115704/15003855
txt d2r1.txt
Private Sub Command1_Click()
'PROGRAM D2R1
'Driver for routine POLINT
N = 9 '输入插值节点个数
PI = 3.1415926
Dim XA(10), YA(10)
Print Tab(5); "Generation of interpolation tabl
www.eeworm.com/read/216367/15017812
txt d2r1.txt
Private Sub Command1_Click()
'PROGRAM D2R1
'Driver for routine POLINT
N = 9 '输入插值节点个数
PI = 3.1415926
Dim XA(10), YA(10)
Print Tab(5); "Generation of interpolation tabl
www.eeworm.com/read/309176/3706560
cs sample6_10.cs
/*
* 示例程序Sample6_10: Interpolation类的埃特金等距逐步插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(str
www.eeworm.com/read/309176/3706568
cs sample6_8.cs
/*
* 示例程序Sample6_8: Interpolation类的埃尔米特等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(strin
www.eeworm.com/read/309176/3706592
cs sample6_17.cs
/*
* 示例程序Sample6_17: Interpolation类的二元全区间插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(strin
www.eeworm.com/read/305566/3772047
c ray2grd.c
#include
/* travel-time interpolation from rays to grids */
/* author: zhiming li 2-8-93 */
/*
void ray2grd(float *xray, float *zray, float *tray, int *npts,
int nray, int maxp,
f
www.eeworm.com/read/392094/2516093
cs sample6_10.cs
/*
* 示例程序Sample6_10: Interpolation类的埃特金等距逐步插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(str
www.eeworm.com/read/392094/2516101
cs sample6_8.cs
/*
* 示例程序Sample6_8: Interpolation类的埃尔米特等距插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(strin
www.eeworm.com/read/392094/2516125
cs sample6_17.cs
/*
* 示例程序Sample6_17: Interpolation类的二元全区间插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(strin
www.eeworm.com/read/254498/4381961
cs sample6_10.cs
/*
* 示例程序Sample6_10: Interpolation类的埃特金等距逐步插值
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static void Main(str