CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 稀疏矩阵转置

搜索资源列表

  1. kuaisuzhuanzhi

    0下载:
  2. 稀疏矩阵快速转置 数据结构初学者可以参考使用
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:310332
    • 提供者:orochi
  1. xishujuzhen

    0下载:
  2. 矩阵运算程序: 用三元组实现稀疏矩阵的 加 减 乘和转置运算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3205
    • 提供者:lijie
  1. triples

    0下载:
  2. 三元组实现稀疏矩阵运算 加,乘法,转置, 这些都可以啊,呵呵,还有报告呢-Triples to achieve sparse matrix operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:268432
    • 提供者:jack
  1. maxsize

    0下载:
  2. 稀疏矩阵采用三元组表示。 (1)求两个具有相同行列数的稀疏矩阵A和B的相加矩阵C,并输出C。 (2)求出C的转置矩阵D,输出D。-Sparse matrix expressed by triples. (1) Find the ranks of the two have the same number of sparse matrix A and B of the sum matrix C, and the output C. (2) find the C of the transp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1240
    • 提供者:紫阳
  1. 37436-37436.ZIP

    0下载:
  2. 稀疏矩阵转置算法,c++编写。包含快速算法.-Sparse matrix transpose
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1377
    • 提供者:王力
  1. DS03

    0下载:
  2. 稀疏矩阵运算器,实现稀疏矩阵的加法、减法、乘法、和转置运算,有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出(即习题集136页的形式),当第一个矩阵的行数不等于第二个矩阵的行数时,注意如第三个乘法的形式输出-Sparse matrix operations, which realizes the sparse m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1819
    • 提供者:火腿狼
  1. SparseMatrix

    1下载:
  2. c++ 稀疏矩阵 功能包括访问元素、删除元素、添加元素,输出元素。矩阵转置。使用模板-c++ features including access to the sparse matrix elements, delete elements, add elements, output elements. Matrix transposition. Templates
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:240068
    • 提供者:yuanfeige
  1. Sparse-matrix-transpose

    0下载:
  2. 绍了对稀疏矩阵进行压缩存储的几种存储方式,重点分析了稀疏矩阵的三元组压缩存储的不同存储结构,提出利 用数组首下标元素存储稀疏矩阵总行数、总列数和非零元素总个数三个信息的改进的三元组顺序表存储定义方式。同时给出 了用c语言编写的基于该定义上设计矩阵转置的几种算法。通过对各算法进行时间复杂度分析,总结出了几种算法的优 缺点。-Introduce a compressed sparse matrix storage of several storage
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:271926
    • 提供者:陈晓娟
  1. Martix

    0下载:
  2. 稀疏矩阵的三元组表示与转置,实现转置前后矩阵的三元组表示方法-Sparse matrix representation and triple transpose, transposed before and after implementation of the triple matrix representation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1146
    • 提供者:陈阳
  1. ARRAY

    0下载:
  2. 稀疏矩阵转置和乘法,通过循环条用,实现一个简单的矩阵相乘-Sparse matrix transpose and multiplication, through the circulation channel used to achieve a simple matrix multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:885
    • 提供者:mgh
  1. xishu

    0下载:
  2. 用C语言实现的稀疏矩阵运算器设计,以三元组结构体类型表示稀疏矩阵非零元,在此基础上完成对稀疏矩阵的转置、相加和相乘操作。-Using C language design sparse matrix operations to triple sparse matrix structure, said non-zero element type, in this based on the completion of the sparse matrix transpose, add and multi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:865052
    • 提供者:张维
  1. Cpp1

    0下载:
  2. 稀疏矩阵,实现转置利用三元组顺序表存储稀疏矩阵,实现其转置-Sparse matrix transpose using triples to achieve the order table stores sparse matrices, to achieve its transpose
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:784
    • 提供者:guoshuyuan
  1. Matrix-arithmetic-algorithm

    0下载:
  2. 这里有加减乘和转置 感兴趣的朋友看看 用C语言编的 注意输入 算法用于稀疏矩阵-Here and take home to interested friends have a look with C language addendum to the attention of the input for sparse matrix algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2087
    • 提供者:张干
  1. C

    0下载:
  2. 熟悉数组的有关概念,掌握稀疏矩阵的三元组存储结构及其快速转置算法。- Familiar with the concept of an array, and master the sparse matrix three yuan group of storage structure and its rapid deferring algorithm. Familiar with the concept of an array, and master the sparse matrix thr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1535
    • 提供者:蒋雕
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵的转置,如果在矩阵中,多数的元素为0,称此矩阵为稀疏矩阵(sparse matrix)。-Sparse matrix transpose
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1059
    • 提供者:张俊明
  1. Matrix

    0下载:
  2. 稀疏矩阵的行数、列数和非零元素的个数 将稀疏矩阵 a转置,结果在稀疏矩阵 b中-The number of rows of sparse matrix, the number of columns and the number of nonzero elements of sparse matrix a transposition, results in the sparse matrix b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1247
    • 提供者:党心蕊
  1. Mjzrara

    0下载:
  2. 矩阵转置。压缩稀疏矩阵存储到三三阵,移调他们到了一系列的三倍。 -Matrix transposition. Compressed sparse matrix stored in the 3 3 matrix, and transpose them to the series three times.
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:6621
    • 提供者:
  1. matrix_transpose.c

    0下载:
  2. 适用于大型稀疏矩阵 矩阵转置 c语言 来自于有限元方法编程-From the finite element method suitable for large-scale sparse matrix matrix transpose c language programming
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:851
    • 提供者:李三
  1. TMatrix

    0下载:
  2. C++的稀疏矩阵转置计算程序,实现一次循环就完成转置。(传统的都需要两次)-Sparse matrix transpose C++ calculation procedures, achieving in a cycle to complete transposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:614461
    • 提供者:郭佳鑫
  1. 稀疏矩阵转置

    0下载:
  2. ·在矩阵中,若数值为0的元素数目远远多于非0元素的数目,并且非0元素分布没有规律时,则称该矩阵为稀疏矩阵,并用三元组表表示。该算法只扫描两遍原三元组表,就能够获得稀疏矩阵的转置矩阵(In matrix, if the number of elements 0 is far more than the number of non 0 elements, and the distribution of non 0 elements is not regular, it is called spars
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:6338560
    • 提供者:静守成雯
« 12 »
搜珍网 www.dssz.com