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

搜索资源列表

  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. 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
    • 文件大小:2243
    • 提供者:小伏
  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
    • 文件大小:244356
    • 提供者:lijie
  1. Matrix

    0下载:
  2. 本程序实现两个矩阵相加、相减和相乘的运算和求稀疏矩阵的转置矩阵-Implementation of this program add two matrices, subtraction and multiplication operations and seek sparse matrix transpose
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1907
    • 提供者:
  1. matrix

    0下载:
  2. 稀疏矩阵运算器,可以实现自动根据矩阵的各种判定条件来判断该矩阵是否有解的问题,并且求解出来。-Sparse matrix calculator, you can automatically determine the conditions under various matrix to determine whether a solution to the problem of the matrix, and solving them.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:11796
    • 提供者:李晓东
  1. MATLAB_sparse_matrix_and_variable_tutorial

    0下载:
  2. MATLAB稀疏矩阵和变量教程MATLAB sparse matrix and variable tutorial-MATLAB sparse matrix and variable tutorial MATLAB sparse matrix and variable tutorial
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:286629
    • 提供者:jdf
  1. matrix-c

    0下载:
  2. 自己写的稀疏矩阵,使用十字链表实现,C语言编写。-Write a sparse matrix, the underlying data structure is Cross-List, using C program language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3805
    • 提供者:bupteinstein
  1. Matrix

    0下载:
  2. 用类定义的矩阵,有对于矩阵的必要运算,有稀疏矩阵,下三角矩阵,普通二维矩阵的各项运算方法-Matrix with a class definition, there is the need for matrix operations, a sparse matrix, lower triangular matrix, the computation of ordinary two-dimensional matrix method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2601
    • 提供者:徐鹏超
  1. smvppp

    0下载:
  2. Fast sparse matrix vector product
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1307
    • 提供者:samy
  1. lle

    0下载:
  2. Locally-Linear Embedding (LLE)[9] was presented at approximately the same time as Isomap. It has several advantages over Isomap, including faster optimization when implemented to take advantage of sparse matrix algorithms, and better results with man
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1965
    • 提供者:Karthikeyan
  1. SPARSE

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

    • 发布日期:2017-04-11
    • 文件大小:737
    • 提供者:jitender
  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. matrix

    0下载:
  2. 假设稀疏矩阵A和B均以三元组表作为存储结构,写出矩阵相加的算法,另设三元组表C存放结果矩阵。-Suppose sparse matrix A and B are triples as a storage structure of the table, write the sum matrix algorithm, a separate table triples storage of the results of C matrix.
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:356352
    • 提供者:phoenix
  1. Matrix

    0下载:
  2. Dataset for my MPI clustering implementation. Matrix.txt - sparse matrix of all terms Matrix.txt.membership - clustering results Matrix.txt.cluster_centres - cluster centers
  3. 所属分类:MPI

    • 发布日期:2017-05-15
    • 文件大小:3830281
    • 提供者:aaz
  1. matrix-

    0下载:
  2. C++与Cuda结合,用并行来做加速,将普通的稀疏矩阵加减乘用并行来完成。-C++ and Cuda combined with a parallel acceleration to do, the ordinary addition and subtraction by using sparse matrix parallel to complete.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:121152
    • 提供者:孤雁
  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-31
    • 文件大小:2087
    • 提供者:张干
  1. Matrix

    0下载:
  2. 矩阵 主要包含了普通二维矩阵和稀疏矩阵的一些算法和小函数-Matrix consists mainly of a general two-dimensional matrix and sparse matrix algorithms and some small function
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:13681
    • 提供者:simon
  1. sparse-matrix

    0下载:
  2. 系数矩阵的算法代码 实验报告 截图等一全套材料。本人以前使用的独一无二。-Coefficient matrix algorithm code,including a full report capture picture and source code. I used to use and it is obviously unique.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:136263
    • 提供者:xuyu
  1. sparse-matrix

    1下载:
  2. 1 使用说明:进入菜单;根据菜单提示进行操作; 开始操作时,按 1 进行矩阵的建立和三元组法存储; 按 2 是将 1 所得的矩阵进行转置; 3 进行矩阵乘法时,第一个矩阵是 第一步产生的矩阵,第二个矩阵是重 新产生的矩阵; 2 输入:输入按照输入提示进行操作; 输出:输入矩阵简化输出;-1 instructions: access to menu According to the menu tip operation Start operation, on t
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:2172
    • 提供者:
  1. Create-a-logical-sparse-matrix

    0下载:
  2. Fortran版本的MX创建稀疏最大和引擎的应用程序的逻辑矩阵功能-The Fortran version of the mx Create Sparse Logical Matrix function for max and engine apps.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:4700
    • 提供者:leron
« 1 2 3 45 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com