搜索资源列表

  1. CalcMethodProj

    0下载:
  2. 实现牛顿插值1,牛顿插值2,拉格朗日插值和多项式求解,并绘出曲线。-interpolation to achieve a Newton, Newton interpolation 2, and the Lagrange polynomial interpolation solution and the drawing curves.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:80896
    • 提供者:朱小明
  1. GraphAlgorithms

    0下载:
  2. Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y=lagr1(x0,y0,x) n=length(x0) m=length(x) for i=1:m z=x(i) -Lagrange interpolation function lagr1 (x0, y0, x) Matlab source : lagr1 function y = (x0, y0, x) n =
  3. 所属分类:Static控件

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:李从
  1. 多项式最小二乘法

    0下载:
  2. 多项式最小二乘法 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-least squares polynomial interpolation three Moment Hangzhou polynomial interpolation polynomial least-squares meth
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:27648
    • 提供者:jasa
  1. C程序的插值

    0下载:
  2. 这是lagrange插值与Newton插值算法的源代码-Hangzhou interpolation and Newton interpolation algorithm source code
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:刘晓朱
  1. Lagrange_chchx

    0下载:
  2. 一个用于多点输入的lagrange型式多项式的插值程序,标注详细,易于理解-one more point for the importation of Hangzhou type polynomial interpolation procedures Tagging detailed, easy to understand
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:陈超雄
  1. lagelangri

    0下载:
  2. 实现 了 数值分析 课程 中得 几个 算法, 包括牛顿 插值, 拉格 朗日 插值算法 等 -achieve the numerical analysis courses in several algorithms, including Newton interpolation, Lagrange interpolation algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:wangning
  1. lag

    0下载:
  2. lagrange求插值算法,这是数值分析方面的一种求值方法-Hangzhou for interpolation algorithm, which is the numerical analysis evaluates a method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:346112
    • 提供者:d
  1. 3INSERT

    0下载:
  2. 三次样条插值算法和拉格朗日插值算法的实现。-cubic spline interpolation algorithm and Lagrange interpolation algorithm implementation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:chenjie
  1. EOM

    1下载:
  2. 拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程,使用极限微分求解导数(微分),微分方程组的N=4龙格库塔解法,雅可比爹迭代法解方程AX=B,最小二乘多项式拟合,组合辛普生公式求解积分,用三角分解法解方程AX=B-Lagrange interpolation polynomial fitting, polynomial interpolation Newton, Euler equations partial differe
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:wangshen
  1. legendre_gauss

    0下载:
  2. 此程序包含求任意点高斯积分节点和对应的Gauss的求解系数(同时也编写了Lagrange插值公式)-for this procedure include arbitrary point Gaussian integral node and the corresponding Gauss coefficient of the solution (also prepared Lagrange interpolation formula)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张俊杰
  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
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:xuyan
  1. howtosharesecret

    0下载:
  2. shamir的秘密分享机制的原文。秘密分享门限机制中,利用拉格朗日插值多项式来恢复。-shamir secret-sharing mechanism in the original language. Threshold secret sharing mechanism, the use of Lagrange polynomial interpolation to restore.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:184320
    • 提供者:黄海凌
  1. secretshare_VC++

    0下载:
  2. Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decid
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:1963008
    • 提供者:linvg
  1. secretshare_java

    0下载:
  2. Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-val
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:linvg
  1. InterFit

    0下载:
  2. 本程序是有关数学中常用的插值和拟合的问题,其中包括拉格朗日整体,拉格朗日局部,二点三次插值,可调点数插值,复杂多项插值, 一次曲线拟合,二次曲线拟合,三次曲线拟合,四次曲线拟合,五次曲线拟合。-this procedure is commonly used mathematical interpolation and fitting problems, including Lagrange overall, Local Lagran
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:126976
    • 提供者:冯鹏
  1. Lglrcz

    0下载:
  2. C++写的数值计算方法中的拉格朗日插值方法程序-C write numerical method of Lagrange interpolation methods and procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. PHR

    0下载:
  2. Lagrange乘子法 用于解约束最优化问题 -Lagrange multiplier method for the solution of unconstrained optimization problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:
  1. chazhisuanfa

    0下载:
  2. 已知f(xn)=yn ,n=0,1,2,…,N;求通过这N+1个节点{(xn,yn)| n=0,1,2,…,N }的插值函数Pn (x)。 设计出具体的程序,分别使用拉格朗日插值,牛顿插值和三次自然样条三种算法绘制出相应的插值曲线。用三条不同颜色的曲线来表示三种插值方法在一段区间内的插值函数。要求动态显示曲线绘制全过程。-Known f (xn) = yn, n = 0,1,2, ..., N seeking the passage
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:jack
  1. Lagrange

    0下载:
  2. 这是一个拉各朗日差值算法程序,在计算机上已经运行过了,好用的!-This is a pull on the margin of the Long algorithm procedures, has been running on the computer before, nice!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:boody
  1. Lagrange

    0下载:
  2. 自己编写的matlab程序 数值分析里的程序-I have written procedures for numerical analysis matlab s procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:吴俊
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org