搜索资源列表
InsertValue
- 本程序实现抛物线插值的功能,分等距和非等距两种情况,使用者可通过单选按钮选择。-parabolic interpolation functions, and non-equidistant points equidistant both cases, the users through radio button choices.
searching
- 共轭梯度法,使用牛顿法或者使用抛物线插值法。-conjugate gradient method, the use of Newton's law or the use of parabolic interpolation.
248225-you.f90
- 抛物线插值源程序,用fortran编写的,希望对大家有所帮助。
youhuasheji
- 黄金分割法,抛物线插值法,单行替换法是机械优化设计中的三中重要方法。
chazhisuanfa
- 差值算法,并且介绍了拉格朗日插值多项式,抛物线插值多项式
数值计算方法
- 加速迭代牛顿迭代Gauss杜里特尔分解法克洛特追赶法平方根法改进平方根法雅可比迭代高斯 赛德尔迭代拉格朗日插值法分段线性插值分段抛物线插值
InsertValue
- 本程序实现抛物线插值的功能,分等距和非等距两种情况,使用者可通过单选按钮选择。-parabolic interpolation functions, and non-equidistant points equidistant both cases, the users through radio button choices.
searching
- 共轭梯度法,使用牛顿法或者使用抛物线插值法。-conjugate gradient method, the use of Newton's law or the use of parabolic interpolation.
youhuasheji
- 黄金分割法,抛物线插值法,单行替换法是机械优化设计中的三中重要方法。-Golden section method, parabolic interpolation method, one-way is to replace mechanical optimal design method of the three most important.
chazhisuanfa
- 差值算法,并且介绍了拉格朗日插值多项式,抛物线插值多项式-Difference algorithm, and introduce a Lagrange interpolating polynomial, parabolic interpolation polynomial
shuzhijisuan
- 数值计算方法的程序: 加速迭代 牛顿迭代 Gauss 杜里特尔分解法 克洛特 追赶法 平方根法 改进平方根法 雅可比迭代 高斯 赛德尔迭代 拉格朗日插值法 分段线性插值 分段抛物线插值-Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition metho
optimizationinC
- 最优化算法C语言程序,包括Newon弦切法、单纯行法、抛物线插值法、最速下降法、Powell法-Optimization algorithm C Language Program, including String Newon cutting method, simple lines law, the parabolic interpolation method, steepest descent method, Powell meth
solvingequation
- 加步探索法,二分法,黄金分割法,抛物线插值法求解方程的演示-Plus step-by-step exploration of law, black-and-white, golden section method, the parabolic interpolation method for solving equations of presentation
lagrange_parabola
- 拉格朗日多项式插值函数和抛物线插值函数。用于对散点数据进行插值-Lagrange polynomial interpolation function and the parabolic interpolation function. Used to scatter data interpolation
Parabolic-interpolation-procedure
- Fortran编写的抛物线插值法程序Parabolic-interpolation-procedure.f90-Parabolic interpolation procedure
2degreeinter
- 最优化理论与方法课本算法matlab实现 二次插值法,包括抛物线插值和三点二次插值 具体使用方法详见程序说明-Optimization theory and methods of textbooks matlab algorithm to achieve quadratic interpolation, including the parabolic interpolation, and 3.2 times the specif
cad
- 利用线性插值、抛物线插值实现应力系数的计算,并且可以通过选择来实现想要进行什么类型的插值。-Linear interpolation, parabolic interpolation calculation of the stress factor and can be achieved by choosing what type of interpolation you want.
One-dimensional-closed-Sofa
- 最优化一维收索法相关程序,其中有对分法,牛顿切线法,抛物线插值法,黄金分割法等,该程序用C语言编写!-One-dimensional optimization Sofa collection procedures, including on the sub-method, Newton tangent method, parabolic interpolation method, such as golden section metho
抛物线法
- 抛物线法是求无约束一维极值的一种方法,也叫二次插值法,其理论依据为二次多项式可以在最优点附近较好的逼近函数的形状,做法是在函数的最优点附近取三个构造点,然后用这三个点构造一条抛物线,把这条抛物线的极值点作为函数的极值点的近似(The parabola is a method of solving a constrained one-dimensional extremum method, also called two times in
线性插值法
- 线性插值是指插值函数为一次多项式的插值方式,其在插值节点上的插值误差为零。线性插值相比其他插值方式,如抛物线插值,具有简单、方便的特点。线性插值的几何意义即为概述图中利用过A点和B点的直线来近似表示原函数。线性插值可以用来近似代替原函数,也可以用来计算得到查表过程中表中没有的数值。(Linear interpolation means interpolation function with polynomial interpolatio