代码搜索:INTERPOLATION

找到约 2,917 项符合「INTERPOLATION」的源代码

代码结果 2,917
www.eeworm.com/read/254498/4381969

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/254498/4381993

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/192744/8288495

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/383321/8955409

cpp interpolationsmoothisometry.cpp

//InterpolationSmoothIsometry 光滑等距插值 #include //输入输出流头文件 #include "Interpolation.h" //插值头文件 void main() { int k(-1); double t, x(-1.0), h(0.2); double y[11] = {
www.eeworm.com/read/383321/8955419

cpp interpolationfractionnotisometry.cpp

//InterpolationFractionNotIsometry.cpp //连分式不等距插值 #include //输入输出流头文件 #include "Interpolation.h" //插值头文件 void main() { double t, s; double x[10] = { -1.0, -0.8, -
www.eeworm.com/read/381951/9062013

cpp interpolationsmoothisometry.cpp

//InterpolationSmoothIsometry 光滑等距插值 #include //输入输出流头文件 #include "Interpolation.h" //插值头文件 void main() { int k(-1); double t, x(-1.0), h(0.2); double y[11] = {
www.eeworm.com/read/381951/9062016

cpp interpolationfractionnotisometry.cpp

//InterpolationFractionNotIsometry.cpp //连分式不等距插值 #include //输入输出流头文件 #include "Interpolation.h" //插值头文件 void main() { double t, s; double x[10] = { -1.0, -0.8, -
www.eeworm.com/read/380446/9149183

cpp interpolationsmoothisometry.cpp

//InterpolationSmoothIsometry 光滑等距插值 #include //输入输出流头文件 #include "Interpolation.h" //插值头文件 void main() { int k(-1); double t, x(-1.0), h(0.2); double y[11] = {
www.eeworm.com/read/380446/9149194

cpp interpolationfractionnotisometry.cpp

//InterpolationFractionNotIsometry.cpp //连分式不等距插值 #include //输入输出流头文件 #include "Interpolation.h" //插值头文件 void main() { double t, s; double x[10] = { -1.0, -0.8, -
www.eeworm.com/read/180414/9309311

cpp interpolationsmoothisometry.cpp

//InterpolationSmoothIsometry 光滑等距插值 #include //输入输出流头文件 #include "Interpolation.h" //插值头文件 void main() { int k(-1); double t, x(-1.0), h(0.2); double y[11] = {