搜索资源列表
248225-you.f90
- 抛物线插值源程序,用fortran编写的,希望对大家有所帮助。
youhuasheji
- 黄金分割法,抛物线插值法,单行替换法是机械优化设计中的三中重要方法。
shuzhijisuan.rar
- 数值计算方法的程序: 加速迭代 牛顿迭代 Gauss 杜里特尔分解法 克洛特 追赶法 平方根法 改进平方根法 雅可比迭代 高斯 赛德尔迭代 拉格朗日插值法 分段线性插值 分段抛物线插值,Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition method克洛特Ritter Duri law to catch up with the sq
solvingequation.rar
- 加步探索法,二分法,黄金分割法,抛物线插值法求解方程的演示,Plus step-by-step exploration of law, black-and-white, golden section method, the parabolic interpolation method for solving equations of presentation
Parabolic-interpolation-procedure
- Fortran编写的抛物线插值法程序Parabolic-interpolation-procedure.f90-Parabolic interpolation procedure
cad
- 利用线性插值、抛物线插值实现应力系数的计算,并且可以通过选择来实现想要进行什么类型的插值。-Linear interpolation, parabolic interpolation calculation of the stress factor and can be achieved by choosing what type of interpolation you want.
shuzhi
- 这是数值分析的几个小程序,包括Steffensen和Muller(抛物线)求解方程程序,Gauss列主元消去法求解线性方程组的程序,Newton以及Lagrange插值算法以及不同边界条件的样条插值程序-This is some useful programs of numerical analysis, includes methods of interpolation and solving equations
qmin
- 抛物线法(也即二次插值法)求解函数在[a,b]上的局部最小值。程序已经确认没有问题。-Parabolic method (ie quadratic interpolation method) for solving the local minimum of the function in [a, b]. The program has confirmed that there is no problem.
One-dimensional-optimization_matlab
- 自己编写的一维搜索优化算法,包括黄金分割法、平分发、牛顿迭代法、抛物线法、三次插值法-I have written a one-dimensional search optimization algorithms, including the golden section method, flat distribution, Newton iteration, parabolic, cubic interpolation
quadratic-interpolation
- 二次插值法,又称抛物线法,本程序利用C语言实现二次插值法求解优化问题。-Quadratic interpolation, also known as a parabolic law, the program using C language quadratic interpolation method for solving optimization problems.
interpolation
- 编程实现单变元抛物线插值和双变元抛物线插值函数-Programming univariate and bivariate yuan parabolic interpolation parabolic interpolation function
parablicIntp
- 基于不在同一条直线上三点的抛物线插值函数。与Matlab中spline()在三个数据点时的结果一致。注意,大于三点的样条插值函数需要求解线性方程组,运算复杂,实时性较低。可参考Lapack及数值计算书籍-C programme for spline inpterpolation using three points.