微积分的数值计算函数,包括: 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
1)对所有入校车辆进行登记,包括车辆信息的修改,删除,添加,停车时间,出车时间的更新等。
2)对所有固定车主的信息进行登记,并且分类,将本校教职工和校外个...
1)对所有入校车辆进行登记,包括车辆信息的修改,删除,添加,停车时间,出车时间的更新等。
2)对所有固定车主的信息进行登记,并且分类,将本校教职工和校外个人分开管理。
3)对非固定车辆进行停车登记,出车管理,以及计费。
4)对系统的管理员进行信息登记,包括系统信息的修改,删除和更新。
-1) for all vehicles registered to the school, including changes to vehicle information, delete, add, stop time, trip time updates. 2) for all fixed-owners to register the information, and classification, our staff will be managed separately from and outside individuals. 3) non-stop registration of vehicles, vehicle management, and billing. 4) the administrator of the system to register information, including system information changes, delete and update.
- 2022-10-28 15:05:03下载
- 积分:1