Finds the polynomial p10 of degree less than or equal to 10 that interpolates cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee between the function and the polynomial at 41 equally spaced points over the same interval. Repeat the latter but use your 11 points to be Chebyshevs.
标签: interpolates polynomial the interval
上传时间: 2015-04-06
上传用户:hakim
/** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/
上传时间: 2015-04-09
上传用户:我干你啊
利用89C2051实现模数转换的一种方法源程序,该程序使用C51语言编写,可以用于MCS8051单片机
上传时间: 2014-11-28
上传用户:chenjjer
B/S的教育部群组管理 JSP页面 可以参考
上传时间: 2014-12-05
上传用户:gyq
随机性发生器、冒泡分类和混洗一组12张牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle with a randomizer without having the same card appear two-or-more times.
标签: Demonstrates bubble-sort randomizer array
上传时间: 2014-01-16
上传用户:zhanditian
这是一组能够使RF9E5实现无线通讯的一个初始化程序,虽然比较简单,但是很使用
上传时间: 2015-04-12
上传用户:jhksyghr
现代谱估计用莱文森-德宾(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形参说明: r:双精度实型一维数组,存放Yule-Walker方程的元素r(0),r(1),...r(p)。 p:AR模型阶数。 a:AR模型系数a(0),a(1),...a(p)。 v:预测误差功率
标签: Levinson-Durbin Yule-Walker 谱估计 算法
上传时间: 2014-01-26
上传用户:ippler8
求模极大值的程序MATLIB源码,可以用此方法来判断时间序列的奇异点,并根据它来恢复信号.
上传时间: 2014-01-15
上传用户:541657925
用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法
上传时间: 2015-04-13
上传用户:ztj182002
支持IPv4和IPv6的组播环境中的ping实现,环境为NetBSD和FreeBSD
上传时间: 2013-12-28
上传用户:ippler8