微积分的数值计算函数,包括: double composite_simpson(double(*f)(double),double a,double b,int...
微积分的数值计算函数,包括: double composite_simpson(double(*f)(double),double a,double b,int n) double romberg(double(*f)(double),double a,double b,double eps,int max_it) double gauss_legendre(double(*f)(double),double a,double b) double central_difference(double(*f)(double),double a, double h,double eps, int max_it) double runge_kuta(double(*f)(double,double),double x[],double y[],double h,int n) double proved_euler(double(*f)(double,double),double x[],double y[],double h,int n) double adams(double(*f)(double,double),double x[], double y[],double h,int n) double montecar(double(*f)(double),double a,double b,double ub,double eps,int k,int n) float uniform_random()-calculus numerical calculation functions, including : double composite_simpson (double (* f) (double), a double, double b, int n) double Romberg (double (* f) (double), a double, double b, double eps, int max_it) double gauss_legendre (double (* f) (double), a double, double b) double central_difference (double (* f) (double), a d
- 2022-10-24 10:40:02下载
- 积分:1
The files in this directory are the source code for all examples in D.R. Musser,
The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).-The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).
- 2022-03-03 20:32:39下载
- 积分:1