搜索资源列表
Matrix-Algorithm
- 这个一个有关矩阵运算的程序,不错的,强力推荐!-this a matrix of the procedure, yes, strongly recommended!
fasttrans
- 键盘任意输入一个稀疏矩阵A(m*n),采用三元组存储方法求其转置矩阵B(n*m),并用快速转置算法实现该操作。-keyboard indiscriminate importation of a sparse matrix A (n * m), using triple storage switch for its own matrix B (n * m), and fast algorithm home to the operation.
matrix.rar
- 十个利用矩阵乘法解决的经典题目,由matrix67大牛所写,堪称经典。,10 the use of matrix multiplication to solve a classic topic, written by matrix67 Daniudi, classic.
revers-matrix.rar
- 一个朋友编的C语言通用广义逆矩阵求解算法,值得一看,A friend of mine made the C language universal generalized inverse matrix algorithm, see
algorithm
- C语言常用算法集合,包括底层编程,字符串处理,效验算法,逆阵、数学问题,问题算法-C language commonly used algorithm for the collection, including the underlying programming, string handling, well-tested algorithms, inverse matrix, a mathematical problem, the problem algorithm
matrix
- 有关数据结构稀疏矩阵的一个编程,写得不好请见谅-Sparse matrix of the data structure of a program, not well written, please forgive me
matrix
- 这是数据结构第五章的全部算法实现代码,对于学习数据结构的同学很有帮助-this is a code of data structure
matrix
- A program for two dynamic matrix multipliccation
Matrix
- 一个矩阵类 实现了矩阵的多种运算 希望对大家有帮助-A matrix class implements a variety of matrix operations we want to help
matrix_class_by_vc
- VC++环境下使用C++封装的矩阵类,包含矩阵的多种运算功能。-This is a matrix class developed with VC++, and it contains various operations of matrix.
shuanfa2
- 求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the di
MATRIX
- 二维矩阵创建类,矩阵转换功能齐全,可以直接运行。-Create a class of two-dimensional matrix, matrix conversion is complete, you can run directly.
Matrix
- 一个在数据量较大时效率较高的矩阵乘法实现,思想来源于《算法导论》-When a large amount of data more efficient implementation of matrix multiplication, thinking from " Introduction to Algorithms"
matrix-c
- 自己写的稀疏矩阵,使用十字链表实现,C语言编写。-Write a sparse matrix, the underlying data structure is Cross-List, using C program language.
temp
- C 数据结构 A*算法 图论 矩阵 最短路径算法-C data structure matrix A* algorithm for shortest path algorithms on graph theory
matrix
- 假设稀疏矩阵A和B均以三元组表作为存储结构,写出矩阵相加的算法,另设三元组表C存放结果矩阵。-Suppose sparse matrix A and B are triples as a storage structure of the table, write the sum matrix algorithm, a separate table triples storage of the results of C matrix.
Matrix-calculations
- 程序使用C语言构造了一个简单的十字链表,对于数据结构的学习很有帮助-Programs use C language construct a simple ten cable for data structure of the table, learning to have the help very much
magic-square-matrix-solution
- 求幻方矩阵。给定任何数字n,即可显示n*n的幻方矩阵。幻方矩阵是一个经典的问题。ACM程序设计大赛常考。此源码还包括算法的规律说明。-Find magic square matrix. Given any number n, you can display the magic square n* n matrix. Magic square matrices is a classical problem. ACM Programming Contest Chang examination. Th
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