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

搜索资源列表

  1. Matrixmultiply

    0下载:
  2. 用动态怪话算法编写的有关矩阵相乘的java程序-dynamic algorithm cynical remark of the matrix multiplication of java programs
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1.85kb
    • 提供者:侯绍忠
  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. Matrix.设计一个造成矩阵类Matrix

    0下载:
  2. 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:1.49kb
    • 提供者:5235668
  1. Eigenvalue

    2下载:
  2. 用QR分解来求矩阵的全部特征值 包括:QR分解,矩阵转置,;矩阵求逆,矩阵相乘,最后迭代得出特征值-With QR decomposition to the full matrix eigenvalue include: QR decomposition, matrix transpose, matrix inversion, matrix multiplication, and finally reached eigenvalue iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8.22kb
    • 提供者:zengming
  1. juzhengxiangsheng

    0下载:
  2. 利用java实现矩阵*矩阵,通过输入参数的不同重载,实现不同数据类型的矩阵相乘-The realization of the use of java Matrix* matrix, the different input parameters through overloading, different types of data matrices
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:676byte
    • 提供者:蔡尧东
  1. Matrix_multiple

    0下载:
  2. 一个通用算法,给定两个实矩阵,求两个矩阵相乘之积。-Two matrix multiple
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:707byte
    • 提供者:zj
  1. Java

    0下载:
  2. 两个矩阵相乘,矩阵a的行数和矩阵b的列数必须相同,并且两个矩阵的元素具有相同或兼容的数据类型 -2 matrix multiplication, matrix a matrix of rows and columns b, must be the same, and the two elements of the matrix with the same or compatible data types
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:3.36kb
    • 提供者:xuzhihong
  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. MatrixMultiply

    0下载:
  2. 用JAVA 语言编写,实现两个非零矩阵的相乘功能-Using JAVA language, achieve two non-zero matrix multiply functions
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:539byte
    • 提供者:yuki
  1. MatrixMultiply

    0下载:
  2. 用JAVA实现的一种矩阵相乘算法.原创作品-Implemented with JAVA A matrix multiplication algorithm. Original works !!!!!!!!!!!!!
  3. 所属分类:Ajax

    • 发布日期:2017-03-30
    • 文件大小:5.05kb
    • 提供者:阿达
  1. algorithm_report

    0下载:
  2. 算法分析与设计报告,用java编写的4个常见的算法小程序。包括矩阵相乘问题,0/1背包问题,删数问题,和旅行商问题。-Algorithm analysis and design reports using java prepared four common algorithm applet. Including matrix multiplication problem, 0/1 knapsack problem, delete a few problems, and traveling sal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:45.1kb
    • 提供者:淼淼
  1. Cpp1

    0下载:
  2. 求矩阵的乘法 进行矩阵相乘 用JAVA语言实现-Demand matrix multiplication for matrices with JAVA language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1.05kb
    • 提供者:王晓菲
  1. juzhenxiangcheng

    0下载:
  2. 用java编写的代码,实现两个矩阵相乘的算法,比较简单。-Use Java code written achieve two matrix multiplication algorithm, more simple.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:12.06kb
    • 提供者:晨曦
  1. JavaMultithread

    0下载:
  2. java 计算矩阵相乘。采用多线程的方法。单线程与多线程对比 计算量相同,线程数不同。-java calculate the matrix multiplication. Using the method of multi-threaded. Single-threaded and multi-threaded results calculated in the same number of threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:837byte
    • 提供者:dd
  1. 2011011259_2nd

    0下载:
  2. 清华大学2013年java小学期第2次作业.内含问答题与编程题答案。编程题题目是三个矩阵相乘和给出数独的所有可能答案。-Tsinghua University in 2013 java primary period of the 2nd job. Contains answers to quiz questions and programming questions. Programming topics are three questions given Sudoku matrix multi
  3. 所属分类:Games

    • 发布日期:2017-04-08
    • 文件大小:12.95kb
    • 提供者:钟华
  1. java

    0下载:
  2. 掌握一维数组和二维数组的定义、初始化方法。编写程序实现两个矩阵的相加、相乘-The definition of one-dimensional and two-dimensional arrays of arrays, initialization method to master. Write a program to achieve the sum of two matrices are multiplied.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:578byte
    • 提供者:陈庚峰
  1. 算法分析

    0下载:
  2. 对矩阵相乘以及大整数相乘的分析以及源码,程序比较简单,没什么难度,希望有改进的算法(Analysis of matrix multiplication and multiplication of large integers and source code)
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:61kb
    • 提供者:zxxiao
  1. task03

    0下载:
  2. 矩阵相乘结果,简单的java程序,入门必需品,谢谢。(Matrix multiplication results, simple java program, entry necessary, thank you.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-01
    • 文件大小:6kb
    • 提供者:Leslie Tt
搜珍网 www.dssz.com