-
Second-Order-Runge-Kutta-Code
二阶微分方程组,采用龙格库塔法求解,将二阶降为一阶之后在求解。(Second-order differential equations, using the Runge-Kutta method to solve the second-order reduced to an order after solving.)
- 2020-09-22 17:07:50下载
- 积分:1
-
av_max
fluent udf 壁面热流通量随时间的变化。
调用fluent udf 里面的宏运算。(fluent udf wall heat flux changes with time. Call fluent udf inside the macro operator.)
- 2020-12-28 16:39:01下载
- 积分:1
-
WeiXingxinglijisuan
CSharp用于卫星广播星历计算和精密星历计算(Used for satellite radio star calendar calculation and precision star calendar calculation)
- 2012-06-25 10:50:14下载
- 积分:1
-
Variogram_regress
matlab环境下,克里金插值中用回归方法和线性方法拟合出的球状模型的系数。(Kriging the spherical model coefficients using regression fitting in matlab.)
- 2012-11-28 13:00:31下载
- 积分:1
-
matlab
一个利用共轭梯度法的正则化实例: 通过输入矩阵的维数,利用共轭梯度法的原理,进行正则化计算;Morozov偏差原理(A conjugate gradient method using the regularization Example: Enter the dimensions of the matrix, using the principle of conjugate gradient method for regularization calculation)
- 2013-07-23 08:42:47下载
- 积分:1
-
MK
说明: 基于matlab程序的m-k检验方法计算,只要成matlab导入需计算的数据能方便完成m-k检验(Into matlab import the calculated data can facilitate the completion of the test methods based on the the matlab program' s mk mk inspection)
- 2013-03-11 09:28:45下载
- 积分:1
-
MGS
本程序是用MGS正交化方法求方程组的最小二乘解的程序(This program is the program of MGS orthogonalization method and the least squares solution of equations)
- 2012-03-26 15:26:16下载
- 积分:1
-
dandaoxianpincha
很好用的单导线平差,具有单线的计算能力
可以已知两点或者方位角开始计算(Very good adjustment with a single wire, with one-way computing power can be known to start two or azimuth)
- 2009-05-17 14:43:31下载
- 积分:1
-
WRForce
使用车轨空间耦合系统计算出的60km/h的轮轨力时程数据(Wheel-rail force of speed 60km/h )
- 2020-09-16 20:17:54下载
- 积分: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