-
Workshop7
An example of using a matrix object in order to pass values and complete a function.
- 2015-12-10 23:32:02下载
- 积分:1
-
jacobi
雅可比迭代(过关法)计算实对称矩阵的特征值和特征向量(Jacobi iteration (immigration law) the calculation of Real Symmetric Matrix Eigenvalues and eigenvectors)
- 2020-08-03 17:08:34下载
- 积分:1
-
FEM-of-four-bar-truss-structures
四杆桁架结构的有限元分析程序,在VS2008软件中使用C++语言编写,输入为四杆桁架结构的节点坐标,材料参数,边界条件,输出为各节点的应力和应变。(Four-bar truss structure finite element analysis program, the use of C++ written in VS2008 software, input node coordinate the four-bar truss structure, material parameters, boundary conditions, the output of the stress and strain of each node.)
- 2015-06-22 10:03:42下载
- 积分:1
-
fft
对机械中的振动信号进行傅立叶变换,作出频谱图进行分析。(Fourier transform of the vibration signal)
- 2009-10-19 19:01:34下载
- 积分:1
-
Complex_operator_overloading
新建复数类进行复数运算,重载+、=+、*、/等运算符用于复数间的运算。(New complex class complex operation, overloading+ =+,*,/operator for computing the plural.)
- 2012-09-08 20:34:31下载
- 积分:1
-
cpp
说明: 你输入一个长方体的长和宽以及高,就可以输出他的面积(input height,width,length,output volume)
- 2010-04-11 21:19:10下载
- 积分: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
-
fit_line
//最小二乘法直线拟合
m_FoldList为关键点(x,y)的链表
拟合直线方程(Y=kX+b)
(//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b))
- 2005-08-24 04:40:23下载
- 积分:1
-
LBM-cylinder
用LBM结合非平衡外推方法实现的圆柱绕流,柱面边界以非平衡外推方法实现。(LBM combined with the extrapolation method of achieving non-equilibrium flow around a cylinder, cylinder boundary to achieve non-equilibrium extrapolation method.)
- 2021-04-02 14:19:07下载
- 积分:1
-
shannon
香农编码的C语言实现,VC++环境~~~~~~~~~~~~~~~~~~~~~~~~~(Shannon C-language coding, VC++ environment ~~~~~~~~~~~~~~~~~~~~~~~)
- 2010-05-27 11:01:01下载
- 积分:1