-
题目:实现一个能进行稀疏矩阵基本运算的运算器。
以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表...
题目:实现一个能进行稀疏矩阵基本运算的运算器。
以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵以阵列形式列出。
1、 生成如下两个稀疏矩阵的三元组a和b:
1 0 3 0 3 0 0 0
0 1 0 0 0 4 0 0
0 0 1 0 0 0 1 0
0 0 1 1 0 0 0 2
2、输出a+b的三元组
3、输出a*b的三元组
-Topic: can realize a sparse matrix basic calculator operations. To
- 2022-02-02 04:00:25下载
- 积分:1
-
关于哈夫曼编码的C程序 自动统计并编码,同时实现了文件的读取,和良好的C环境下输入输出健壮性...
关于哈夫曼编码的C程序 自动统计并编码,同时实现了文件的读取,和良好的C环境下输入输出健壮性-Huffman coding on the C statistics and automatically encoding, while achieving the document read, and good input and output C environment robustness
- 2022-01-22 01:23:47下载
- 积分:1
-
数据结构:队列程序
数据结构:队列程序-data structure : queue procedures
- 2022-08-25 11:06:13下载
- 积分:1
-
数据结构的代码演示程序,利用栈的原理,将级数fact递归问题的执行过程以直观的形式演示出来。...
数据结构的代码演示程序,利用栈的原理,将级数fact递归问题的执行过程以直观的形式演示出来。-data structure code demo program using the stack principle, Recursive series fact of the implementation process in the form of visual presentation out.
- 2022-01-21 04:58:21下载
- 积分:1
-
这是继一之后的第2个管理信息系统的案例 很不错的 大家来看看吧...
这是继一之后的第2个管理信息系统的案例 很不错的 大家来看看吧 -This is the second one after the first two MIS very good case we view Look here
- 2022-01-25 21:12:55下载
- 积分:1
-
个人所得简税计算与作表软件,适合一月多发情况
个人所得简税计算与作表软件,适合一月多发情况-Brief personal income tax calculation for the table with the software, for January-prone situations
- 2022-01-26 05:44:38下载
- 积分:1
-
我学习数据结构后的产品,个人认为非常全面,链表,树,图等都有源代码。...
我学习数据结构后的产品,个人认为非常全面,链表,树,图等都有源代码。-I study the data structure of the product, personally think that is very comprehensive, linked list, tree, map all source code.
- 2022-07-03 14:07:00下载
- 积分:1
-
数据统计后生成图表,适用于报表等,简单实用!
数据统计后生成图表,适用于报表等,简单实用!-data generated graphics, applicable to such statements, simple and practical!
- 2023-01-03 05:30:08下载
- 积分:1
-
房产中介信息管理 房产中介信息管理
房产中介信息管理 房产中介信息管理-Real Estate Agents Real Estate Agents Information Management Information Management
- 2022-01-28 09:38:43下载
- 积分:1
-
客户管理
一个客户管理的源代码,采用三层式结构设计。-Management of a client
- 2023-08-18 08:20:03下载
- 积分:1