CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Lagrange

搜索资源列表

  1. Lagrange 插值法

    0下载:
  2. 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-inside the numerical method used to solve the Hangzhou linear interpolation algorithm equation can be used to solution of linear equations Exercises
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14802
    • 提供者:姚天伟
  1. lagrange-C

    0下载:
  2. * 用拉格朗日插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -* Use Lagrange interpolation method based on N-known data points even function * Input : n -- known data poi
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2754
    • 提供者:xuyan
  1. Lagrange

    0下载:
  2. lagrange插值方法的c++源码,通过测试
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1870
    • 提供者:zhaoge
  1. cz

    0下载:
  2. 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值-1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval method 5. Interpolating polynomial 6. Dual Lagrange in
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:4667
    • 提供者:wzz
  1. shuzhifenxi

    0下载:
  2. 相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为: 其中,Lagrange插值基函数 ,k=0,1,…,n。 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 100 110 120 y 5 1 7.5 3 4.5 8.8 15.5 6.5 -5 -10 -2 4.5 7 试验要求:利用Lagrange插值多项式 求被插值函数f(x)在点x=65处的近似值。建议:画出Lagrange插值多项
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:909
    • 提供者:张涛
  1. lagrange

    0下载:
  2. N次拉格朗日向前插值计算公式通用程序及流程图-N times forward Lagrange interpolation formula for calculating general procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6589
    • 提供者:kelly
  1. Lagrange

    0下载:
  2. 计算方法小程序,用拉格朗日方法,附有计算数据-Calculation of small procedures, using Lagrangian methods, with calculations
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:10196
    • 提供者:董欣
  1. lagrange

    0下载:
  2. 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:1021
    • 提供者:link
  1. Lagrange

    0下载:
  2. Dynamic realization of the Lagrange interpolation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2202
    • 提供者:张阿布
  1. lagrange

    0下载:
  2. 这是一个实现拉格朗日插值的数学程序,也很经典。-This is a mathematical realization of Lagrange interpolation process is also very classic.
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:710
    • 提供者:清风
  1. Lagrange

    0下载:
  2. lagrange interpolation numerique
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:922
    • 提供者:gg
  1. Lagrange-20091004

    0下载:
  2. Lagrange configurator for python (beta) lagrange 小程式,请參考-The current version of Lagrange requires that Python is already installed on your computer. It also requires two Python libraries: scipy and numpy. On Windows, install packages that match you
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:41515
    • 提供者:bor
  1. lagrange-multiplier

    0下载:
  2. Larange Multipliers-Larange Multipliers...........
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:107646
    • 提供者:moon
  1. Lagrange-interpolation-in-C

    0下载:
  2. C语言编程实现拉格朗日插值,供大家学习。-Lagrange interpolation in C programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:10301
    • 提供者:yuenali
  1. lagrange

    0下载:
  2. Lagrange Interpolation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:20864
    • 提供者:lagrange
  1. Lagrange

    0下载:
  2. 拉格朗日插值,主要用于数值计算,有插值结果和余值估计等内容,主要适合于学习c#和想通过c#语言来实现数值计算程序编写的同学-Lagrange interpolation
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:53495
    • 提供者:
  1. lagrange

    0下载:
  2. 实现拉格朗日插值的小程序,比较简单,但是结构清晰,易懂-a source code of the lagrange interpolation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:521
    • 提供者:yanzc
  1. lagrange

    0下载:
  2. 求解约束最优化问题,一种途径是在可行域内寻找使目标函数值下降的迭代点列,但是这类方法对于带非线性约束的最优化问题求解效果一般都不理想。因此我们利用另一种途径,即利用问题的目标函数和约束函数构造新的目标函数——罚函数,把约束最优化问题转化为相应的罚函数的无约束最优化问题来求解实际问题。-lagrange constraint multiplier method for the minimum
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2157
    • 提供者:王喜
  1. Lagrange

    0下载:
  2. 数值方法中拉格朗日插值法用C++语言编写-Numerical Methods in Lagrange interpolation
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:798
    • 提供者:石梅
  1. Lagrange

    0下载:
  2. This program can implements and calculates the Lagrange function in C-This program can implements and calculates the Lagrange function in C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:799
    • 提供者:hsn
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com