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

搜索资源列表

  1. 稀疏矩阵计算器

    0下载:
  2. 用三元组表示稀疏矩阵,可以转置 加法,减法,乘法,求逆。- With three Yuan groups expressed the sparse matrix, may transpose the addition, the subtraction, the multiplication, asks to go against.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:209749
    • 提供者:小康
  1. xishujuzhengzhuanzhi

    0下载:
  2. 关于稀疏矩阵转置算法的相关的用c语言编写的一个源程序代码-on sparse matrix transpose algorithm c related to the language used in the preparation of a source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1045
    • 提供者:王鹤新
  1. 矩阵的运算算法

    0下载:
  2. 这里有加减乘和转置 用C语言编的 注意输入 算法用于稀疏矩阵 首先输入行,列,元素数目 再输入标志位 即每一列的第一个元素是矩阵中的第几个元素 再输入矩阵的元素 再选择符号-here and to take home series with C language to the attention of the importation of sparse matrix algorithm for the importation of the first rows and columns, the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2264
    • 提供者:李其
  1. jzsf

    0下载:
  2. 矩阵的运算算法: 这里有加减乘和转置 用C语言编的 注意输入 算法用于稀疏矩阵-matrix arithmetic algorithm : Here is modified to take home and use C language to the attention of the importation provision for sparse matrix algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-24
    • 文件大小:2268
    • 提供者:卫民
  1. juzheng

    0下载:
  2. 实现稀疏矩阵转化为三元组,并且进行转置以及其他运算。-The realization of sparse matrix into a triple, and home to turn, as well as other operations.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1351
    • 提供者:蔡吉欣
  1. 4)

    0下载:
  2. 稀疏矩阵的转置(利用三元组储存),结果输出其转置后的矩阵与三元组-Sparse matrix transpose (using triple storage), resulting in output after its transpose matrix and Triples
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2012
    • 提供者:kiki
  1. crosslist

    1下载:
  2. 十字链表实现稀疏矩阵的运算 加法,乘法,转置 还有课程报告啊-Cross-linked to achieve sparse matrix operations addition, multiplication, transpose course there is the report of ah
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:277245
    • 提供者:jack
  1. 37436-37436.ZIP

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

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

    0下载:
  2. 稀疏矩阵转置 数据结构 非图形界面 将算法实现 -transform visual c++ er fsa ghr dddde y m gyr r e hkju ljfg dfrb juin fbcv iuyt fvb ghjk fder yn6
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:6384
    • 提供者:杂去
  1. Sparsematrixtranspose

    0下载:
  2. 稀疏矩阵的转置 要求: 1 稀疏矩阵采用三元组顺序表的存储结构 2 能够实现两种转置算法:按列序为主序进行转置和快速转置。 3 输出矩阵转置前后的三元组。-Sparse matrix transpose requirements: 1 sparse matrix using the table triples storage structure 2 in order to achieve the two transpose algorithm: order by colum
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:3929
    • 提供者:小乖
  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. MatrixTranspose

    0下载:
  2. 数据结构中实现矩阵转置功能,利用随机数产生稀疏矩阵。-Data structure to implement matrix transpose function, sparse matrix using random number generator.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:951
    • 提供者:明峰
  1. 3

    0下载:
  2. 数据结构经典制作内容--- 稀疏矩阵的建立十字链表表示稀疏矩阵- 1.稀疏矩阵的加法运算 2.稀疏矩阵乘法运算-- 3.稀疏矩阵的转置-- 4.退出功能)-The contents of the data structure--- the classic production create the sparse matrix sparse matrix that cross list- 1. Sparse matrix addition operation 2. Sparse
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3161
    • 提供者:shaluo025
  1. Sparse-matrix-transpose

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

    • 发布日期:2017-03-23
    • 文件大小:271926
    • 提供者:陈晓娟
  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. 123xishu

    0下载:
  2. 稀疏矩阵转置,首先输入三元组,然后输出转置后的矩阵-Sparse matrix transpose first three yuan group input and outputs the transpose the matrix after
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:995
    • 提供者:夏俊
  1. 1

    0下载:
  2. 稀疏矩阵转置: 输入稀疏矩阵中每个元素的行号、列号、值,建立稀疏矩阵的三元组存储结构,并将此矩阵转置,显示转置前后的三元组结构。-Sparse matrix transposition: input sparse matrix of each element in the row number, column number, the value triples storage structure create a sparse matrix, and the matrix transpose,
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:875
    • 提供者:陈晓晖
  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. 简单的稀疏矩阵算法实现,语言由C++编写,可以实现矩阵的转置和相加(Simple sparse matrix algorithm to achieve)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:1918976
    • 提供者:lein
  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 3 4 5 »
搜珍网 www.dssz.com