-
题目:稀疏矩阵是指那些多数元素为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
-
Included in the sequence of recursive binary tree traversal and non
包含中序遍历二叉树的递归和非递归算法的源代码-Included in the sequence of recursive binary tree traversal and non-recursive algorithm source code
- 2023-05-06 04:15:03下载
- 积分:1
-
堆栈的应用及操作
利用堆栈实现对任意进制的数的转换;
堆栈的应用及操作
利用堆栈实现对任意进制的数的转换;-stack
- 2022-04-12 20:08:38下载
- 积分:1
-
examples collection of data structure
数据结构示例
- 2022-02-26 03:14:35下载
- 积分:1
-
一个用VB编写的一维四点格式算法的源程序,很好用
一个用VB编写的一维四点格式算法的源程序,很好用-one prepared by the VB one-dimensional 4:00 algorithm source format, with a good
- 2023-04-20 12:35:04下载
- 积分:1
-
JAVA数据结构与算法之队列小应用程序
JAVA数据结构与算法之队列小应用程序-Java data structures and algorithms queue small applications
- 2022-06-28 17:45:53下载
- 积分:1
-
常用的几种排序算法的实现源码,同时还给出了几种排序算法的比较结果,源码中的排序内容都是随机产生的...
常用的几种排序算法的实现源码,同时还给出了几种排序算法的比较结果,源码中的排序内容都是随机产生的-several commonly used algorithm to achieve source, but also gives several algorithm result of the comparison, the ranking source content are randomly generated
- 2023-08-18 16:10:04下载
- 积分:1
-
FastDB
fastdb-241源码,俄国人开发实时数据库系统!-fastdb-241 source, the Russians to develop real-time database system!
- 2022-05-07 04:46:40下载
- 积分:1
-
UTE
UTE - (U)niversal ASP (T)able (E)ditor 万能数据管理(管理后台)-oldest- (U) niversal ASP (T) able (E) Editor omnipotent data management (management background)
- 2023-05-22 00:30:03下载
- 积分:1
-
利用栈计算运算符
利用栈实现算术表达式的求值。可以简单一些,假设表达式中含有一位整数,以及+、-、*、/、(、)。但不受此限制。
- 2022-02-07 00:07:49下载
- 积分:1