文件名称:matrixcompress
介绍说明--下载内容均来自于网络,请自行研究使用
C语言实现矩阵压缩的小程序
掌握特殊矩阵通过压缩存储算法进行压缩存储的方法,并编程实现相关功能。
基本要求:
(1) 可以对对称矩阵、上三角矩阵、下三角矩阵、三对角矩阵进行压缩存储;
(2) 原始矩阵通过键盘输入,执行后输出压缩后的矩阵;
(3) 输入在原始矩阵中的位置,能够得出压缩后的位置;
(4) 原始矩阵的行列数从键盘输入。
-C language implementation of small programs to master matrix compression by compression and storage of special matrix storage method of compression algorithms, and programming-related functions. Basic requirements: (1) can be symmetric matrices, upper triangular matrix, lower triangular matrix, tridiagonal matrix, compression and storage (2) the original matrix of the keyboard input, output, after the implementation of the compressed matrix (3) input in the original matrix in the position to come to the compressed position (4), the ranks of the original matrix, the number of input from the keyboard.
掌握特殊矩阵通过压缩存储算法进行压缩存储的方法,并编程实现相关功能。
基本要求:
(1) 可以对对称矩阵、上三角矩阵、下三角矩阵、三对角矩阵进行压缩存储;
(2) 原始矩阵通过键盘输入,执行后输出压缩后的矩阵;
(3) 输入在原始矩阵中的位置,能够得出压缩后的位置;
(4) 原始矩阵的行列数从键盘输入。
-C language implementation of small programs to master matrix compression by compression and storage of special matrix storage method of compression algorithms, and programming-related functions. Basic requirements: (1) can be symmetric matrices, upper triangular matrix, lower triangular matrix, tridiagonal matrix, compression and storage (2) the original matrix of the keyboard input, output, after the implementation of the compressed matrix (3) input in the original matrix in the position to come to the compressed position (4), the ranks of the original matrix, the number of input from the keyboard.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
matrix compress.C