CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - Matrix操作

搜索资源列表

  1. Mcalculator

    0下载:
  2. 用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
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:21758
    • 提供者:Rachel
  1. Jama-1.0.2

    0下载:
  2. 美国标准化组织和马里兰大学共同开发.实现java matrix包. JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition . 它提供了广泛的构造函数,丰富的get,set访问子matrix和元素matrix. 基本的矩阵操作有:矩阵的加,乘,矩阵范数.和提供了方便的打印矩阵
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:105228
    • 提供者:孙娜
  1. Matrix

    0下载:
  2. 设计一个矩阵,其中包括能够反映矩阵特征的属性、操作行为以及各种运算,还有一个测试类,测试矩阵功能-The design of a matrix, including to reflect the properties of the matrix characteristics, operating behavior as well as a variety of operations, as well as a test class, test matrix function
  3. 所属分类:Java Develop

    • 发布日期:2017-11-08
    • 文件大小:4045
    • 提供者:姜淼
  1. lp1

    0下载:
  2. 这是求解矩阵的程序,能够求解出N*N的仍以矩阵,并显示在操作界面上。运用多线程实现的-This is the procedure for solving matrix to solve the still out of N* N matrix, and displayed in the operation interface. Using multi-threaded implementation
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:1156
    • 提供者:石达开
  1. java4

    1下载:
  2. 利用随机数产生一个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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3122
    • 提供者:胡海
  1. matrix

    0下载:
  2. 矩阵操作小程序,用于练习数组及其简单变换。包含源程序和class中间码文件。-Matrix operation small program for practicing an array of simple transformations. Intermediate code that contains the source and class files.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3347
    • 提供者:JasonHe
  1. 1d

    0下载:
  2. 使用二维数组实现Matrix(矩阵)。定义Matrix(矩阵)类,要求实现两个矩阵的加、减、乘法,所有方法将返回操作后的结果矩阵。-Use a 2 d array realize Matrix (the Matrix).
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:3817
    • 提供者:rs
  1. Fibonacci

    0下载:
  2. (1)编写一个矩阵操作类库,具体实现要求如下: 实现构造函数动态创建不同大小的二维矩阵m*n 实现函数完成两个矩阵的相加、求差与矩阵各个元素相乘运算; 实现函数可以得到矩阵中指定元素数值。 (2)Fibonacci数列是一个自然数数列,第1项和第2项均为1,从第3项开始,F(n)= F(n-1)+ F(n-2).定义一个数组,前两个元素初始化为Fibonacci数列的第1,2项,求出数列的前20项。-(1) the preparation of a matrix operati
  3. 所属分类:Java Develop

    • 发布日期:2017-11-29
    • 文件大小:1989
    • 提供者:sunyang
  1. Matrix

    0下载:
  2. 一个用java语言编写的矩阵类,可以实现基本的矩阵操作,包括加减乘除,转置求逆等等。-A matrix with java language classes, you can achieve the basic matrix operations, including addition, subtraction, transpose inverse and so on.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:5523
    • 提供者:zhangt
  1. Matrix

    0下载:
  2. 线性代数计算器,可计算矩阵和,差,数乘,相乘,逆,伴随阵,特征值等多种运算。结合用户图形界面,功能强大,操作简便,界面简洁-Linear Algebra calculator, calculate matrix and poor, multiplication, multiplying, reverse, with a variety of computing matrix, the eigenvalues and the like. Combined with the graphical us
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:11943
    • 提供者:Bob
  1. CMatrixForCpp

    0下载:
  2. 一个以double类型为基类型的矩阵类,实现了矩阵的加、减、乘、转置、求逆等基本操作。VC++程序。-a type of double-types of matrices, the matrix to achieve the increase, subtraction, multiplication, transpose, basic inverse operation. VC procedures.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2031
    • 提供者:bi39944
  1. wpic

    0下载:
  2. 编写一个应用程序实现二维矩阵的乘法操作 程序功能:让用户输入两个整型矩阵-Write an application to achieve two-dimensional matrix multiplication operation procedure function: allow the user to enter two integer matrix
  3. 所属分类:JavaScript

    • 发布日期:2017-12-14
    • 文件大小:3072
    • 提供者:JFUXlaid@998
  1. mgh_com-vue2-elm-master

    0下载:
  2. java实现的克里金插值算法。算法实现中使用Jama.Matrix包来做矩阵操作。算法简洁明了。 希望能帮到你。(Kriging interpolation algorithm to achieve the java. Jama.Matrix packets are used to do matrix operations in the algorithm implementation. The algorithm is concise and clear. Hope to help you.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-07
    • 文件大小:13790208
    • 提供者:弥中
搜珍网 www.dssz.com