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

搜索资源列表

  1. MatrixTest

    0下载:
  2. 本程序实现了两个矩阵相乘的功能,运行时输入矩阵,程序会自动判断两个矩阵是否可以相乘,然后再进行运算
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1587
    • 提供者:王业鹏
  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
    • 文件大小:4045
    • 提供者:姜淼
  1. 000

    0下载:
  2. 模糊数学中的关系运算即 矩阵的运算c语言 可计算20阶-Fuzzy Mathematics in the relationship between the operator that the operator matrix c language computable 20 bands
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:931
    • 提供者:chenqingpan
  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
    • 文件大小:6617
    • 提供者:Orlando
  1. J2ME3D

    0下载:
  2. j2me 3D 游戏开发详解源码,本书详细讲解了JSR-184提供的API,重点讲述了纹理、雾化、变换矩阵、投影(目标摄影机和自由摄影机)、帧动画、Morphing变形体和Skinned变形体等关键技术,同时还阐述了投影矩阵的推导、动画的插值算法、变换矩阵的运算和使用。-j2me 3D game develop
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3528315
    • 提供者:陈健
  1. matrix-operations

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

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

    0下载:
  2. 模糊矩阵的合成运算 模糊算子 模糊矩阵 模糊数学 模糊集 模糊方程 运算方法 合成运算 ... 【摘要】 本文在L.A查德提出的模糊集及其基本算子∨、∧、C的基础上引进了-Fuzzy matrix of the composition to fuzzy operators fuzzy matrix fuzzy mathematics fuzzy sets fuzzy equation computing method synthesis operations ... Abstrac
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-02
    • 文件大小:814
    • 提供者:milchen
  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
    • 文件大小:17613
    • 提供者:x2310
  1. matrix

    0下载:
  2. 矩阵的乘法运算:键盘输入两个矩阵,计算其乘积。-This program can gets the product of two matrixes.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:826
    • 提供者:晨暮
  1. fncalc_v2_6

    0下载:
  2. 这是一个免费的手机计算器,能让你计算复杂的数学表达式,图像运算,积分和矩阵的计算。支持触摸屏手机,可以进行积分运算等各种复杂数学计算,可进行各种公式运算。-failed to translate
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:76645
    • 提供者:李翔
  1. E3

    0下载:
  2. JAVA编程,用Monitor监视多线程矩阵乘法运算。-using Monitor to solve matrix multiply
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1311
    • 提供者:杜继宏
  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
    • 文件大小:828081
    • 提供者:品秋
  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. 采用随机数产生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
    • 文件大小:2255
    • 提供者:杨鹏
  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
    • 文件大小:2695664
    • 提供者:陈颖
  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
    • 文件大小:1738083
    • 提供者:赵科
  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. ojalgo

    0下载:
  2. ojAlgo 是一个开源的Java类库,用于解决一些常用的数学问题以及线性代数和最优化问题。这里是修改了部分内容,便于在android平台上使用。我用其进行矩阵的运算,特别是Hermitian矩阵的特征值求解,常用的java库不方便用于求复数矩阵的特征值求解。(纯java平台运行可看原网站。)(ojAlgo is Open Source Java code to do mathematics, linear algebra and optimisation.I have modified par
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:735232
    • 提供者:jinzhao
« 1 2»
搜珍网 www.dssz.com