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

搜索资源列表

  1. curvefit_C_edition

    1下载:
  2. c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok。-c language version of the polynomial curve fitting. Using least-squares met
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1047
    • 提供者:welldo
  1. 2x

    0下载:
  2. 利用最小二乘法进行曲线的拟合,这是用多项式拟合曲线的源码!-using the least-squares method of curve fitting, which is the polynomial curve fitting source!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:gsx
  1. polyfit

    1下载:
  2. 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4131
    • 提供者:石林
  1. Correlation1

    0下载:
  2. //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------ 拟合多项式的阶数(已知条件) // double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件) // double *x--- 结点x轴数据(已知条件) // double *y--- 结点y轴数据(已知条件) // double
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1073
    • 提供者:石林
  1. Correlation2

    0下载:
  2. //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------拟合多项式的项数(已知条件) // double *b---拟合曲线的系数,按升次排列(已知条件) // double *x---结点x轴数据(已知条件) // double *y---结点y轴数据(已知条件) // double *Yg--结点估计值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1114
    • 提供者:石林
  1. PolyFitSingle

    0下载:
  2. //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // int m -------- 拟合多项式的项数,即拟合多项式的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1373
    • 提供者:石林
  1. dfffff

    0下载:
  2. 多项式乘多项式\\乘多项式 \\乘多项式乘\\多项式乘法-polynomial x \\ x polynomial x \\ x polynomial x \\ polynomial multiplication
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:边强
  1. srir

    0下载:
  2. 最小二乘法——一般多项式拟合曲线,并以x-eexp(-x) 0<=x<=2 ,为例进行拟合-Least square method- general polynomial fitting curve, and x-eexp (-x) 0 < = x < = 2, as an example, fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1045
    • 提供者:953427
  1. polynomialfitting

    0下载:
  2. 最小二乘法解多项式拟合问题的fortran编写的源程序 -Least squares polynomial fitting problem solution prepared fortran source
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:976
    • 提供者:wxw
  1. main

    0下载:
  2. 用FFT(快速傅里叶变换)做的多项式乘法 源码内有详细注释-With the FFT (Fast Fourier Transform) to do polynomial multiplication in detail within source code comments
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1775
    • 提供者:gh
  1. multiply

    0下载:
  2. 多项式乘法,可以完成任意次数多项式相乘~ 我们的数据结构课作业-multiply
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:27360
    • 提供者:MengXiao
  1. FFT

    0下载:
  2. 运用FFT计算多项式乘法:输入为两个多项式系数,输出为多项式乘积的系数。-Calculated using FFT polynomial multiplication: polynomial coefficients for both input and output coefficients of the polynomial product.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2038
    • 提供者:李肖恩
  1. a-new-Least-squares-fitting-method

    1下载:
  2. 本程序是基于非等距节点的正交多项式的最小二乘法拟合算法,该算法已经在vc++6.0下调试通过,经多次验证,本算法的拟合误差较小。-This procedure is based on equidistant nodes of non-orthogonal polynomial least squares fit algorithm, which has been in vc++6.0 through debugging, after repeated verification, the algo
  3. 所属分类:Algorithm

    • 发布日期:2015-07-22
    • 文件大小:1024
    • 提供者:张科
  1. poly-data

    0下载:
  2. 多项式乘法两个一维数组,按照次数从高到低存储两个多项式的系数,定义一维数组来存储结果;利用函数来完成对结果多项式各项系数的计算-The multiplication of polynomials two e-dimensional arrays, from high to low save two multinomials according to the number of times the coefficients, the definition e-dimensional array s
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4676
    • 提供者:杨雪艳
  1. fourior-algorithm-for-polynomial

    0下载:
  2. 快速傅立叶变换来解决多项式乘法(包括大整数乘法)等操作。-Fast Fourier transform to solve the polynomial multiplication (including large integer multiplication) and other operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1804
    • 提供者:julaiti
  1. Polynominal

    0下载:
  2. 一个实现多项式乘法的C++源程序,含源程序说明文档,易于理解。-An implementation of polynomial multiplication in C++ source code, including documentation, easy to understand.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:25894
    • 提供者:常泽川
  1. FFT

    0下载:
  2. 多项式乘法快速算法FFT (C语言). nlogn复杂-FFT implementation using C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1185
    • 提供者:王博文
  1. dtrend

    0下载:
  2. 数字信号预处理,最小二乘法消除多项式趋势项(Elimination of polynomial trend term by least square method)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:3603456
    • 提供者:LLY1958
  1. fft

    0下载:
  2. C语言实现fft算法,并使用fft算法实现多项式乘法(C language to achieve FFT algorithm, and use FFT algorithm to achieve polynomial multiplication.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:望缺
  1. LeastSquareDetail

    1下载:
  2. 非线性阶多项式最小二乘法拟合,逼近数据的临近之(Nonlinear polynomial least squares fitting)
  3. 所属分类:数学计算

    • 发布日期:2019-08-19
    • 文件大小:215040
    • 提供者:天空558
« 12 3 4 »
搜珍网 www.dssz.com