CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Quadratic interpolation

搜索资源列表

  1. paowu

    0下载:
  2. 本程序采用visual c++开发,用于机械优化设计工程计算,为经典的抛物法,又称二次插值,运行结果良好。-the procedures used visual c development, design optimization for mechanical engineering, for the classical parabolic law, also known as the quadratic interpolation, good operating results.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1019byte
    • 提供者:张龙
  1. chazhejisuanfangfa

    0下载:
  2. 利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!-C completed the calculation method piecewise linear, quadratic interpolation, and the region between the Lagrange interpolation calculation!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:liuyi
  1. guangjinfenge

    0下载:
  2. 黄金分割搜索法的vc代码,有两个过程实现,分别是Golden和mnbrak,mnbrak利用黄金比率和二次插值确定函数的极小值点的所在区间,Golden用黄金分割法求一元函数的极小值。-Golden Section Search vc law code, there are two processes to achieve, and Golden were mnbrak. mnbrak golden ratio and use quadratic interpolation function t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:wuyan
  1. shuzhifenxi

    1下载:
  2. 北航数值分析大作业三,功能为用Newdon法求解非线性方程组,Gauss法求解线性方程组,求矩阵的逆,二元二次插值,按最小二乘原则进行二元拟合并自动寻找最小阶数。-Northern analysis of large numerical operations three functions with Newdon method for solving nonlinear equations, Gauss method for solving linear equations, find the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:8.05kb
    • 提供者:朱付涛
  1. analysis2

    0下载:
  2. 数值分析B计算实习作业二:分别用分段线性插值、分段二次多项式插值、 分段三次多项式插值和三次样条插值对所给的数据进行细化 -Numerical Analysis of B calculated internship operation II: piecewise linear interpolation, respectively, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2.48kb
    • 提供者:madier
  1. Interpolation

    0下载:
  2. 包括线性插值,二次插值,三次hermit插值,以及三弯矩法样条插值。-Including linear interpolation, quadratic interpolation,hermit interpolation,and spline interpolation.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2.23kb
    • 提供者:Steven.Jia
  1. interpoints

    0下载:
  2. vc下实现的分段线性插值、二次多项式插值、三次多项式插值、三次样条插值,并配有MATLAB测试程序-vc implementation of the piecewise linear interpolation, quadratic interpolation, cubic polynomial interpolation, cubic spline interpolation, and test procedures with MATLAB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:45.13kb
    • 提供者:ck
  1. twochazhi

    0下载:
  2. 运用C++编写的一个二次插值运算程序,为数值分析中的作业-The use of C++ to prepare a quadratic interpolation operation procedures for the numerical analysis of the operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7.72kb
    • 提供者:罗陆锋
  1. aishanercichazhi

    0下载:
  2. 为二次插值办法求二次函数程序,其中包括函数核运行语句-Approach for the quadratic interpolation function for secondary procedures, including the function of nuclear run statement
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:32.39kb
    • 提供者:艾山
  1. acculate

    0下载:
  2. 实现二次插值的C程序,优点是判断节点,精度高,-To achieve quadratic interpolation of the C program to determine the advantage of the node, high precision,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.66kb
    • 提供者:牛牛
  1. shuzhifenxi

    0下载:
  2. 主要涉及以下知识点:分片二次插值、非线性方程组的解法、线性方程组的解法、曲面拟合、最小二乘拟合、矩阵的求逆、计算向量的无穷范数等。-Knowledge involves the following points: piecewise quadratic interpolation, solution of nonlinear equations, solution of linear equations, surface fitting, least squares fitting, matri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:210.71kb
    • 提供者:abler
  1. ercichazhi

    0下载:
  2. 二次插值 二次插值 二次插值 二次插值-Quadratic interpolation Quadratic interpolation Quadratic interpolation Quadratic interpolation Quadratic interpolation Quadratic interpolation Quadratic interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.6kb
    • 提供者:朱兆一
  1. Quadratic-interpolation

    0下载:
  2. 本程序用二次插值法计算任意点的函数值,欢迎下载-This procedure calculated by quadratic interpolation function values ​ ​ at any point, please download
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.06kb
    • 提供者:yuxiang
  1. math

    0下载:
  2. 数学计算代码:二分法,分段二次插值,复合辛普森算法,拉格朗日插值,牛顿迭代法,顺序消元法。-Math code: dichotomy, piecewise quadratic interpolation, composite Simpson method, Lagrange interpolation, Newton iteration, sequential elimination method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:99.83kb
    • 提供者:张效
  1. towton

    0下载:
  2. 插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值。如果这特定函数是多项式,就称它为插值多项式。利用插值基函数很容易得到拉格朗日插值多项式,公式结构紧凑,在理论分析中甚为方便,但当插值节点增减时全部插值基函数均要随之变化,整个公式也将发生变化, 这在实际计算中是很不方便的,为了克服这一缺点,提出了牛顿插值。 -The Newton s FormThe Lagrange FormThe convent
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:692byte
    • 提供者:whr
  1. longge

    0下载:
  2. 插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值。如果这特定函数是多项式,就称它为插值多项式。利用插值基函数很容易得到拉格朗日插值多项式,公式结构紧凑,在理论分析中甚为方便,但当插值节点增减时全部插值基函数均要随之变化,整个公式也将发生变化, 这在实际计算中是很不方便的,为了克服这一缺点,提出了牛顿插值。 -The Newton s FormThe Lagrange FormThe convent
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:69.14kb
    • 提供者:whr
  1. 3

    0下载:
  2. 给定初始区间和精度要求,通过二次插值法求极值-Given interval, by quadratic interpolation method for the extreme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:614byte
    • 提供者:yuancaiyun
  1. MATLAB

    0下载:
  2. 几个基本的搜索最值的子函数 包括前进后退法 黄金分割法 二次插值法 三次插值法 -The value of a few basic search subroutine includes the most forward-back technique golden section method quadratic interpolation cubic interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.46kb
    • 提供者:ganlu
  1. quadratic-interpolation

    0下载:
  2. 二次插值法,又称抛物线法,本程序利用C语言实现二次插值法求解优化问题。-Quadratic interpolation, also known as a parabolic law, the program using C language quadratic interpolation method for solving optimization problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:371.18kb
    • 提供者:朱真真
  1. quadratic-interpolation

    0下载:
  2. 本程序运用黄金分割法和二次插值法来优化计算,附带源程序供大家学习。-This procedure uses the golden section method and the two interpolation method to optimize the calculation, with the source code for everyone to learn.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:55.01kb
    • 提供者:张天翼
« 12 »
搜珍网 www.dssz.com