实现多项式的基本运算和多项式的运算 功能基本强大
上传时间: 2014-01-17
上传用户:yiwen213
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
标签: Least-squares arbitrary Purpose Builder
上传时间: 2013-12-18
上传用户:宋桃子
1) 已知x=[1:15], y=[12 34 56 78 99 123 165 198 243 277 353 345 303 288 275], 用多项式进行拟合,给出拟合多项式,(所选拟合多项式阶数不同,拟合结果不同,请你选择适当的阶数进行拟合),并绘出原始数据点、拟合曲线和95%置信区间(confidence bounds)的图形 . 2) 根据下面数学模型建立仿真模型,并在一个示波器中把它们的波形仿真出来。
上传时间: 2016-04-16
上传用户:13681659100
用链表(单向链表或双向链表)实现 多项式之间的运算包括:多项式之间的加、减、乘、除*法等
上传时间: 2014-01-01
上传用户:h886166
vb调用matlab——多项式拟合 vb调用matlab——多项式拟合
上传时间: 2014-01-26
上传用户:3到15
十三个计算方法源程序,实现了拉格朗日插值多项式 牛顿插值多项式 自适应梯形公式 牛顿切线法 问题:求方程的根
上传时间: 2013-12-27
上传用户:xymbian
循环码的编码和译码算法。有两种编码器:K级和n-K级。配有译法算法。输入生成多项式或校验多项式,输入信息,就能得到编码输出。
上传时间: 2016-04-21
上传用户:xymbian
一个用链表求多项式的编码,我用c++语言写的一个单向链表
上传时间: 2014-01-19
上传用户:ywqaxiwang
完成简单的多项式计算 比较简单通俗易懂 c语言实现
上传时间: 2016-04-25
上传用户:lunshaomo
从文件读进2个不限制长度的多项式相加,输出结果
上传时间: 2016-04-25
上传用户:凌云御清风