搜索资源列表
gaussj
- 用fortran程序 编写的求一矩阵的逆矩阵的程序-using FORTRAN procedures for the preparation of a matrix inverse matrix procedures
sparse-matrix
- A Sparse Matrix implemented in Visual Studio memory based, using linked list
2
- 若矩阵Am?n中的某一元素A[i][j]是第i行中的最小值,同时又是第j列中的最大值,则称此元素为该矩阵的一个鞍点。假设以二维数组存放矩阵,试编写一个函数,确定鞍点在数组中的位置(若鞍点存在时),并分析该函数的时间复杂度。 -If the matrix Am? N of an element A [i] [j] is the minimum value of the i-th row, is also the maximum value of the j-th column in the,
trees
- 我自己做的无向图处理程序可生成最小生成树可遍历生成邻接矩阵邻接表-I do no generate a directed graph traversal process can generate a minimum spanning tree adjacency matrix adjacency list