-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
matlabaavc
MATLAB与VC_混合编程实现一维小波多尺度分解_汉泽西.pdf用于电网故障检测(VC_ MATLAB mixed programming with one-dimensional wavelet multiscale decomposition _ Hanze Xi. Pdf for grid fault detection)
- 2013-09-04 20:29:39下载
- 积分:1
-
at30tse75x
AT30TSE75X 带有eeprom温度传感器驱动 (AT30TSE75X driver)
- 2021-04-27 15:28:45下载
- 积分:1
-
USP10
说明: DLL POUR IMPRESSION FASTREPORT
- 2019-04-26 17:35:25下载
- 积分:1
-
99728371ipaint
BCB 矢量绘图程序,具备 点、线、圆、文字 等基本图形,支持 复制、粘贴、等距排列等多种操作,图元的组合、拆分等已开发,放缩、存储等未完善,希望对广大BCB工作者有所帮助!(BCB vector drawing program, with points, lines, circles, text, and other basic graphics, support copy, paste, equally spaced and other operations, the combination of elements, split, etc. have been developed, zoom, storage, etc. are not perfect, I hope the majority of workers in BCB help!)
- 2021-01-06 21:28:54下载
- 积分:1
-
热血江湖C#登录网关源码
资源描述热血江湖C#登录网关源码热血江湖C#登录网关源码
- 2022-06-01 22:47:19下载
- 积分:1
-
ds18b20
DS18B20 Driver for STC12C5410AD
- 2013-03-17 17:38:45下载
- 积分:1
-
SCME
C语言和matlab语言混编的 3GPP里的LTE信道模型SCME,压缩包内含代码和说明文档(C and MATLAB implementation
of the 3GPP Spatial Channel Model Extended (SCME))
- 2010-06-13 13:53:39下载
- 积分:1
-
PPC 上 播放声音的一些测试使用,包括并发播放声音,窗口切换出去后暂停声音等(适合做游戏),附带PPC窗口旋转的示例...
PPC 上 播放声音的一些测试使用,包括并发播放声音,窗口切换出去后暂停声音等(适合做游戏),附带PPC窗口旋转的示例
- 2022-05-17 00:05:10下载
- 积分:1
-
Debug
仅供学习这个是C语言二级考试中有难度的题(For study only. This is a difficult question in the C Language Level 2 Examination.)
- 2020-06-24 19:00:01下载
- 积分:1