搜索资源列表
Matrix_ana
- 用JAVA所写的用于矩阵运算的类,包括矩阵加、减、乘法、矩阵求逆,转置等-written with Java for matrix calculation of categories, including matrix, plus or minus, multiplication, matrix inversion, and so on to home
ldfw
- 通用雷达仿真系统是一个多功能的综合性仿 真系统,采用先进的交互式雷达仿真技术,实现雷 达系统的全数字仿真和半实物仿真。它可以广泛 应用于测控技术人员培训、设备性能测试分析和 实验技术研究等方面,为雷达综合实验能力的提 高提供了一个有效的技术手段和设备。 些算法都是工程实践检验过的,完全符合IEEE 标准。用户(仿真系统)可以将MATLAB作为一 个功能强大的和可编程的数学函数库,调用 MATLAB中大量的数学计算函数,完成复杂的 计算任务。例如对一个矩阵
MatrixMult
- 矩阵运算,可以实现矩阵的转置,求逆,相乘及求行列式值。
Mcalculator
- 用java实现浮点数加减乘除四则混合运算,矩阵加法,减法,与数乘,与数除,两个矩阵相乘,转置,逆阵,产生单位阵,操作数与变量的转换,操作数取反,栈的一些基本操作。-achieve float with the arithmetic four mixed computing, matrix addition, subtraction, multiplication, with the exception of a few, two matrix multiplication, to home, a
java_22222
- 求一个3行3列矩阵的转置矩阵(即第一行为第一列,第二行为第二列,第三行为第三列构成的矩阵)-For a 3-line 3 matrix transpose matrix (the first act of the first column, the second act of the second column, the third act constitute the third column of matrix)
eglish
- 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。-english.txt
java4
- 利用随机数产生一个10行,10列的整型矩阵。完成如下操作: a)输出矩阵中元素的最大值及最大值所在的位置(行、列值) b)输出该矩阵的转置矩阵。 -Random number generator using a 10-row, 10 of the integer matrix. Complete the following actions: a) the output matrix elements in the location of the maximum and the max
Matrix
- 重写方法 矩阵相加 矩阵相乘 矩阵转置-Sum of matrix multiplication, matrix rewriting method matrix transpose
Matrix111
- 一些JAVA的矩阵运算方法 包括矩阵相乘 求逆 转置 等 都写入一个类里面 可以直接调用-The matrix operations of some JAVA methods include matrix multiplication, are all set to write seeking reversal of a class which can directly call
Java
- Test为输出60到69之间的随机数,Dig为用非递归求n的阶乘,ball为标签彩色球,YH为杨辉三角,Q21为矩阵转置。-Test the output of 60 to 69 random numbers between, Dig for the use of non-recursive find n factorial, ball color ball for the label, YH for the Yang Hui triangle, Q21 for the matrix trans
Matrix
- 个人原创代码:编写Java Application程序的方法,声明一个矩阵类Matrix,成员变量是一个二维数组,设数组元素类型为int,请设计方法: (1)构造方法: Matrix() //构造一个10X10个元素的矩阵,没有数据 Matrix(int n,int m) //构造一个nXm个元素的矩阵,数据由随机数产生 Matrix(int table[][]) //以一个整型的二维数组构造一个矩阵 要求使用 this (2) 实例方法: public void
Eigenvalue
- 本压缩文件包括:求矩阵特征根、求奇异值、QR分解矩阵转置-Seeking the root of the matrix eigenvalue problem
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.
MyJuzhenSystem
- 稀疏矩阵三元组单链表 使用单链表作为成员变量声明稀疏矩阵三元组单链表类,实现构造、矩阵相加(+=和+)、比较相等、转置等功能-Single linked list sparse matrix triples Use single linked list as a member variable declaration sparse matrix triples singly linked list class that implements the structure, matrix a
transpose
- java代码,二维数组矩阵转置实现,输入原矩阵可自行更改-java code, two-dimensional array matrix transpose achieve, enter the original matrix can make changes
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....
CMatrixForCpp
- 一个以double类型为基类型的矩阵类,实现了矩阵的加、减、乘、转置、求逆等基本操作。VC++程序。-a type of double-types of matrices, the matrix to achieve the increase, subtraction, multiplication, transpose, basic inverse operation. VC procedures.
Matrix
- 矩阵的相加,矩阵的乘法,以及实现矩阵的转置功能(Matrix addition, matrix multiplication, and the realization of the matrix transpose function)
数据结构—三元组表法实现稀疏矩阵的转置
- go to the most important for ma