CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - sparse matrix

搜索资源列表

  1. Matrix

    0下载:
  2. 实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:167.47kb
    • 提供者:chaser tang
  1. LDL-2.0.1.tar

    1下载:
  2. 对基于稀疏矩阵存储技术的对称正定稀疏矩阵进行LDL分解,C++编写-LDL is a set of concise routines for factorizing symmetric positive-definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:220.54kb
    • 提供者:aaq
  1. generate_H

    1下载:
  2. dmb-th标准中关于LDPC中稀疏矩阵及校验矩阵的源代码,附有校验矩阵-dmb-th standard in on the LDPC check matrix sparse matrix and the source code, with parity matrix
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-26
    • 文件大小:2.69kb
    • 提供者:luyuan
  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. Txcgf

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

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

    0下载:
  2. 求任意稀疏矩阵的转置矩,并按要求完整输出。-Seeking an arbitrary sparse matrix transpose, as required, the output moments
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:771byte
    • 提供者:安静
  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
    • 文件大小:1.51kb
    • 提供者:zhaoyang
  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. SPARSE

    0下载:
  2. creating sparse matrix on c
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-11
    • 文件大小:737byte
    • 提供者:jitender
  1. finite-element-sparse-matrix

    1下载:
  2. 有限元稀疏矩阵的保存和提取,基于ANSYS提取稀疏矩阵后在matlab中的重新整理。-Preservation and extraction of finite element sparse matrix
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:8.05kb
    • 提供者:丁子彦
  1. Sparse-matrix

    0下载:
  2. 稀疏矩阵的 产生 和转置 快速转置 主要是 数据结构 课程内容-Fast transpose sparse matrix and transpose
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:273.24kb
    • 提供者:jack
  1. Sparse-matrix-computation

    0下载:
  2. 本演示程序中,以“带行逻辑的链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的表示以阵列形式列出。首先应输入矩阵的行数和列数,并判断给出的两个矩阵的行和列对于所要求的运算是否相匹配。(矩阵的行数和列数均不超过20)-The demonstration program, the " OK logical link information" triples sequence table indicates spa
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2.08kb
    • 提供者:张妍
  1. Sparse-matrix-storage-and-restore-

    1下载:
  2. 稀疏矩阵的压缩存储与还原 稀疏矩阵的计算器-Sparse matrix storage and restore compressed sparse matrix calculator
  3. 所属分类:Other windows programs

    • 发布日期:2016-09-25
    • 文件大小:127kb
    • 提供者:王晨
  1. Sparse-matrix-compression

    0下载:
  2. 稀疏矩阵压缩存储的基本操作实现实验 要求:数据元素类型ElemType取float。 1)从键盘输入两个稀疏矩阵A、B的各元素。(行<=5,列<=5) 2)完成矩阵的加法运算,并输出。-Compressed storage of sparse matrix operations to achieve the basic experimental requirements: data element types ElemType take float. 1) from th
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.43kb
    • 提供者:selena
  1. sparse-matrix

    0下载:
  2. VC平台的稀疏矩阵的计算。基于三元组顺序表的简单算法-Sparse matrix calculation. Simple algorithm based on the order form triples
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.01mb
    • 提供者:
  1. Sparse-matrix-operation

    0下载:
  2. 稀疏矩阵的乘法和转置算法。 C++ Builder调试通过。 -Sparse matrix operation, multiply, transform.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:396.37kb
    • 提供者:HY
  1. Sparse-matrix-calculator

    0下载:
  2. 数据结构课程设计 稀疏矩阵运算器  稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器-Data structure curriculum design sparse matrix arithmetic are those most sparse matrix elements are zero. The use of sparse feature for storage and computing c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:78.75kb
    • 提供者:姚志远
  1. sparse-matrix

    0下载:
  2. 一个简单的稀疏矩阵的压缩存储以及加、减、乘、转置运算程序-A simple sparse matrix of compressed storage and addition, subtraction, multiplication, transpose operation procedures
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:232.08kb
    • 提供者:吴陈涛
  1. The-calculation-of-sparse-matrix-

    0下载:
  2. 实现稀疏矩阵的交、并、逆的运算并用三元组表示。 -Realization of sparse matrix, and, inverse operation and the ternary group said.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:259.4kb
    • 提供者:dongli
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com