-
71001
基于全相位谱分析的相位差频谱校正法,结合了全相位FFT与传统FFT谱分析法。(Phase Difference Correcting Spectrum Method)
- 2009-05-19 21:40:09下载
- 积分:1
-
禁忌算法 C++
禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
- 2018-04-13 09:03:34下载
- 积分:1
-
free-cfd-1.0.1
一个通用的CFD求解器,代码结构清楚,简洁,适用于开发自己的CFD程序。(A general of CFD solver, the code structure is clear, concise, applicable to the development of the CFD program.)
- 2020-10-08 00:07:38下载
- 积分: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
-
ta-ansys
这是一段杆塔建模的命令流,可用于ansys有限元分析(This is a tower of order flow modeling, finite element analysis can be used to ansys)
- 2021-04-20 16:58:50下载
- 积分:1
-
water-quality-model
水质模型,用于计算河流下游及河口水环境容量(use for water quality)
- 2016-01-22 16:34:35下载
- 积分:1
-
fajri
music高阶谱分析算法,IDW距离反比加权方法,BP神经网络用于函数拟合与模式识别。( music higher order spectral analysis algorithm, IDW inverse distance weighting method, BP neural network function fitting and pattern recognition.)
- 2017-05-23 02:04:12下载
- 积分:1
-
eigen
求实对称矩阵的特征值特征向量,内有读入数据文件。(Realistic symmetric matrix eigenvalue eigenvector, there are read into the data file.)
- 2013-06-01 16:03:07下载
- 积分:1
-
projection
CT迭代重建算法中3维投影矩阵的生成算法,该算法对学习计算机断层层析成像很有帮助。(CT image reconstruction projection ,3D)
- 2012-10-26 23:46:42下载
- 积分:1
-
edger12dlocalbasis
通过C++头文件实现的有限元形状函数计算程序(finite element shape function)
- 2012-11-15 15:02:29下载
- 积分:1