搜索资源列表
rmijuzheng
- 基于RMI分布计算实例(实现两个矩阵相乘)-RMI based distributed computing Example (2 matrix multiplication achieve)
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
Jama
- java语言实现的矩阵计算程序包: 本包使用java语言开发,实现矩阵计算,在项目开发中有很强的实用性。
Matrix
- java功能扩展脚本,可实现java矩阵计算。-Extension java scr ipt, java matrix can be calculated.
Jama-1.0.2
- java 实现的matrix计算。能实现矩阵加减乘除-matrix computation, java
cholesky
- 楚列斯基分解希尔伯特矩阵,并求出残差和误差,以及条件数-cholesky
gama
- 一个矩阵计算jar工具,包涵一些说明文档-A matrix calculation jar, bear with some of the documentation
CoefficientCompution
- 利用递归法,根据已知相关系数矩阵计算偏相关系数。-Recursive method to calculate partial correlation coefficients based on the known correlation matrix.
DNA
- 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。 -The human gene consists of 4 nucleotides, respectively represented by the letter ACTG. A
PageRank
- pagerank实现,有爬虫部分,单线程爬虫,矩阵计算pr value-pagerank implement, and part reptile, reptile single-threaded, matrix calculation pr value
DNA
- 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。-Human genome consists of four nucleotides, are represented by the letters ACTG. Requested t
java 矩阵
- 使用swing形成图形界面,计算矩阵乘法
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)
MatrixGUI
- JAVA语言编写的带界面的简单矩阵计算 加减乘除并且可以识别括号 进行正确的运算顺序的矩阵运算(JAVA simple matrix language interface with the calculation and matrix recognition add, subtract, multiply and divide operations in order to correct the brackets)