- school 学校用的网站源代码
- 74HC595 单片机基于74hc595 控制数码管程序加仿真实例 供初学者学习
- sle4442 卡读写 51单片机可实现IC卡的操作
- networkstuff_src_2003 Net sTuff source code
- opencv_qr Recognise qr code by finder patter in opencv c++. Allow you to use image or webcam
- chengxu 通过C51控制直流电机调速的proteus仿真(Proteus simulation of DC motor speed control by C51)
文件名称:SPARSE_CODE_DEMO
介绍说明--下载内容来自于网络,使用问题请自行百度
C++实现的稀疏矩阵类,可实现稀疏矩阵的存储计算等功能-Now, instead of using 2D, we will use doubly-linked lists to present sparse matrices. There are various methods of organizing doubly-linked-lists. We not only store elements of sparse matrices but also implement operations such as addition, subtraction, multiplication and so on. It means that we have to find out the suitable method of organization for storing and accessing data. The first type of organization I would like to show here is:
We can make up a linked list of linked lists. Here is a picture of the linked structure: Additional information would be needed to be stored for the size of the matrix. It could be larger than 3 rows and 4 columns, but any additional rows and columns are all zeros. We will use two types of node objects:
We can make up a linked list of linked lists. Here is a picture of the linked structure: Additional information would be needed to be stored for the size of the matrix. It could be larger than 3 rows and 4 columns, but any additional rows and columns are all zeros. We will use two types of node objects:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NEW_PRO.CPP
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
