-
题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行...
题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to those elements for most of the matrix 0. Using sparse features storage and computation can be greatly reduced storage space and improve computational efficiency. One can achieve for sparse matrix operations basic computing device. Basic requirements : OK logical connection with the three yuan Information Group the order said the sparse matrix table to achieve two matrices together, subtract and multiply arithmetic. Matrix entry forms using three yuan Group said, and the results of the matrix operations while the usual array listed. summary of design : 1. in line with the logic of information linking the three element group said sparse chronology matrix 2. this program contains two modules : (1) Set module (2) main program module
- 2022-05-29 01:02:00下载
- 积分:1
-
数据结构设计单链表代码
基于c++的代码,通过单链表实现求和、求积。编写一个程序用单链表存储多项式,按指数从大到小排序多项式,并实现两个多项式的相加和相减
- 2023-08-10 10:55:03下载
- 积分:1
-
定时备份Oracle数据库和文件的程序
支持RAR压缩功能
定时备份Oracle数据库和文件的程序
支持RAR压缩功能-Regularly back up Oracle databases and documents in support of RAR compression
- 2022-06-15 10:58:16下载
- 积分:1
-
Kruskal算法寻找最小生成树,C语言实现,有完整的注释!
Kruskal算法寻找最小生成树,C语言实现,有完整的注释!-Kruskal finding minimum spanning tree algorithm, C Language, a complete Notes!
- 2022-07-23 02:10:48下载
- 积分:1
-
Photo Database Access
数据库中图片的存取-Photo Database Access
- 2023-01-15 11:30:04下载
- 积分:1
-
POJ 1001 F AC source code, do not believe you can try.
POJ 1001己AC源代码,不信你可以试试.-POJ 1001 F AC source code, do not believe you can try.
- 2022-02-07 03:06:09下载
- 积分:1
-
这是网络上一位网友自己写的数据结构里一些算法的实现,对学习数据结构的初学者比较有帮助。...
这是网络上一位网友自己写的数据结构里一些算法的实现,对学习数据结构的初学者比较有帮助。-This is a network of friends to write their own data structure to achieve a number of algorithms, data structures for beginners to learn more to help.
- 2022-01-25 20:19:31下载
- 积分:1
-
是用回朔法实现跳马程序。数据结构入门的好例子
是用回朔法实现跳马程序。数据结构入门的好例子-is back Schomburg Method vault procedures. Structure data entry a good example
- 2023-09-02 00:20:03下载
- 积分:1
-
索引文件操作(数据结构)
索引文件操作(数据结构)-index file operations (data structures)
- 2022-09-03 13:55:03下载
- 积分:1
-
电话薄管理系统
里边实现对人员信息的管理与包括电话号码,姓名,与其关系等信息,可以添加,删除,同时提供多种方法进行查询,比如电话号码,姓名等方式进行查询。
- 2023-07-14 23:40:04下载
- 积分:1