搜索资源列表
科学与工程数值计算算法配套源码java
- 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
MD5-java
- MD5加密算法java实现 * 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的, 这里把它们实现成为static final是表示了只读,切能在同一个进程空间内的多个 Instance间共享*/ -MD5 algorithm to achieve java * Below these S11 - S44 is a 4 * 4 Moment RUF, in a primitive realization of the C# defi
java matrix
- java处理矩阵 开源
矩阵求逆的JAVA代码
- 用JAVA写的各种数学常用算法,包括矩阵求逆等。
GN聚类算法的java实现
- GN聚类算法的java实现,将复杂网络表示成矩阵的文档格式,即可得到该网络的聚类结果
Kalman滤波java源代码(包括各种复杂的矩阵运算)
- 在里面的example目录下面,可以直接运行的Kalman滤波java源代码,不太容易找到的东东。
Java实现QR分解法求矩阵的所有特征值及特征向量
- Java实现QR分解法求矩阵的所有特征值及特征向量,Java realization of QR decomposition for matrix eigenvalues and all eigenvectors
Matrix.设计一个造成矩阵类Matrix
- 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
Matrix.java.rar
- 余子式、行列式、逆矩阵、对数组进行全排列,Bulbil style, determinant, inverse matrix, wide array of arrays
JAVA-Matrix
- JAVA矩阵源码 一个Matrix类,使用前继承-JAVA Matrix
nc.jar
- Java 数值计算库 数列求和算法、求解方程的根、插值法和近似法、 数值积分、求解微分方程、矩阵运算及其它一些有趣的东西, 比如:大数、素数算法、PI、分形-Java Number Cruncher
Matrix_multiple
- 一个通用算法,给定两个实矩阵,求两个矩阵相乘之积。-Two matrix multiple
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
java 矩阵
- 使用swing形成图形界面,计算矩阵乘法
import java
- JAVA实现两个3阶矩阵的乘法,带图形界面(JAVA implementation of the two order 3 matrix multiplication, with graphical interface)
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
幻方矩阵
- 输入输出矩阵并判断是否为幻方矩阵,字数字数字数字数(The input output matrix and determine whether the magic square matrix)
二阶矩阵相加
- 用java实现计算两个矩阵的加法运算,并返回结果(Using java to calculate the addition of two matrices, and return the results)
矩阵连乘问题和租船问题
- 动态规划算法解决矩阵连乘问题和租船问题,java源码。(Dynamic programming algorithm to solve matrix multiplication problem and charter problem, java source code.)