代码搜索:插值算法
找到约 10,000 项符合「插值算法」的源代码
代码结果 10,000
www.eeworm.com/read/183927/9130146
doc 实验一 插值法.doc
www.eeworm.com/read/425408/10358850
txt 牛顿插值源代码.txt
Dim x(3), y(3, 3) As Single
Const n = 3
Private Sub Command1_Click()
Text1.Text = ""
Dim s As Single
xl = Text2.Text
For j = 1 To n
For i = j To n
y(i, j) = (y(i, j - 1) - y(
www.eeworm.com/read/353054/10475295
ncb 分段线性插值.ncb
www.eeworm.com/read/353054/10475298
cpp 分段线性插值.cpp
// 分段线性插值.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
#include "math.h"
double li(double x0,double h,int n,double y[],double t)
www.eeworm.com/read/353054/10475303
dsp 分段线性插值.dsp
# Microsoft Developer Studio Project File - Name="分段线性插值" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/353054/10475310
plg 分段线性插值.plg
Build Log
--------------------Configuration: 分段线性插值 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\董巍\LOC
www.eeworm.com/read/353054/10475317
opt 分段线性插值.opt
www.eeworm.com/read/353054/10475323
dsw 分段线性插值.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/352992/10485523
ncb 分段线性插值.ncb
www.eeworm.com/read/352992/10485527
cpp 分段线性插值.cpp
// 分段线性插值.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
#include "math.h"
double li(double x0,double h,int n,double y[],double t)