-
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
-
TMSCalendar
TMS calendar pack for C++Bulder
- 2019-04-23 12:10:10下载
- 积分:1
-
Web服务器和浏览器的设计
网络编程中C++ Web服务器和浏览器的设计源代码,用于网络编程实验。(The design source code of C++ Web server and browser in network programming is used for network programming experiment.)
- 2019-01-08 21:12:52下载
- 积分:1
-
HideWnd
VC编写的隐藏桌面窗口程序的工具,可以方便快速的一键隐藏和显示指定的程序!(VC hiding desktop windows program written in the tools that can facilitate the quick hide and show a button with the specified procedure!)
- 2010-01-06 14:04:43下载
- 积分:1
-
一个月挑战C++电子书
说明: 一个月挑战C++电子书,有大量的例子学习。(There are a lot of C++ examples to learn.)
- 2020-06-21 00:20:01下载
- 积分:1
-
TD-SCDMABasebandsignalprocessing
考虑到TD-SCDMA多种业务信道,本程序可以完成多重业务信道的仿真。完整的程序,包括Turbo信道编解码,CRC生成,扰码,交织,误码率统计,扩频等,程序编写规范,注释非常详细,是研究tdscdma的好东西,也是学习数字信号处理的好材料。(the program can complete several operation.the complete process, including the turbo channel encoding and decoding, CRC,scrambler,interleaving, ber static,spreading etc. it is good for studing tdscdma,also for the study of digital signal processing.)
- 2021-03-22 10:39:17下载
- 积分:1
-
main
DS12B887,T6963C等芯片集成电路与程序,其中还有一个通信块,在下一个RAR文件中,请查(DS12B887, T6963C and procedures, such as integrated circuit chips, which also has a communications block, the next a RAR file, please check)
- 2009-06-30 16:10:31下载
- 积分:1
-
即系
即系
- 2013-06-11下载
- 积分:1
-
usb 毕业社设计
usb 毕业社设计、
usb 毕业社设计
usb 毕业社设计
usb 毕业社设计
- 2022-06-20 20:43:37下载
- 积分:1
-
glut
一个关于OpenGL的初学者代码,包含了漫游、简单碰撞检测,物体移动,旋转等功能,利用了纹理映射,显示列表等内容。(A beginner on OpenGL code, including roaming, simple collision detection, object moving, rotating, and other functions, including the use of texture mapping, display list and so on.)
- 2020-07-02 02:20:02下载
- 积分:1