-
C++编写的用十字链表的稀疏矩阵相乘
采用来唯一地确定每一个非零元素,其中row、col、value分别表示非零元素在矩阵中的的行
下标、列下表和值。各数组元素的三元组按在原矩阵中的位置以行优先的顺序依次存放。在稀疏矩阵的十字链表
表示中,矩阵的的每一行设置为一个带附加头结点的循环行链表,每一列也设置为一个带附加头结点的循环列链
表。基于三元组及十字链表的稀疏矩阵乘法
- 2023-09-08 23:35:02下载
- 积分:1
-
ADO 数据库编程 用ACCESS 数据库系统
ADO 数据库编程 用ACCESS 数据库系统-ADO Database Programming using ACCESS database system
- 2023-01-23 02:25:04下载
- 积分:1
-
VC 连接 SQL的例子
VC 连接 SQL的例子-an example of connecting sql by vc
- 2022-02-12 14:24:08下载
- 积分:1
-
Visual Basic development of the household income and expenditure management syst...
Visual Basic开发的 家庭收支管理系统后台数据库Acce-Visual Basic development of the household income and expenditure management systems background database Acce
- 2022-04-24 02:57:18下载
- 积分:1
-
程序分析,主要功能有,但界面还没加上,基本实现了功能要求。...
程序分析,主要功能有,但界面还没加上,基本实现了功能要求。-program analysis, the main function, but with no interface and the basic realization of the functional requirements.
- 2022-06-29 16:22:01下载
- 积分:1
-
数据结构课程的作业,代码通俗易懂,且运行效率高。
数据结构课程的作业,代码通俗易懂,且运行效率高。-Data structure course work, the code easy to understand, and operating efficiency.
- 2023-04-03 23:55:04下载
- 积分:1
-
sql 语句大全,各种语句都能够查得到
sql 语句大全,各种语句都能够查得到-sql
- 2022-02-03 23:18:14下载
- 积分:1
-
常用的hash算法APHash,该hash算法可以实现均衡分布,让数据均匀的分布在hash列表中...
常用的hash算法APHash,该hash算法可以实现均衡分布,让数据均匀的分布在hash列表中-Commonly used hash algorithms APHash, the hash algorithm can achieve a balanced distribution, so that uniform distribution of data in the hash list
- 2022-08-22 19:52:28下载
- 积分:1
-
底层编程 检测鼠标
本程序能读取系统环境变量,查看有无鼠标 .若有,便输出Mouse is OK, 反之便输出No mouse.
- 2022-01-31 19:36:39下载
- 积分:1
-
能对数据库进行维护,包括内容和结构 但是数据库中的表要求有主键 且是自动增长字段...
能对数据库进行维护,包括内容和结构 但是数据库中的表要求有主键 且是自动增长字段-Able to carry out maintenance on the database, including the content and structure of the table but the database requires the primary key and is auto-growth fields
- 2023-07-10 11:50:03下载
- 积分:1