-
duoxiangshi
计算方法程序:多项式拟合(Calculation procedure: Polynomial Fitting)
- 2008-05-01 14:42:31下载
- 积分:1
-
test1_1
说明: 研究舍入误差的例程,可以帮助初学计算方法的人。(Of rounding error in the routine that can help beginners who calculation.)
- 2011-04-11 23:55:26下载
- 积分:1
-
generation
遗传算法反演子程序,可用于地球物理非线性反演(The genetic algorithm inversion subroutine, can be used for nonlinear geophysical inversion)
- 2016-03-29 01:20:19下载
- 积分:1
-
Romberg
数值分析,即计算方法课程中的龙贝格算法源代码。(Numerical analysis, calculation of the Romberg algorithm source code in the methods courses.)
- 2012-05-30 22:54:48下载
- 积分:1
-
Adams-RK
经典R-K法,通过它可以计算一些简单的常微分方程的数值解(Classical RK method, which can be calculated by simple numerical solution of ordinary differential equations)
- 2010-12-30 14:09:37下载
- 积分:1
-
3
说明: 用刷选法求出100之内的素数。并输出数有多少个。(100 prime number is calculated by the method of selection. And the output count how many.)
- 2013-09-11 19:40:35下载
- 积分:1
-
PE
说明: 计算潜在蒸发,方法为彭曼法,需要气温、日照、风速等资料,具体详见程序界面(Pe calculation)
- 2011-12-02 11:51:02下载
- 积分:1
-
1.21b
分数阶滑模工具箱,可用于解决阶次比较低的时候(fractional order sliding mode )
- 2016-10-10 09:37:28下载
- 积分:1
-
vvuce
使用matlab实现智能预测控制算法,分数阶傅里叶变换计算方面,实现了图像的加水印,去噪,加噪声等功能。( Use matlab intelligent predictive control algorithm, Fractional Fourier transform computing, Realize image watermarking, de-noising, plus noise and other functions.)
- 2017-05-27 12:36:55下载
- 积分:1
-
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