-
Least-Squre
最小二乘法拟合曲线C++代码,任意的M个数据,任意的次数N(N不易太高)。输出拟合曲线的表达式(Least Squre For ...)
- 2012-04-06 10:03:38下载
- 积分:1
-
Aximn
说明: fortran弹塑性分析程序,很有用的啊!(fortran plastic analysis program, very useful)
- 2021-04-15 19:48:54下载
- 积分:1
-
UDFlizi
基于FLUENT软件的一些常用UDF实例,比较有帮助(udf example)
- 2015-10-20 15:56:14下载
- 积分:1
-
fdtd_2D_TE_PML
fdtd的2d算法,pml边界条件,二维TE波(fdtd the 2d algorithm, pml boundary conditions, 2D TE wave)
- 2007-02-02 16:43:27下载
- 积分:1
-
q
说明: 实现基2时域频域抽取fft算法,可输出运算后所得复序列的模值序列,并可记录显示计算所用时间(Achieve base 2 fft algorithm frequency domain extraction can be obtained after computing the output sequence of modulus of complex sequences can be used in the calculation time, records show)
- 2010-05-29 10:45:27下载
- 积分:1
-
禁忌算法 C++
禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
- 2018-04-13 09:03:34下载
- 积分: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
-
n-s-equation
一维的N_S方程的求解程序,是计算流体力学的算例(the N_S equation of one dimension .)
- 2012-04-09 15:32:13下载
- 积分:1
-
lbm2d
基于D2Q9模型的LBM程序,用于计算方腔驱动流,对应何亚玲《格子Boltzmann方法的理论及应用》一书的源码(LBM D2Q9 model-based program used to calculate the square cavity driven flow, which corresponds He Yaling " Lattice Boltzmann Method Theory and Applications," a source book)
- 2021-03-12 21:19:24下载
- 积分:1
-
jacobi
雅可比迭代(过关法)计算实对称矩阵的特征值和特征向量(Jacobi iteration (immigration law) the calculation of Real Symmetric Matrix Eigenvalues and eigenvectors)
- 2020-08-03 17:08:34下载
- 积分:1