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

搜索资源列表

  1. matrix

    0下载:
  2. (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法mul
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7814
    • 提供者:fangfei
  1. Matrix.java.rar

    0下载:
  2. 余子式、行列式、逆矩阵、对数组进行全排列,Bulbil style, determinant, inverse matrix, wide array of arrays
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:4942
    • 提供者:聂丹
  1. JAVA-Matrix

    0下载:
  2. JAVA矩阵源码 一个Matrix类,使用前继承-JAVA Matrix
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:9402
    • 提供者:邓彬
  1. Matrix

    0下载:
  2. 设计一个矩阵,其中包括能够反映矩阵特征的属性、操作行为以及各种运算,还有一个测试类,测试矩阵功能-The design of a matrix, including to reflect the properties of the matrix characteristics, operating behavior as well as a variety of operations, as well as a test class, test matrix function
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:4045
    • 提供者:姜淼
  1. MultiplicacionMatrices

    0下载:
  2. An example of thread matrix multiplication
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:72104
    • 提供者:reito
  1. matrix-multiplication

    0下载:
  2. 编写一个程序,实现两个矩阵相乘 需要第一个矩阵的列数与第二个矩阵的行数相同,结果是一个矩阵,且其行数与第一个矩阵的行数相同,与第二个矩阵的列数相同,结果矩阵中第i行/第j列的元素等于第一个矩阵的第i行的各元素与第二个矩阵第j列的各元素对应相乘之和。 -Write a program to multiply two matrices needed to achieve the first columns of a matrix of rows and the second the s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:658
    • 提供者:guang
  1. Matrix

    0下载:
  2. java功能扩展脚本,可实现java矩阵计算。-Extension java scr ipt, java matrix can be calculated.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2448
    • 提供者:wlbtsin
  1. matrix

    0下载:
  2. matrix addition & multiplication program using PHP
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-14
    • 文件大小:3780
    • 提供者:Yang Mulia
  1. matrix

    0下载:
  2. java program for matrix
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:955
    • 提供者:kuttima
  1. Matrix

    0下载:
  2. 离散数学教学程序 矩阵相关内容 适合于大二计算机学院学生-Discrete Mathematics Teaching program matrix relevant content for sophomore students in Computer Science
  3. 所属分类:Applet

    • 发布日期:2017-04-06
    • 文件大小:3433
    • 提供者:肖爽
  1. Matrix

    0下载:
  2. Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1500
    • 提供者:艾枫
  1. matrix

    0下载:
  2. java 为2D 3D画图 画4x4矩阵-Implementation of a 4x4 matrix suited for use in a 2D and 3D graphics rendering engine
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5814
    • 提供者:高博
  1. Matrix

    0下载:
  2. 重写方法 矩阵相加 矩阵相乘 矩阵转置-Sum of matrix multiplication, matrix rewriting method matrix transpose
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:1201
    • 提供者:潇洒
  1. matrix

    0下载:
  2. 包含用JAVA编的矩阵类 和 矩阵类的实现两个代码-Code contains a matrix with JAVA classes and the realization of two code matrices
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1422
    • 提供者:李昕
  1. matrix

    0下载:
  2. 自己编写的实现螺旋矩阵的java小程序。螺旋矩阵即整个矩阵顺时针或逆时针从外向内不断递减的矩阵-I have written a small java Spiral Matrix program. Spiral matrix of the entire matrix of clockwise or counterclockwise from the outside in diminishing the matrix
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:3007
    • 提供者:songqi
  1. paralleltranspose

    0下载:
  2. This a program for parallel matrix transpose-This is a program for parallel matrix transpose
  3. 所属分类:Java Develop

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

    0下载:
  2. 矩阵运算的php源程序,本人原创,经过调试,确实好用。-Php source matrix operations, I am the original, after testing, really easy to use.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:2460
    • 提供者:renxianwei
  1. matrix-operations

    0下载:
  2. 运用java语言实现了对矩阵的各种运算。-Java language using a variety of matrix operations.
  3. 所属分类:Java Develop

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

    0下载:
  2. matrix example for determining and example of matrix 2 dimension matrix
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2005
    • 提供者:crazy_futbol
  1. Matrix-Multiplication

    0下载:
  2. Parallel Matrix multiplication using JOMP
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:420587
    • 提供者:Salman Manzoor
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com