搜索资源列表
3ciyangtiao
- 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
sanciyangtiaochazhi
- 三次样条插值C源程序,解决数值计算中的一些难点问题-Cubic spline interpolation C source code to address some of the numerical calculation of difficult problems
Cublic-spline-interpulation
- 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Cubic spline interpolation
Three_Times_spline_Interpolation
- 自己写的一个三次样条插值以及函数绘图,支持第一种和第二种边界条件,随机生成坐标点数,以及指定插值点数-To write a cubic spline interpolation and function mapping, support for the first and second boundary conditions, randomly generated coordinate points, and to specify the interpolation points
cSharpmatlabtaskcal
- 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
ConsoleApplication1
- C#写的两个简单的小程序,分别用牛顿插值法和三次样条插值法来进行插值。-A program written by C#. It uses Newton Interpolation Method and Spline Interpolation Method