-
Kalman
卡尔曼滤波的C语言实现,可用于估测电池soc等(C language implementation of Calman filter)
- 2018-05-09 13:51:39下载
- 积分:1
-
FCTVOFMain
FCTVOF的主程序,其中FCTVOF是求解关于VOF值的运输方程的一种经典算法,可求出各时刻的各网格的VOF值,从而利用界面重构技术实现界面的重构。(FCTVOF main program, including FCTVOF is for solving the transport equation of VOF value a classic algorithm, can calculate the VOF value of each moment of each grid, so as to make use of the interface to refactor the technical implementation interface.
)
- 2021-01-19 22:08:42下载
- 积分:1
-
f77_gcc
PSCAD interface with C
- 2012-08-06 08:14:51下载
- 积分:1
-
FEM
说明: 该程序用有限元方法来处理标量亥姆赫兹方程,其实例是脊形介质波导中的光波。(The functino of the code is to slove Helmholtz equation by using finite element method (FEM). The example is an optical waveguide.)
- 2020-03-21 19:57:46下载
- 积分:1
-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
sgp4-master
说明: C++ SGP4 Satellite Library
- 2020-06-24 14:20:01下载
- 积分:1
-
BEMECHNEW
高等边界元法理论里面在求解弹性力学二维三维程序,(Advanced boundary element program)
- 2018-08-21 23:17:04下载
- 积分:1
-
NB
说明: 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间(Naive Bayes algorithm, in order to function the form of implementation, a morning flower time)
- 2009-03-23 23:02:56下载
- 积分:1
-
norton-power-law
牛顿幂率蠕变法则的一个子程序-是一个经典的、常用的蠕变法则,在众多领域广泛使用(Newtonian power law creep rate of a subroutine- is a classic, conventional creep law, are widely used in many fields)
- 2021-04-01 20:49:08下载
- 积分:1
-
sefer
C写的填充算法源码 算法可是在编程中可是非常重要的 大家可以参考一下这个代码,学习一下算法(C padding algorithm source code algorithm but in programming is very important, you can refer to this code, learn the algorithm)
- 2018-11-09 15:14:50下载
- 积分:1