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

搜索资源列表

  1. bndcsr

    3下载:
  2. 稀疏矩阵存储格式转换,从带状矩阵(BND)到压缩稀疏行(CSR) .f90格式-BNDCSR converts Banded Linpack format to Compressed Sparse Row format.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.41kb
    • 提供者:bndcsr
  1. levmar-2.4

    0下载:
  2. A sparse variant of the Levenberg-Marquardt algorithm implemented by levmar has been applied to bundle adjustment, a computer vision/photogrammetry problem that typically involves several thousand variables
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:76.22kb
    • 提供者:picab
  1. SSBA_1.0

    0下载:
  2. A version of a sparse bundle adjustment implementation with adjustable intrinsics and distortion parameters (either shared by all views or varying for each view)
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3.28mb
    • 提供者:picab
  1. lesolv

    0下载:
  2. 此程序包包含很多求解大型稀疏方程组的代码,在偏微分上有很大用处。-This package contains a lot of equations for solving large sparse code, in the partial differential there is a great use.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:154.13kb
    • 提供者:wangzhen
  1. SYMMLQ

    0下载:
  2. 采用CG法求解稀疏对称非奇异矩阵得到的线性系统Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric and nonsingular, but it may be definite or indefinite. The scal
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:11.94kb
    • 提供者:aaq
  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. sba-1.5

    0下载:
  2. sparse bundle adjustment algorithm, very good
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:118.4kb
    • 提供者:alicia
  1. Sparse-matrix

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

    • 发布日期:2017-03-29
    • 文件大小:273.24kb
    • 提供者:jack
  1. sparse-points-and-matching

    0下载:
  2. 稀疏点匹配与重建的好例子,没有图像校正的过程-sparse points and matching
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:4.93mb
    • 提供者:mengchao
  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

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

    • 发布日期:2017-11-23
    • 文件大小:9.31kb
    • 提供者:kangdingshan
  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-polynomial-arithmetic

    0下载:
  2. 稀疏多项式运算器实验报告(内含全部源码),属于数据结构的课程实验报告-Sparse polynomial arithmetic test report (containing all source code), belonging to the experimental report data structures course
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:71.5kb
    • 提供者:zhenglee
  1. A-sparse-representation-

    0下载:
  2. 图像的稀疏表示,通过该算法可以读图像进行稀疏表示,并且查询字典可还原图像.-Image sparse representation, can be achieved by the algorithm of image sparse representation, and combine the dictionary query, can restore the image.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.56mb
    • 提供者:new pp
  1. sparse-matrice

    0下载:
  2. 编写一个算法程序实现把2个稀疏矩阵分别存储在2个顺序三元组中-Write an algorithm program to achieve the two sparse matrices are stored in two sequential triplet
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:942byte
    • 提供者:叶子
  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. Sparse Reconstruction

    0下载:
  2. Segmentation Based Sparse Reconstruction
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:8.16mb
    • 提供者:faraj
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com