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

搜索资源列表

  1. 3x3填质数问题

    0下载:
  2. 3X3填质数问题,在一个3×3的矩阵中填写1-10的数字,保证上下左右相加都是质数-3X3 fill several quality problems in a 3 3 matrix to fill in the figures 1-10, ensuring that all about is the sum of the number of quality
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.23kb
    • 提供者:万万
  1. juzhenjisuan1

    0下载:
  2. 实现了矩阵的相乘,相加等功能,比较强大,可以使用-achieved the matrix multiplication, the sum of the functions that the more powerful can use
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:36.68kb
    • 提供者:lz
  1. IterativeClosestPointMethod

    0下载:
  2. ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5.26kb
    • 提供者:阳关
  1. kmeansNetlab

    0下载:
  2. KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.88kb
    • 提供者:西晃云
  1. exp5

    0下载:
  2. 数据结构算法,稀疏矩阵的存储,两矩阵相乘,两矩阵相加的实现-data structure algorithms, sparse matrix storage, two matrix multiplication, the sum of two matrix to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.12kb
    • 提供者:王与
  1. ICP算法

    0下载:
  2. ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points, data - matrix with d
  3. 所属分类:数值算法/人工智能

  1. Matrix.设计一个造成矩阵类Matrix

    0下载:
  2. 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:1.49kb
    • 提供者:5235668
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵相加,做得比较简单,是课业作业。-Sparse matrix sum, doing relatively simple, is academic work.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1.09kb
    • 提供者:多多
  1. Matrix

    3下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3.91kb
    • 提供者:chen changqing
  1. matrix

    0下载:
  2. 用C语言写的在三元组表上实现两个稀疏矩阵求和运算-Written in C language used in the three groups, to achieve the sum of two sparse matrix computation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:718byte
    • 提供者:王鼎
  1. sparcematrix

    0下载:
  2. 3 Dimension Sparse Matrix( sum, multiplication )
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5.7kb
    • 提供者:wunseo
  1. matrix

    0下载:
  2. matrix multiply and sum
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:750byte
    • 提供者:grzessy
  1. MatrixSUMinarchive

    0下载:
  2. Matrix sum, obtain data from .txt archive and saves on suma.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:527byte
    • 提供者:Joey
  1. matrix

    0下载:
  2. 矩阵的实现(十字链表为基础),基本功能(转置,求和,求积)-Matrix in (cross-list based), the basic functions (transpose, sum, product)
  3. 所属分类:Data structs

  1. hhhllll

    0下载:
  2. 矩阵相加,实现功能呢的,,就如迷宫的地牢中得以解脱,,很快,很简单,,一目了然-Matrix sum to achieve it functions, and, as the dungeon maze freed, and soon, very simple at a glance
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:814byte
    • 提供者:梁有名
  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
    • 文件大小:348kb
    • 提供者:phoenix
  1. sum

    0下载:
  2. Sum matrix in parallel on CUDA
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:778.93kb
    • 提供者:NashJ
  1. Matrix-Method-game-theory

    0下载:
  2. 利用矩阵法求解对策论中的二元零和博弈最优策略-Game theory using matrix method for solving binary zero-sum game in the optimal strategy
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:3kb
    • 提供者:Raymond Liu
  1. 3.zadaca1

    0下载:
  2. Matrix sum, product and exponentation, Programming techniques
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:398.83kb
    • 提供者:neko
  1. Multifunctional-matrix-calculator

    0下载:
  2. 多功能矩阵计算器是一个方便实用的矩阵计算软件,无需安装,下载可直接免费使用。 功能列表: 1.可计算转置矩阵、代数和、伴随矩阵、逆矩阵 2.可计算两个矩阵的相加、相乘结果 3.可直接从Excel表中复制数据,减少手动输入数据的麻烦 4.可导出计算结果为txt文件,文件内容可直接复制到Excel表格中-Multifunctional matrix calculator is a handy utility matrix calculation software, no installation,
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1.82mb
    • 提供者:薛皓月
« 12 3 4 »
搜珍网 www.dssz.com