搜索资源列表
FCM(java)
- 模糊聚类算法FCM的JAVA源代码。输入data_in.txt和parameters.txt文件,输出center.txt和matrix.txt文件-fuzzy clustering algorithm FCM Java source code. Parameters.txt data_in.txt and importation documents, center.txt output documents and matrix.txt
java matrix
- java处理矩阵 开源
Matrix.java.rar
- 余子式、行列式、逆矩阵、对数组进行全排列,Bulbil style, determinant, inverse matrix, wide array of arrays
JAVA-Matrix
- JAVA矩阵源码 一个Matrix类,使用前继承-JAVA Matrix
java
- 题目:银行家算法 具体要求:屏幕提示:输入申请资源的进程和各资源数目,程序通过对预先输入的资源的矩阵分析。给出当前系统是否安全的提示,若安全,给出安全序列。 -Title: banker s algorithm specific requirements: screen prompts: Enter the application of resources and the resources to process the number of procedures have been pas
MatrixTF
- TF-IDF matrix calcualtor
Matrix
- java功能扩展脚本,可实现java矩阵计算。-Extension java scr ipt, java matrix can be calculated.
Jama-1.0.2
- java 实现的matrix计算。能实现矩阵加减乘除-matrix computation, java
java-jzys
- 一个使用java语言实现的矩阵运算应用源码-The realization of a matrix operator java source
Jama-1.0.1
- SVD(奇异值分解)源码,Java版,有相关演示实例。-SVD (singular value decomposition)-source, Java version, there are examples of the relevant presentation.
Floyd
- 采用了动态规划法即FLOYD算法利用矩阵求多源最短路径的JAVA实现-Using a dynamic programming method that is FLOYD algorithm uses matrix Multi-source shortest path to achieve JAVA
matrix
- java program for matrix
DataMatrixDemo
- DataMatrix generator develeoped using barcode.jar. Its a java library
java-jizhengyunsuan
- 面向对象矩阵运算库的设计与实现,压缩包中以稀疏矩阵为例,包换了相关的文档和设计实现,为学习Java编程提供一个良好的例子。-Object-oriented matrix operations database design and implementation of compressed package in order to sparse matrix, for example, replacement and the related documents and design implemen
lxjz
- java写的螺旋矩阵 可以自己设定坐标和值 螺旋矩阵算法编程,沿各个矩形边框依次给矩阵的每一个元素赋值,在计算机内存中构造一个完整的螺旋矩阵,然后输出-java write spiral matrix can be set for the coordinates and the value of spiral matrix algorithm for programming, along the border of each rectangle in turn to the matrix o
paralleltranspose
- This a program for parallel matrix transpose-This is a program for parallel matrix transpose
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
OoJava.java.tar
- A class that provide some API for square matrix. Generate, Addition, Multiplication, randomly generate matrices