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

搜索资源列表

  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
    • 文件大小:21.25kb
    • 提供者:Rachel
  1. Jama

    0下载:
  2. Jama Java 矩阵运算包 for netbeans. -Jama Java matrix operations package for netbeans.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:74.1kb
    • 提供者:hxf
  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-09
    • 文件大小:3.95kb
    • 提供者:姜淼
  1. Mesh_Pnt

    0下载:
  2. Points in Euclidean space, implemented as double[].Includes simple geometric operations.Uses matrices a matrix is represented as an array of Pnts-Points in Euclidean space, implemented as double []. Includes simple geometric operations.Uses matrices
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:4.05kb
    • 提供者:cstar
  1. xishujuzhenyunsuanqi

    2下载:
  2. 用java编写的稀疏矩阵运算器,能实现简单的稀疏矩阵的运算,属于菜鸟的作品,呵呵,仅供参考哦~-Prepared using java sparse matrix operations, and to achieve a simple sparse matrix computation, which works rookie, huh, huh, oh, for reference purposes only ~
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-04-27
    • 文件大小:6.46kb
    • 提供者:Orlando
  1. java-jizhengyunsuan

    1下载:
  2. 面向对象矩阵运算库的设计与实现,压缩包中以稀疏矩阵为例,包换了相关的文档和设计实现,为学习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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:205.72kb
    • 提供者:心海
  1. MatLabOnline

    0下载:
  2. 在线MatLab,后台自己计算或者调用系统的matlab程序 包括 矩阵运算数值算法及 GWT 和 JNI的使用-Online MatLab, background, or call their own system of computing matlab numerical algorithm of procedures, including matrix operations and the use of GWT and the JNI
  3. 所属分类:Java Develop

    • 发布日期:2017-05-21
    • 文件大小:6.24mb
    • 提供者:张哲
  1. Matrix111

    0下载:
  2. 一些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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:2.39kb
    • 提供者:liuting
  1. LinearAlgebraTool

    0下载:
  2. 可实现矩阵运算和变换功能的线性代数工具,使用Java语言开发,内含详细源码和开发文档-A tool of Linear Algebra which supplies matrix operations and transfomations.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:755.02kb
    • 提供者:Ye Yue
  1. matrix-operations

    0下载:
  2. 运用java语言实现了对矩阵的各种运算。-Java language using a variety of matrix operations.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:909byte
    • 提供者:hlf
  1. transformTriangle

    0下载:
  2. 输入三角形的三个顶点坐标,以及变换方式,通过矩阵的运算进行平移、旋转、缩放变换,结果显示原三角形和变换后的三角形。右击TestTrans_1_2_3运行-Enter the triangle s three vertex coordinates, and the way of transformation, then through matrix operations for translation, rotation, scale transformation, the result can
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:17.2kb
    • 提供者:x2310
  1. Jama

    0下载:
  2. The United States Organization for Standardization and the joint development of MD University. Realize java matrix package. JAMA composed by six java category: Matrix, CholeskyDecomposition, LUDecomposition QRDecomposition SingularValueDecomposition
  3. 所属分类:JavaScript

    • 发布日期:2017-11-06
    • 文件大小:20.94kb
    • 提供者:李丽
  1. MuiltyTool

    0下载:
  2. 使用java编程,以实现矩阵间的相互运算,包括加减乘除四种运算,可以任意定义参与运算的矩阵大小-Java programming, in order to achieve mutual between the matrix computing, including the four operations of addition, subtraction, multiplication and division, can arbitrarily define the size of the mat
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:808.67kb
    • 提供者:品秋
  1. Matrix

    0下载:
  2. 采用随机数产生2到10阶的随机矩阵,并实现了矩阵的相关运算,比如:加减,乘除,求逆,求行列式-Using random Numbers generated random matrix from 2 to 10 order , and achieving relative to the implementation of the matrix operations, such as: add and subtract, multiple and divided, inverse and deter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2.2kb
    • 提供者:杨鹏
  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
    • 文件大小:5.39kb
    • 提供者:zhangt
  1. MuiltyTool

    0下载:
  2. 使用java编程,以实现矩阵间的相互运算,包括加减乘除四种运算,可以任意定义参与运算的矩阵大小-Using java programming, to achieve mutual operational matrices, including addition and subtraction, multiplication and division operations, you can define the size of the matrix involved in any operatio
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:2.57mb
    • 提供者:陈颖
  1. MuiltyTool

    0下载:
  2. 使用java编程,以实现矩阵间的相互运算,包括加减乘除四种运算,可以任意定义参与运算的矩阵大小-Using java programming, to achieve mutual operational matrices, including addition and subtraction, multiplication and division operations, you can define the size of the matrix involved in any operatio
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1.66mb
    • 提供者:赵科
  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-08
    • 文件大小:13.15mb
    • 提供者:弥中
  1. MatrixGUI

    0下载:
  2. JAVA语言编写的带界面的简单矩阵计算 加减乘除并且可以识别括号 进行正确的运算顺序的矩阵运算(JAVA simple matrix language interface with the calculation and matrix recognition add, subtract, multiply and divide operations in order to correct the brackets)
  3. 所属分类:Java编程

    • 发布日期:2018-04-20
    • 文件大小:4kb
    • 提供者:536536536
搜珍网 www.dssz.com