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

搜索资源列表

  1. interpolation

    0下载:
  2. 拉格朗日插值法应用,对学习拉格朗日插值有很好的借鉴作用。-Lagrange interpolation method applied to the study and Lagrange interpolation good for reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:207159
    • 提供者:longtao
  1. InterpolacjaL

    0下载:
  2. Implementation of Lagrange a interpolation in c#
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:20629
    • 提供者:lpu
  1. 19

    0下载:
  2. 怎样用MATLAB编程语言实现拉格朗日插值算法-How to use MATLAB programming language Lagrange interpolation algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:814
    • 提供者:李帅
  1. Datafitting

    1下载:
  2. 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:20547
    • 提供者:温娟
  1. ch8soft

    0下载:
  2. 牛顿和拉格朗日求解微分方程的数值程序,是计算中常用的Fortran语句。-Newton and Lagrange numerical procedure for solving differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1908
    • 提供者:James
  1. clanguage

    0下载:
  2. 数学分析中常见问题的C代码实现,例如拉格朗日插值问题,高斯-Mathematical analysis of C code to achieve common problems, such as Lagrange interpolation, Gaussian
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:16972
    • 提供者:wuxin
  1. TheLagrangeandNewtoninterpolation

    0下载:
  2. 有关拉格朗日和牛顿插值的算法描述及MATLAB编程实现-The Lagrange and Newton interpolation algorithm descr iption and MATLAB programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:57492
    • 提供者:黄梅
  1. Lagrange

    0下载:
  2. 这是大学数值分析的实验——拉格朗日算法的源码,帮助大家学习和掌握拉格朗日算法!-This is the University analysis of the experiment- Lagrangian the source, to help you learn and master the Lagrangian!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:148114
    • 提供者:
  1. the-codes-of-C-about-important-algorithms

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:7623
    • 提供者:jhy
  1. titanium

    0下载:
  2. VC Support Vector Classification Usage: [nsv alpha bias] = svc(X,Y,ker,C) Parameters: X - Training inputs Y - Training targets ker - kernel function C - upper bound (non-separable case) nsv - number of support vectors alpha -
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:706
    • 提供者:bahman
  1. L

    0下载:
  2. 拉格朗日插值法模拟函数值 未求解误差 -Lagrange interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:239741
    • 提供者:张小术
  1. chazhi

    0下载:
  2. 本代码是lagrange插值算法、牛顿插值算法和等距节点牛顿插值算法的MATLAB程序,代码有详细的注释,可以直接调用-This code is lagrange interpolation, Newton interpolation algorithm and the Newton interpolation algorithm equidistant nodes MATLAB program code with detailed notes, you can directly call
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1534
    • 提供者:huanghf
  1. number

    0下载:
  2. 牛顿插值,拉格朗日插值,还有方程根的计算,还有求矩阵特征值的malab代码-Newton interpolation, Lagrange interpolation, there is the root of the calculation equation, there is a matrix eigenvalue malab code
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:39603
    • 提供者:cool
  1. shuzhifenxishiyan

    0下载:
  2. 包括欧拉 拉格朗日 龙贝格 三次样条函数 牛顿下山法等数值分析实验课算法.-Including the Euler-Lagrange Romberg cubic spline function method and other numerical analysis Newton descent algorithm for experimental course.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10897
    • 提供者:avina_chou
  1. ad

    0下载:
  2. C2:插值 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-C2: 1 Lagrange interpolation interpolation (PO
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:32078
    • 提供者:王斌
  1. chazhi

    0下载:
  2. 在数值分析中,拉格朗日插值是最简单的一种插值方法。本例就是一个简单的拉格朗日插值的matlab实现。-In the numerical analysis, the Lagrange interpolation is the simplest interpolation method. This example is a simple Lagrange interpolation matlab implementation.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:805
    • 提供者:yanmei
  1. Lagrange_gui

    0下载:
  2. Lagrange插值多项式求线性方程组,数值分析考试用-Lagrange polynomial interpolation of linear equations, numerical analysis examinations
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2992
    • 提供者:li
  1. matlab

    0下载:
  2. 数值分析计算实习题.牛顿插值.拉格朗日插值.三次样条.-Practical numerical analysis problems. Newton interpolation. Lagrange interpolation. Cubic spline.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2510
    • 提供者:YipingMa
  1. Lagranges

    0下载:
  2. 计算方法n次Lagrange插值多项式算法的matlab程序,含实验报告,里面有详细的设计过程-Calculation of n-Lagrange interpolation polynomial algorithm matlab procedures, including lab reports, which detail the design process
  3. 所属分类:matlab

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

    0下载:
  2. Python:Inverse quadratic interpolation for root of a function-Python: Inverse quadratic interpolation for root of a function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:898
    • 提供者:bor
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 48 »
搜珍网 www.dssz.com