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

搜索资源列表

  1. guahaotest

    0下载:
  2. 学习C语言时,编写的一个多项式刮号检查程序 主要用栈实现的。-C language study, prepared by a polynomial scratching, the main inspection procedures Stack realized.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10748
    • 提供者:张亮
  1. chenggongduoxiang

    0下载:
  2. 这个算法可以很好的实现实现一元多项式的计算,包括其相加和相减,是用C语言编写的。-this algorithm can achieve very good achievement of one yuan polynomial, including its sum and subtract. using the C language.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1293
    • 提供者:
  1. Arthur

    0下载:
  2. 程序功能: 实现一元多项式的四则运算 ,用到的主要就是多现式的实现,除法实现起来是很复杂的。-procedures functions : achieving a polynomial of four operations is mainly used in the more - is the realization Apart from achieving up is very complex.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1969
    • 提供者:宋文强
  1. duoxiangshibianhuan

    0下载:
  2. 小波变换中的多项式变换的C++语言程序实现-wavelet transform the polynomial transform the C Programming Language
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4884
    • 提供者:wer
  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. Newton001

    0下载:
  2. Newton插值多项式,这里才用6组数据进行测试.每步详细记录计算过程-Newton interpolation polynomial, here only six sets of data used for testing. Detailed records of each step calculation process
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:47938
    • 提供者:XL
  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. 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. mulit

    0下载:
  2. 可进行多项式加,减,乘,乘方,积分,求导,等运算-polynomial can be, plus or minus, multiplication, involution, integral and derivative, etc. Operational
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:52862
    • 提供者:宋强
  1. Polynomial_src

    0下载:
  2. 多项式与常数和多项式之间的加减乘除等运算-polynomial with constant and the polynomial arithmetic operations such as
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:13071
    • 提供者:三三
  1. freqz_m

    0下载:
  2. 求取系统的绝对幅度响应、相对的db值幅度响应、相位响应和群延时响应的函数 % %db为相对振幅(dB) %mag为绝对振幅 %pha为相位响应 %grd为群延时 %w为频率样本点向量 %b为Ha(z)分子多项式系数(对FIR而言,b=h) %a为Hz(z)分母多项式系数(对FIR而言,a=1) %-strike rate system in response to the absolute and relative value range db respons
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:813
    • 提供者:吴江华
  1. EOM

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

    • 发布日期:2008-10-13
    • 文件大小:7783
    • 提供者:wangshen
  1. dir2cas

    1下载:
  2. 直接型到级联型的形式转换 % [b0,B,A]=dir2cas(b,a) %b 为直接型的分子多项式系数 %a 为直接型的分母多项式系数 %b0为增益系数 %B 为包含各bk的K乘3维实系数矩阵 %A 为包含各ak的K乘3维实系数矩阵 %-directly to the cascade-type conversion in the form of%% [belts, B, A] = dir2cas (b, a)% b-to direct the molecular p
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:904
    • 提供者:吴江华
  1. zouyaoxian

    0下载:
  2. 黄金分割法,二分法,Fibonacci法求多项式函数最值-Golden Section, dichotomy, the Fibonacci method for the value of a polynomial function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1416
    • 提供者:邹耀贤
  1. rs.bm

    2下载:
  2. 一个用c编的RS编码的程序,采用BERLEKAMP-MASSEY S 算法,输入m,以及信噪比,可得到生成多项式和误码率等。-with a series of RS coding procedures, using BERLEKAMP - MASSEY S algorithm input m, and the signal-to-noise ratio. available generating polynomial and the error rate.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:15851
    • 提供者:王智
  1. RBF++_1.2

    0下载:
  2. 径向基RBF多维空间插值算法,用于空间散乱点曲面重建,优于多项式插值-RBF RBF multidimensional spatial interpolation algorithm for space scattered surface reconstruction, better than polynomial interpolation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:127835
    • 提供者:王克东
  1. Oney+-

    0下载:
  2. 一元多项式加减程序 C 这是基在C下的数据结构算法-one yuan polynomial modified C-This is the C-based data structure algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3027
    • 提供者:chenguoren
  1. mathmatics_of_computer

    0下载:
  2. C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss - Seidel iterative method. cp
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2662
    • 提供者:鸿鹤
  1. Polynomial_SL

    0下载:
  2. 用C++写的一元稀疏多项式,具体内容见程序,在此就不多说明了,-C wrote one yuan sparse polynomial, of the specific details see proceeding, in not more than clear that,
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:347499
    • 提供者:
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com