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

搜索资源列表

  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
    • 文件大小:3.95kb
    • 提供者:姜淼
  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
    • 文件大小:658byte
    • 提供者:guang
  1. DataMatrixDemo

    0下载:
  2. DataMatrix generator develeoped using barcode.jar. Its a java library
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:706byte
    • 提供者:bharath
  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
    • 文件大小:5.68kb
    • 提供者:高博
  1. Java

    0下载:
  2. 两个矩阵相乘,矩阵a的行数和矩阵b的列数必须相同,并且两个矩阵的元素具有相同或兼容的数据类型 -2 matrix multiplication, matrix a matrix of rows and columns b, must be the same, and the two elements of the matrix with the same or compatible data types
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:3.36kb
    • 提供者:xuzhihong
  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
    • 文件大小:1.39kb
    • 提供者:李昕
  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
    • 文件大小:2.94kb
    • 提供者: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
    • 文件大小:2.01kb
    • 提供者:Jerry
  1. matrix-operations

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

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

    0下载:
  2. 这是一个java的小程序,输出一个任意的矩阵-This is a java applet, the output of a matrix
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:21.62kb
    • 提供者:娜娜娜
  1. matrix

    0下载:
  2. java语言写的,可以计算两个矩阵的加、减、矩阵间的乘法,与向量的乘法,判断矩阵是否相等。-java language, and can calculate two matrix addition, subtraction, multiplication between the matrix and vector multiplication, to determine whether a matrix is ​ ​ equal.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:4.69kb
    • 提供者:x2310
  1. Matrix

    0下载:
  2. 个人原创代码:编写Java Application程序的方法,声明一个矩阵类Matrix,成员变量是一个二维数组,设数组元素类型为int,请设计方法: (1)构造方法: Matrix() //构造一个10X10个元素的矩阵,没有数据 Matrix(int n,int m) //构造一个nXm个元素的矩阵,数据由随机数产生 Matrix(int table[][]) //以一个整型的二维数组构造一个矩阵 要求使用 this (2) 实例方法: public void
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1.31kb
    • 提供者:李瑞
  1. Matrix

    0下载:
  2. Java 矩阵加法,乘法逆,转置,及其他相关算法。主要功能是作为静态的方法。 -Java matrix addition, multiplication, inverse, transpose, and other related algorithms. The main function is as a static method.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:14.68kb
    • 提供者:whyabc
  1. Matrix

    0下载:
  2. 一个用java语言编写的矩阵类,可以实现基本的矩阵操作,包括加减乘除,转置求逆等等。-A matrix with java language classes, you can achieve the basic matrix operations, including addition, subtraction, transpose inverse and so on.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:5.39kb
    • 提供者:zhangt
  1. node-admittance-matrix

    0下载:
  2. 已经封装好的程序,用于计算电网的节点导纳矩阵,有界面,输入所需数据就可以得到结果-Packaging has a good program, used to calculate the grid node admittance matrix, interface, enter the required data can get results
  3. 所属分类:JavaScript

    • 发布日期:2017-06-15
    • 文件大小:23.21mb
    • 提供者:wendy
  1. Matrix

    0下载:
  2. 创建一个矩阵类,完成矩阵的输入、输出、查找最大值等功能-Create a matrix class, completed matrix of input, output, find the maximum value function
  3. 所属分类:JavaScript

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

    0下载:
  2. this document content a java matrix
  3. 所属分类:JavaScript

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

    0下载:
  2. java数据结构Matrix类,实现以下功能:1.求转置矩阵;2.判断是否为对称矩阵;3.比较两个矩阵是否相等。-Matrix data structure java class that implements the following functions: a request transposed matrix 2 to determine whether the symmetric matrix 3 compares the two matrices are equal....
  3. 所属分类:Applet

    • 发布日期:2017-04-11
    • 文件大小:1.46kb
    • 提供者:武神
  1. Transpose-of-matrix

    0下载:
  2. A matrix is taken user input and transpose of the matrix is done.-A matrix is taken user input and transpose of the matrix is done.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1.69kb
    • 提供者:utpal
  1. exchange-of-matrix

    0下载:
  2. A matrix is taken user input and the rows and columns of the matrix are exchanged.-A matrix is taken user input and the rows and columns of the matrix are exchanged.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1.38kb
    • 提供者:utpal
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com