搜索资源列表
科学与工程数值计算算法配套源码java
- 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source,
科学与工程数值计算算法配套源码vb
- 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, incl
三次样条插值
- 三次样条插值计算方程组-cubic spline interpolation equations
main
- 牛顿插值计算(牛顿插值公式)-Newton interpolation (Newton interpolation formula)
拉格朗日插值2342343
- 用拉格朗日插值公式,对给定的n用离散数据进行插值计算。-Lagrange interpolation formula, the right to use discrete n data interpolation.
cubic spline interpolation
- 样条插值计算车门曲线-spline interpolation calculation door curve
wymspline样条插值
- 计算方法,或者是数值计算的 wymspline样条插值 自己做的,可能不是很好-calculation method, or the numerical calculation wymspline spline interpolation themselves, may not be very good
实验2-插值与拟合
- 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation met
C++常用算法之09插值
- 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套插值代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C versi
计算方法程序
- 文件实现求解线性方程组、多项式插值或积分,包含gauss消去、迭代等,可变换形式达到一程序多用的目的-achieve document for solving linear equations, polynomials or interpolation points, including Gauss elimination, iterative, can transform a process to form the multi-pur
Lagrange_Newton_Aitken插值算法
- Lagrange,Newton,Aitken三个插值公式算法的演示.DOS界面输出计算结果.-Lagrange, Newton, Aitken three interpolation algorithm formula demo. DOS interface output results.
插值计算
- 主要是进行插值方面的数值计算,是用c编的-interpolation is primarily for the numerical calculation, is part of the c
拉格郎日插值
- 在fortran平台下实现啷个朗日差值计算,得出结果并将其与课本对比。(Lagrange interpolation)
拉格朗日插值
- 拉格朗日插值法,多点计算插值,选取两组插值点进行比较(lagrange lagrange,lagrange,lagrange)
matlab插值算法编程
- 数值计算科学中的插值算法的MATLAB程序(MATLAB program of interpolation algorithm)
matlab---三次样条插值
- 用于计算三次样条函数的插值,编程计算样条函数,误差较小,光滑性比较好(Three spline interpolation)
第4章 插值
- matlab插值计算相关程序,各种插值算法,有十九个文件(Matlab interpolation calculation related procedures, a variety of interpolation algorithms, there are nineteen files)
三次样条插值
- 运用样条插值算法实现对点的选取及计算和数据预测。(The spline interpolation algorithm is used to realize the selection of the point, the calculation and the prediction of the data.)
线性插值
- 任给两点处的数据,计算处其中点的插值结果(linear interpolation based on data at two points)
反算NURBS曲线插值控制点并计算NURBS插值曲线
- 对于给定的数个离散数据点,使用3次NURBS(非均匀有理B样条曲线)进行插值拟合。该算法程序能够反算出NURBS曲线控制点并绘制经过给定离散点的插值曲线。(For a given number of discrete data points, the 3 NURBS (nonuniform rational B spline curve) is used for interpolation fitting. The algorithm