搜索资源列表
vj
- 矩阵乘法的计算程序-matrix multiplication calculation procedures
GetMatrix_java
- 一个由邻接矩阵直接求解可达矩阵的计算工具,JAVA语言编程-an adjacency matrix directly by solving matrix up to the calculation tools, Java Programming Language
javapro
- 素数的查找,阶乘的计算,对称矩阵的输出-find prime numbers, the factorial, symmetric matrix output
Jama-1.0.2
- 美国标准化组织和马里兰大学共同开发.实现java matrix包. JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition . 它提供了广泛的构造函数,丰富的get,set访问子matrix和元素matrix. 基本的矩阵操作有:矩阵的加,乘,矩阵范数.和提供了方便的打印矩阵
matrix
- (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
000
- 模糊数学中的关系运算即 矩阵的运算c语言 可计算20阶-Fuzzy Mathematics in the relationship between the operator that the operator matrix c language computable 20 bands
shujuhe
- 编写一个程序,计算出5行5列整数矩阵的每行之和。-The preparation of a program to calculate the line 5 5 integer matrix of each row and.
Jama-1.0.2
- java 实现的matrix计算。能实现矩阵加减乘除-matrix computation, java
Matrix
- 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
java-
- (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
juzhenlei
- (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
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
- 矩阵的乘法运算:键盘输入两个矩阵,计算其乘积。-This program can gets the product of two matrixes.
fncalc_v2_6
- 这是一个免费的手机计算器,能让你计算复杂的数学表达式,图像运算,积分和矩阵的计算。支持触摸屏手机,可以进行积分运算等各种复杂数学计算,可进行各种公式运算。-failed to translate
aihed
- 一个由邻接矩阵直接求解可达矩阵的计算工具,JAVA语言编程(The solution to a directly by adjacency matrix matrix calculation tool, the JAVA programming language)
Matrix
- 矩阵的相加,矩阵的乘法,以及实现矩阵的转置功能(Matrix addition, matrix multiplication, and the realization of the matrix transpose function)
matrix.java
- 矩阵乘法计算量估算:输入多行,先输入要计算乘法的矩阵个数n,每个矩阵的行数,列数,总共2n的数,最后输入要计算的法则,输出需要进行的乘法次数(Matrix multiplication estimation: multi line input, input matrix to calculate the number of N matrix multiplication, each row number, column number, the total number of 2n, the la
二阶矩阵相加
- 用java实现计算两个矩阵的加法运算,并返回结果(Using java to calculate the addition of two matrices, and return the results)
raser
- 一个由邻接矩阵直接求解可达矩阵的计算工具,JAVA语言编程()
Nymkist
- 一个由邻接矩阵直接求解可达矩阵的计算工具,JAVA语言编程()