搜索资源列表
Matrix-Algorithm
- 这个一个有关矩阵运算的程序,不错的,强力推荐!-this a matrix of the procedure, yes, strongly recommended!
Matrix
- 很好用的有关矩阵的各种操作,包括求逆,特征值,特征向量,svd分解等-good part of the matrix of various operations including inverse, eigenvalues, eigenvectors, svd decomposition, etc.
matrix.rar
- 十个利用矩阵乘法解决的经典题目,由matrix67大牛所写,堪称经典。,10 the use of matrix multiplication to solve a classic topic, written by matrix67 Daniudi, classic.
Figure-three-matrix
- 图的三种矩阵表示(包括构造无向图的关联矩阵和有向图的关联、邻接、可达矩阵)-Figure three matrix (including the associated undirected graph structure matrix and the associated directed graph, adjacency, reachability matrix)
revers-matrix.rar
- 一个朋友编的C语言通用广义逆矩阵求解算法,值得一看,A friend of mine made the C language universal generalized inverse matrix algorithm, see
Matrix-Inverse--source-code-_-1
- 矩阵求逆运算。fortran代码。供初学者参考-Matrix inversion. fortran code. Reference for beginners
Matrix-Inverse-_fortran-source-code
- 矩阵求逆运算。fortran代码。供初学者参考-Matrix inversion. fortran code. Reference for beginners
vector_metrix_multiplication(MPI)
- 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
matrix
- Matrix operations solution of AX=B Jordan and newton Methods
transfer
- 数据结构中的矩阵转换,适用于初学者的上机操作-Transfer the matrix data structure, for beginners to operate the machine
sparse
- sparce matrix implementataion
matrix
- 实现系数矩阵的转置。程序的母的主要是学习稀疏矩阵的存储和实现-The realization of the transpose matrix. Procedures for the parent to learn the sparse matrix storage and to achieve
create_graphic
- 图的建立,有多种的图可以选择,也可以选择图的遍历方法,里面的图的存储结构是以顶点数组和邻接矩阵的方式存储的。-Map-building, there are several plans to choose, you can choose to graph traversal method, which the storage structure of the plan is based on vertex adjacency matrix of the array and stored the.
matrix
- 有关数据结构稀疏矩阵的一个编程,写得不好请见谅-Sparse matrix of the data structure of a program, not well written, please forgive me
matrix
- 基本矩阵运算,供数据结构课程学习。或相关学科-Basic matrix operations for data structure course. Or related disciplines
mrankwin
- classify the objects in data matrix based on the attributes Criteria: minimize Euclidean distance between centroids and object points For more explanation of the algorithm-classify the objects in data matrix based on the attributes Cr
matrix
- matrix multiply and sum
matrix
- A program for two dynamic matrix multipliccation
Sparse matrix
- Represents a matrix without zeros
adjacency matrix to represent the graph
- (1)使用邻接矩阵表示图,定义相应的抽象数据类型。 (2)实现两个图ADTs的上述函数。 (3)从空图开始,生成图形对象表示图1所示的图形,将顶点和边逐一插入。 (4)以BFS方式遍历图。((1) Use adjacency matrix to represent graphs and define the corresponding abstract data type. (2) Realize all the above functions for the two graph AD