CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - Matrix sum

搜索资源列表

  1. RSMATRIX

    0下载:
  2. 提供基本榘阵 ( Matrix ) 运算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可视构件 ( 1.0 版,附源码 C++Builder 3.0/4.0/5.0 版适用 ),作者 : Jeff Hiscock。 -provide basic Ju Front (Matrix) operator (product, the sum and difference, transpose, traceof) non-visual comp
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:12789
    • 提供者:李正一
  1. testdtw(zhu)

    0下载:
  2. function dist = dtw(t,r) n = size(t,1) m = size(r,1) 帧匹配距离矩阵 d = zeros(n,m) for i = 1:n for j = 1:m d(i,j) = sum((t(i,:)-r(j,:)).^2) end 累积距离矩阵 D = ones(n,m) * realmax D(1,1) = d(1,1) 动态规划 for i = 2:n
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:560
    • 提供者:ydh
  1. matrixsum

    0下载:
  2. sum of matrix in c++ and simulate in mpi area .
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:339058
    • 提供者:xerxes
  1. compiler_homework

    0下载:
  2. 我大一时候的作业,实现了以下功能: 用16位8086汇编语言编写下列程序之一: a) 两矩阵相加 b) 求Fibonacci数列 c) 输入一个正整数n, 输出1-n之间的所有素数 d) 矩阵相乘 e) 把一个十进制小数转换成IEEE754格式并输出的程序, 要求从键盘输入一个十进制小数,最后在在屏幕上输出IEEE754格式二进制码的序列.-When my freshman year of operations, realization of the fol
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:11958
    • 提供者:czxu
  1. PA2A

    0下载:
  2. Computes the sum or the substration of two matrices, saves the operation into a matrix and output the the results.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:961
    • 提供者:cool
  1. sum-of-matrix

    0下载:
  2. Sum of the Matrix C++ ta İ ki matrisin toplamı
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:12625
    • 提供者:ersoy
  1. 1.-Suma

    0下载:
  2. program which purpose is to calculate matrix sum written in C
  3. 所属分类:Editor

    • 发布日期:2017-04-15
    • 文件大小:7455
    • 提供者:jasius
  1. zhubuhuiguifenxi

    0下载:
  2. 逐步回归分析的fortran程序,(I为变换次数,矩阵为R(I),Q为剩余平方和,SD为剩余标准差,F为显著性检验值,R为复相关系数,B为回归系数)-Stepwise regression analysis fortran program, (I was converted number matrix R (I), Q is the residual sum of squares, SD for the residual standard deviation, F is significant
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1573
    • 提供者:ouc
  1. code

    0下载:
  2. parallel processing matrix. calculated the sum of elements of the column specified by the user at the command line
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1023
    • 提供者:Dasha
  1. Matrix

    0下载:
  2. Matrix manipulation in Assembly MIPS. Sum and Multiplication.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1908
    • 提供者:populoso
  1. Matrix-Operations

    0下载:
  2. Matrix Operations These programs are useful for people beginning to learn MATLAB, and has basic assignment solutions of tasks like creating a reverse diagonal matrix, processing data of a matrix ( like calculating the sum of perimeter elements) and
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:732
    • 提供者:Neetal Nema
搜珍网 www.dssz.com