CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - parabolic interpolation

搜索资源列表

  1. InsertValue

    0下载:
  2. 本程序实现抛物线插值的功能,分等距和非等距两种情况,使用者可通过单选按钮选择。-parabolic interpolation functions, and non-equidistant points equidistant both cases, the users through radio button choices.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:66063
    • 提供者:颜为
  1. searching

    0下载:
  2. 共轭梯度法,使用牛顿法或者使用抛物线插值法。-conjugate gradient method, the use of Newton's law or the use of parabolic interpolation.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-15
    • 文件大小:1410
    • 提供者:jy
  1. shuzhijisuan.rar

    1下载:
  2. 数值计算方法的程序: 加速迭代 牛顿迭代 Gauss 杜里特尔分解法 克洛特 追赶法 平方根法 改进平方根法 雅可比迭代 高斯 赛德尔迭代 拉格朗日插值法 分段线性插值 分段抛物线插值,Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition method克洛特Ritter Duri law to catch up with the sq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:58173
    • 提供者:liuzhou
  1. line

    0下载:
  2. 线性插值算法与抛物线插值算法,可直接在单片机等系统中使用-Linear interpolation algorithm and parabolic interpolation algorithm can be directly used in the SCM and other systems
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:834
    • 提供者:PK
  1. solvingequation.rar

    0下载:
  2. 加步探索法,二分法,黄金分割法,抛物线插值法求解方程的演示,Plus step-by-step exploration of law, black-and-white, golden section method, the parabolic interpolation method for solving equations of presentation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1947
    • 提供者:猫儿
  1. One-dimensional-closed-Sofa

    1下载:
  2. 最优化一维收索法相关程序,其中有对分法,牛顿切线法,抛物线插值法,黄金分割法等,该程序用C语言编写!-One-dimensional optimization Sofa collection procedures, including on the sub-method, Newton tangent method, parabolic interpolation method, such as golden section method, the program using C languag
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:836522
    • 提供者:祝小龙
  1. optimizationinC

    0下载:
  2. 最优化算法C语言程序,包括Newon弦切法、单纯行法、抛物线插值法、最速下降法、Powell法-Optimization algorithm C Language Program, including String Newon cutting method, simple lines law, the parabolic interpolation method, steepest descent method, Powell method
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:6539
    • 提供者:xnkl
  1. fenduanpowu

    0下载:
  2. 分段抛物插值算法源程序--对学习数值计算是一个很好的资料-Sub-parabolic interpolation algorithm source code- on learning numerical calculation is a very good information
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:4393
    • 提供者:张旭
  1. YiYuanSanDianChaZhi

    0下载:
  2. 给定n个节点xi[i=0,1,...,n-1]上的函数值yi=f[xi],用抛物插值公式计算指定插值点t处的函数近似值z=f[t]-Given n nodes xi [i = 0,1 ,..., n-1] on the function values yi = f [xi], with parabolic interpolation formula specified interpolation points, t Department of function approximation of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1213
    • 提供者:罗坤
  1. in

    0下载:
  2. 给定N个结点xi(i-0,1,...,n-1)上的函数值yi=f(xi),用抛物插值公式计算指定点处的函数近似值-Given N nodes xi (i-0, 1 ,..., n-1) on the function value yi = f (xi), using parabolic interpolation formula specified point function approximation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2689
    • 提供者:chen
  1. lagrange_parabola

    0下载:
  2. 拉格朗日多项式插值函数和抛物线插值函数。用于对散点数据进行插值-Lagrange polynomial interpolation function and the parabolic interpolation function. Used to scatter data interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:515
    • 提供者:wuhuiliang
  1. cyuyanshishangbianchengbaili

    0下载:
  2. 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第三篇 系统调用 实例36 用C语言内嵌汇编语言实现
  3. 所属分类:source in ebook

    • 发布日期:2017-05-22
    • 文件大小:7130226
    • 提供者:qunniao
  1. Parabolic-interpolation-procedure

    0下载:
  2. Fortran编写的抛物线插值法程序Parabolic-interpolation-procedure.f90-Parabolic interpolation procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:924
    • 提供者:枫过留痕
  1. interParaSuce

    0下载:
  2. Successive parabolic interpolation is a technique for finding the extremum (minimum or maximum) of a continuous unimodal function by successively fitting parabolas (polynomials of degree two) to the function at three unique points, and at each iterat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1333
    • 提供者:Marcio
  1. 2degreeinter

    0下载:
  2. 最优化理论与方法课本算法matlab实现 二次插值法,包括抛物线插值和三点二次插值 具体使用方法详见程序说明-Optimization theory and methods of textbooks matlab algorithm to achieve quadratic interpolation, including the parabolic interpolation, and 3.2 times the specific use of interpolation method
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2509
    • 提供者:GPack
  1. cad

    0下载:
  2. 利用线性插值、抛物线插值实现应力系数的计算,并且可以通过选择来实现想要进行什么类型的插值。-Linear interpolation, parabolic interpolation calculation of the stress factor and can be achieved by choosing what type of interpolation you want.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:380199
    • 提供者:刘俊
  1. piecewiseP

    0下载:
  2. 使用Farrow結構,片段二階多項式內插法。此法在1993被Erup在其paper(Interpolation in Digital Modems-Part 2)中提出,是以二階多項式內插法達到三階多項式內插的效果。-piecewise parabolic interpolation algorithm using Farrow structure. This method was proposed by Erup in 1993 in his paper "Interpolation in D
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1820
    • 提供者:Chung-Hao Wu
  1. 1695281916

    0下载:
  2. matlab程序 黄金分割算法牛顿法 抛物线插值法-matlab program golden section algorithm parabolic interpolation method, Newton method
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:2213
    • 提供者:刘凤
  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
    • 文件大小:380084
    • 提供者:朱真真
  1. interpolation

    0下载:
  2. 编程实现单变元抛物线插值和双变元抛物线插值函数-Programming univariate and bivariate yuan parabolic interpolation parabolic interpolation function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1176
    • 提供者:
« 12 »
搜珍网 www.dssz.com