CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 稀疏矩阵 十字链表

搜索资源列表

  1. EX_4_1

    0下载:
  2. 编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2045
    • 提供者:战天
  1. XZLB

    0下载:
  2. 数据结构中稀疏矩阵的十字链表存取表示,加,减,乘,除等常用算法-data sparse matrix structure of the Cross access Chain said, plus or minus, by, among other commonly used algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26977
    • 提供者:黄大东
  1. 稀疏矩阵相加

    0下载:
  2. 两个相同行数和列数的稀疏矩阵用十字链表实现加法运算-two identical rows and columns in the sparse matrix using Orthogonal List Adder Operational
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1090
    • 提供者:怡情
  1. software

    1下载:
  2. 该程序是针对稀疏矩阵而编制的,主要是一个稀疏矩阵类的实现,其中采用十字链表法对矩阵进行存储。该矩阵类能够完成矩阵操作和运算的大部分功能,重点是矩阵的LU分解和线性代数方程组的求解计算。-The program is prepared for the sparse matrix, and is primarily a kind of realization of sparse matrix, in which the use of cross linked matrix storage metho
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:430363
    • 提供者:许智全
  1. XIANXING

    0下载:
  2. 线性表的建立与基本运算1.采用表尾挂入法建立一个以la为头的单链表2.采用表首插入法建立一个yilb为头指针的单链表3.就地逆转以lb为头指针的单链表。 还有矩阵的链式存贮及运算。以一个c函数创建任一稀疏矩阵的十字链表。以一个c函数从十字链表的头指针起按行序及三元组形式输出十字链表中各节点的值
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:1474
    • 提供者:uilnij
  1. Txcgf

    0下载:
  2. 该代码是描述稀疏矩阵的十字链表的表示方法-Cross linked list sparse matrix representation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:913
    • 提供者:Hzt
  1. 5-3

    0下载:
  2. 输入并建立两个稀疏矩阵A和B的十字链表, 输出稀疏矩阵, 两完成两稀疏矩阵的加法运算,结果存放在稀疏矩阵A中, 要求相加结果为0的元素从结果稀疏矩阵的十字链表中删除, 输出A稀疏矩阵-Input and the establishment of two sparse matrices A and B, cross linked, the output matrix, the two completed the addition of two sparse matrix computation,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:894742
    • 提供者:安全卫士
  1. shizilianbiao.tar

    0下载:
  2. 稀疏矩阵的定义和实现(使用的是十字链表的方法)-Sparse matrix definition and implementation (using cross linked list method)
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:1699
    • 提供者:杨永勇
  1. matrix

    0下载:
  2. 本C++程序实现了稀疏矩阵的十字链表压缩存储及列个稀疏矩阵相乘的算法。-The C++ program to achieve a sparse matrix of cross-linked compression and out a sparse matrix multiplication algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1543
    • 提供者:zhaoyang
  1. gongchengruanjian

    0下载:
  2. 数据元素类型ElemType取float。 1)从键盘输入稀疏矩阵的各元素。(行<=5,列<=5) 2)建立稀疏矩阵的十字链表。 3)分别按行、列输出链表中各元素的数据域。-Data Element Type ElemType take float. 1) from the keyboard of the elements of the sparse matrix. (OK < = 5, column < = 5) 2) establish sparse matr
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1347
    • 提供者:selena
  1. proj2

    0下载:
  2. 电子系《数据与算法》第二次实验作业 十字链表法存储稀疏矩阵以及进行简单的矩阵运算-Department of Electronics data and algorithms second lab assignments Crusaders sparse matrix storage method and a simple matrix operations
  3. 所属分类:Console

    • 发布日期:2017-05-08
    • 文件大小:2029321
    • 提供者:liuchang
  1. Chapter5

    0下载:
  2. c++串、数组和广义表的类模板,以及对稀疏矩阵的三元组表示和十字链表表示-c++ strings, arrays, and class template generalized form, as well as sparse matrix representation and triples list represents a cross
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:12067909
    • 提供者:黄广杰
  1. reck_caculate

    0下载:
  2. 一个简单的矩阵运算器,加,减,乘,求逆 性能较好 十字链表存储 QR分解法 稀疏矩阵-A simple matrix calculator, addition, subtraction, multiplication, inverse orthogonal list storage better performance sparse matrix QR decomposition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2966
    • 提供者:陈本港
  1. 1

    0下载:
  2. 利用十字链表 来完成对稀疏矩阵的创建和实现相加运算-The use of cross-linked list to complete the sparse matrix creation and implementation of the addition operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:胡威
搜珍网 www.dssz.com