搜索资源列表
ju
- 一个CURE聚类算法 应用了K中心点算法 采用空间坐标聚集 -a clustering algorithm is applied to the K-center space coordinates is used to gather
ju--zhen-xaing--jia
- 矩阵相加 对于初学者非常有用 Dim irow As Integer Dim icol As Integer Dim iA(3, 2) As Integer Dim iB(3, 2) As Integer Dim iC(3, 2) As Integer Dim rand = New Random(CInt(Date.Now.Ticks And Integer.MaxValue)) For irow = 0 To 3 For icol = 0 To 2
ju
- 特征值分解(B级) 功能要求: a) 输入一个对称正方矩阵A,从文本文件读入; b) 对矩阵A进行特征值分解,将分解结果:即U矩阵、S对角矩阵输出至文本文件; c) 将最小特征值对应的特征向量并输出至文本文件; d) 验证其分解结果是否正确。 说明:矩阵特征值分解被广泛运用于土木工程问题的数值计算中,如可用于计算结构自振频率与自振周期、结构特征值屈曲问题等-Eigenvalue Decomposition (B grade) Functional requiremen