-
Calculator2
这是一个小型计算器,功能强大,用户输入想要计算的数据,即可自行计算出结果。(This is a program about calculator,and it is very userful.)
- 2012-10-08 10:21:39下载
- 积分:1
-
zuiyouhuasuanfa
包括牛顿法,阻尼牛顿法,变尺度算法,最速下降法的优化算法程序。(Newton' s method, damped Newton method, variable metric algorithm, the steepest descent method optimization algorithm.)
- 2013-03-24 15:51:53下载
- 积分:1
-
DCD
DCD差分格式求解激波在刚性楔面上反射问题(DCD difference scheme for solving the shock wave in a rigid wedge surface reflection)
- 2012-08-22 14:16:03下载
- 积分:1
-
tochnog-Masin
TOCHNOG PROFESSIONAL,有限元开源源程序。c++语言(TOCHNOG PROFESSIONAL, finite element open source. c++ language)
- 2021-04-03 09:59:06下载
- 积分: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
-
Gauss_Seidel
数值分析中的高斯——塞德尔迭代算法的的C语言实现(Numerical Analysis of Gauss- Seidel iterative algorithm of the C language)
- 2009-05-17 12:50:19下载
- 积分:1
-
migration(FKaPS)
F-K域偏移法和相移法偏移程序(C语言)(FK domain migration method and the phase- shift method migration program (C language))
- 2021-04-06 20:59:02下载
- 积分:1
-
vc
说明: 这是高斯列主元消去法的完整程序,可以求解线性方程组(This is the Gaussian elimination method PCA out a complete program, you can solve the linear equations)
- 2014-10-25 18:45:15下载
- 积分:1
-
test
随机数的产生,枚举嵌套算法求解一元多次方程。按批量处理。(The generation of random Numbers, nested enumeration algorithm monadic equation according to the batch processing for many times)
- 2013-05-18 08:42:15下载
- 积分: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