CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 稀疏矩阵 三元组

搜索资源列表

  1. jisuanqi

    0下载:
  2. 稀疏矩阵计算器,以带行逻辑链接信息的三元组表示稀疏矩阵,实现矩阵相加相减相乘的运算。-Sparse Matrix Calculator
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:144.24kb
    • 提供者:yyp
  1. matrix

    0下载:
  2. 实现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构,实现两个矩阵相加、相减、相乘运算,运算结果要求以阵列形式输出。-The realization of a sparse matrix calculator. To line with the logic of the link information as the three groups, sparse matrix storage structure, the realization of two matri
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:9.64kb
    • 提供者:hello
  1. 3

    0下载:
  2. 关于稀疏矩阵三元组顺序表的一段小程序,希望对大家有用-On the sparse matrix triple section of the order form applet, in the hope that useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:
  1. syz

    0下载:
  2. 稀疏矩阵三元组的算法源代码,源代码是用visualc++编写-Sparse matrix algorithm triples the source code, source code is visualc++ to prepare
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.75kb
    • 提供者:黄国涛
  1. xishujuzhen

    0下载:
  2. 以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构;实现两个矩阵相加、相减、相乘运算;运算结果以阵列形式输出。-Sparse matrix computation
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.15kb
    • 提供者:Lounien
  1. XIANXING

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

    • 发布日期:2017-03-23
    • 文件大小:1.44kb
    • 提供者:uilnij
  1. 111

    0下载:
  2. 三元组实现稀疏矩阵的加法和乘法运算 并有代码注释-Triples to achieve sparse matrix addition and multiplication and have the code comments
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2.01kb
    • 提供者:漫步徜徉
  1. SparseMatrixArithmeticUnit

    0下载:
  2. 现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构;实现两个矩阵相加、相减、相乘运算;运算结果要求以阵列形式输出-Is a sparse matrix arithmetic unit. The " belt line of logical link information" triples table as sparse matrix storage structure to achieve two matrices are added togeth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:10.75kb
    • 提供者:罗向鹏
  1. SparseMatrixArithmeticUnit

    1下载:
  2. 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。在一个矩阵中,可以用一个三元组〈row,column,value〉唯一地确定一个矩阵元素,因此,可以利用一个三元组数组(三元组表)来表示一个稀疏矩阵。此程序代码实现了两个稀疏矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以阵列形式列输出。-Are those most sparse matrix element is ze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.25kb
    • 提供者:秦论剑
  1. 5-2

    0下载:
  2. 用三元组存放输入的两个稀疏矩阵A34和B34,将稀疏矩阵A转置后与稀疏矩阵B相乘,结果存放三元组C,并输出结果-The triples store of the two input sparse matrix A34 and B34, the sparse matrix A transpose sparse matrix B after multiplying the result stored triple C, and output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:861.93kb
    • 提供者:安全卫士
  1. juzhenxiangjia

    0下载:
  2. 实现稀疏矩阵的相加,并将其结果存放在三元组表中-Add to achieve sparse matrix, and the results stored in the table triples
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:61.12kb
    • 提供者:zhangdi
  1. Matrix

    0下载:
  2. 稀疏矩阵的运算,主要用于测试算法实现,矩阵由系统随机生成,由用户选择需要的操作,包括矩阵的加减乘运算,稀疏矩阵的输入形式采用“三元组”表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix operations, mainly for testing algorithms, matrix randomly generated by the system, select the desired operation by the user, including matrix a
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2.19kb
    • 提供者:小伏
  1. SparseMatrix

    0下载:
  2. 用三元组实现的稀疏矩阵运算 用户输入正常矩阵 但存储为三元组 可以实现加,乘和转置三种运算-Achieved with a triple sparse matrix operations the user to enter the normal matrix, but storage can be achieved for the triple add, multiply, and transpose three kinds of operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:238.63kb
    • 提供者:lijie
  1. xishujuzhenzhuanzhi

    0下载:
  2. 11、 稀疏矩阵转置: 输入稀疏矩阵中每个元素的行号、列号、值,建立稀疏矩阵的三元组存储结构,并将此矩阵转置,显示转置前后的三元组结构-11, sparse matrix transpose: Enter the sparse matrix in each element of the line number, column number, value, and the establishment of the triple sparse matrix storage structure, an
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.42kb
    • 提供者:bjtupro
  1. sanyuanzu

    1下载:
  2. 三元组稀疏矩阵相乘 三元组稀疏矩阵相乘-三元组稀疏矩阵相乘 三元组稀疏矩阵相乘
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.14kb
    • 提供者:yanjie
  1. matrix

    0下载:
  2. 三元组顺序表 稀疏矩阵 快速转置 三元组顺序表 稀疏矩阵 快速转置 -The sequence tables triples sparse matrix quickly transpose
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:3.19kb
    • 提供者:杨玉良
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本加减运算的运算器。 【基本要求】 稀疏矩阵的表示采用三元组,而运算结果的矩阵则以通常的阵列形式和三元组形式列出。 -Sparse matrix refers to those of most elements zero matrix. " Sparse" characteristics of the storage and computin
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:34.43kb
    • 提供者:shiloh
  1. SSSS

    0下载:
  2. 以三元组存储结构,稀疏矩阵的加法,乘法,转置等相关算法。-Triples storage structure, sparse matrix addition, multiplication, transpose algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:210.9kb
    • 提供者:孙雨
  1. Sparse

    0下载:
  2. 稀疏矩阵三元组表的基本运算:初始化、创建、转置、加法等-Sparse matrix triples basic operations: initialization, create, transpose, addition, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:9.31kb
    • 提供者:kangdingshan
  1. sparesMatrix

    0下载:
  2. 稀疏矩阵三元组表的实现,包含三元组表矩阵的快速转置,快速乘法,矩阵加法-Sparse matrix triples table implementation, including triples fast matrix transpose, fast multiplication, matrix addition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:272.58kb
    • 提供者:亚伦图灵
« 12 »
搜珍网 www.dssz.com