搜索资源列表
Matrix
- 设计一个矩阵,其中包括能够反映矩阵特征的属性、操作行为以及各种运算,还有一个测试类,测试矩阵功能-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
matrix-multiplication
- 编写一个程序,实现两个矩阵相乘 需要第一个矩阵的列数与第二个矩阵的行数相同,结果是一个矩阵,且其行数与第一个矩阵的行数相同,与第二个矩阵的列数相同,结果矩阵中第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
DataMatrixDemo
- DataMatrix generator develeoped using barcode.jar. Its a java library
matrix
- java 为2D 3D画图 画4x4矩阵-Implementation of a 4x4 matrix suited for use in a 2D and 3D graphics rendering engine
Java
- 两个矩阵相乘,矩阵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
matrix
- 包含用JAVA编的矩阵类 和 矩阵类的实现两个代码-Code contains a matrix with JAVA classes and the realization of two code matrices
matrix
- 自己编写的实现螺旋矩阵的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
paralleltranspose
- This a program for parallel matrix transpose-This is a program for parallel matrix transpose
matrix-operations
- 运用java语言实现了对矩阵的各种运算。-Java language using a variety of matrix operations.
a
- 这是一个java的小程序,输出一个任意的矩阵-This is a java applet, the output of a matrix
matrix
- java语言写的,可以计算两个矩阵的加、减、矩阵间的乘法,与向量的乘法,判断矩阵是否相等。-java language, and can calculate two matrix addition, subtraction, multiplication between the matrix and vector multiplication, to determine whether a matrix is equal.
Matrix
- 个人原创代码:编写Java Application程序的方法,声明一个矩阵类Matrix,成员变量是一个二维数组,设数组元素类型为int,请设计方法: (1)构造方法: Matrix() //构造一个10X10个元素的矩阵,没有数据 Matrix(int n,int m) //构造一个nXm个元素的矩阵,数据由随机数产生 Matrix(int table[][]) //以一个整型的二维数组构造一个矩阵 要求使用 this (2) 实例方法: public void
Matrix
- Java 矩阵加法,乘法逆,转置,及其他相关算法。主要功能是作为静态的方法。 -Java matrix addition, multiplication, inverse, transpose, and other related algorithms. The main function is as a static method.
Matrix
- 一个用java语言编写的矩阵类,可以实现基本的矩阵操作,包括加减乘除,转置求逆等等。-A matrix with java language classes, you can achieve the basic matrix operations, including addition, subtraction, transpose inverse and so on.
node-admittance-matrix
- 已经封装好的程序,用于计算电网的节点导纳矩阵,有界面,输入所需数据就可以得到结果-Packaging has a good program, used to calculate the grid node admittance matrix, interface, enter the required data can get results
Matrix
- 创建一个矩阵类,完成矩阵的输入、输出、查找最大值等功能-Create a matrix class, completed matrix of input, output, find the maximum value function
matrix
- this document content a java matrix
Matrix
- 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....
Transpose-of-matrix
- 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.
exchange-of-matrix
- 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.