搜索资源列表
integratedgradient
- The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In h
yangtiaochazhi
- 样条插值法,了解Hermite插值法、三次样条插值法原理,结合计算公式,确定函数值。-Spline interpolation method to understand the Hermite interpolation, cubic spline interpolation theory, combined with calculation formula to determine the function value.
cubic-spline
- 三次样条插值,来自于数值分析方法一书 C Abstract: interpolate cubic spline profiles to given points. C cubic splines are piecewise cubic polynomials fitting the data C with continuous first and second derivatives at interior points C and second derivatives set
maspline
- 插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
threesplinebezier
- 设计签名 三次样条插值函数 贝塞尔曲线 光滑曲线-Design Signature cubic spline interpolation function is a smooth curve of Bezier curves
Cubic-spline
- 数值分析中常用的三次样条插值的函数,里面也包括了函数调用-Commonly used in numerical analysis of cubic spline interpolation function, which also includes a function call
Cubic-spline
- 三次样条是计算方法课程中的一个重要算法,现在通过计算机实现-Cubic spline is calculated course an important method, and now realized by computer
einspline-0.9.2.tar
- einspline is a C library for the creation and evaluation of interpolating cubic basis splines (B-splines) in 1, 2, and 3 dimensions. Fortran 77 wrappers are also included.
cubic-spline-interpolation
- 在Visual Studio环境下,利用C#语言实现三次样条插值的运算,并给出实例验证-In Visual Studio environment, using C# language computing cubic spline interpolation, and gives examples verify
Solving-cubic-equation-
- 用二分法求解三次方程,只需要输入方程的四个系数即可进行求解。-Solving cubic equation with the dichotomy, just type equation can be solved by the four factors.
cubic-spline-interpolation
- 该matlab源码为三次样条差值测试程序,通过了调试测试。-The matlab source code for the cubic spline difference test program, through the commissioning tests.
Cubic-spline-interpolati
- 三次样条插值算法(压紧样条)及其图形绘制-Cubic spline interpolation algorithm (compression spline) and its graphics rendering
Validation-cubic-spline
- 验证三次样条函数插值是否具有几何不变性实验-Verify cubic spline interpolation with geometric invariance experiments
CUBIC
- Cubic Spkine 輸入X,Y座標,產生三次內插-The Cubic Spkine input X, Y coordinates to produce three interpolation
Cubic-spline-
- 本程序用于数值分析中,三次样条差值和最佳平方逼近,主要是先输入5个区间点,然后计算出单词样条的差值和最佳平方的逼近-The purpose of the procedures used for the numerical analysis, cubic spline difference and the best square approximation, to achieve the calculated
Cubic-Spline-interpolation
- 用三次样条插值法对少量样点进行插值计算和曲线拟合-Use Cubic Spline interpolation method to compute and fit the curve.
cubic-spline-interpolation
- 大数据量中需找数据的统计规律,采用模拟退火算法,采用三次样条插值实现-Large amounts of data need to find the statistical regularities of the data, the use of simulated annealing algorithm, using cubic spline interpolation to achieve
Cubic-spline-interpolation-
- 该程序是基于数值分析的计算的三次样条插值和最佳平方逼近,用c做的,有注释,代码简单,希望能对您有用-The program is based on the numerical analysis of the calculated cubic spline interpolation and best square approximation, with c do, Notes, code simple, hoping to be useful for you
cubic-spline-interpolation
- 用途:根据现有x-y系列,通过三次样条差值,得出对应X0系列的Y0系列-Purpose: Under the existing xy series by cubic spline difference, draw the corresponding series X0 Y0 series
Cubic-spline-interpolation
- 三次样条插值,数值计算,数值分析,优化方面-Cubic spline interpolation, numerical calculation, numerical analysis and optimization
