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

搜索资源列表

  1. MultiThreadMutiple

    0下载:
  2. 矩阵并行乘法 java多线程实现-matrix inversion algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1265
    • 提供者:lee
  1. juzhenxiangcheng

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

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

    0下载:
  2. java的一个简单练习,实现在5*5矩阵上1-25数字快速随机排列,有图形化界面。-5* 5 matrix to achieve the number of fast random order on 1-25, there is a graphical interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:824
    • 提供者:邵峰
  1. juzhenlei

    0下载:
  2. (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法mul
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1181
    • 提供者:刘凯
  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. caizi

    0下载:
  2. 手机屏幕中显示一个5*5字母矩阵,玩家左右上下移动方向键,使矩阵中每纵列的5个字母都能拼成一个英文单词。- mobile phone screen shows a 5* 5 alphabet matrix, game player about moving up and down arrow keys, so that the matrix of each column of 5 letters to spell a word in english.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2090
    • 提供者:李腾飞
  1. Webexcel

    1下载:
  2. 网络中共享EXCEL,可作为网络版的EXCEL使用,提供三种数据更新方式,支持多用户在线编辑、更新、修改、上传、汇总服务器上EXCEL文件。 支持VBA,EXCEL开发的单机版小软件,通过这款软件变为网络版。 可用数据报表使用,上传EXCEL文件,简单设置后,可以收集、上报数据。 -network to share, as a network version of EXCEL EXCEL use such data to update 3, provide ways and m
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2016-01-25
    • 文件大小:1121280
    • 提供者:wr
  1. 1d

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

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

    0下载:
  2. matrix multiplication
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1344
    • 提供者:drddos
  1. matrix

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

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

    0下载:
  2. 这是一个对于任意奇数阶的魔方矩阵的算法,虽然不是很好,可参考一下。-This is a for any odd rubik s cube is a algorithm this for any odd number order of the rubik s cube matrix algorithm, although is not very good, can consult.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:668
    • 提供者:周政
  1. Sqrt

    0下载:
  2. 数值计算基础,平方根法解矩阵。大二上学期。简单易用。-Values ​ ​ calculated on the basis of the square root method for solving matrix. In his sophomore year. Easy to use.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1929
    • 提供者:wanjin
  1. E2

    0下载:
  2. JAVA用Semaphore解决多线程矩阵运算-using Semaphore to solve matrix calculation
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:1450
    • 提供者:杜继宏
  1. E3

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

    • 发布日期:2017-04-11
    • 文件大小:1311
    • 提供者:杜继宏
  1. acm_1191

    0下载:
  2. 编写一个程序输入一个mXn的矩阵存储并输出,并且求出每行的最大值和每行的总和。 要求把每行总和放入每行最大值的位置,如果有多个最大值,取下标值最小的那一个作为最大值。 最后将结果矩阵输出。-Write a program to input a mXn matrix storage and output, and calculated for each row and each row of the maximum value of the sum of. For each
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1115
    • 提供者:jiang
  1. DijkstraTest

    0下载:
  2. 采用了动态规划法即FLOYD算法利用矩阵求多源最短路径的JAVA实现-Using a dynamic programming method that is FLOYD algorithm uses matrix Multi-source shortest path to achieve JAVA-Using a dynamic programming method that is FLOYD algorithm uses matrix Multi-source shortest path to
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1141
    • 提供者:牛海峰
  1. c52

    0下载:
  2. 用java写的点阵程序。通过在界面描点,可以得到所描点在液晶中显示的十六进制数。-Dot-matrix program written in java. Point in the interface descr iption, can be described hexadecimal number of points displayed on the LCD.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1904
    • 提供者:李启晨
  1. OPGComplete

    0下载:
  2. 编译原理 算符优先文法 词法语法四元式,算符优先矩阵的实现-The implementation of the compiler that the principle of operator precedence grammar Four element type, lexical grammar, operator precedence matrix
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:35559
    • 提供者:院校长
  1. similarity

    0下载:
  2. 本代码可以用于计算特征向量或者矩阵的相似度。-This code can be used to calculate the similarity of the feature vector or matrix.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:642
    • 提供者:bluesky
  1. Backpack_01

    0下载:
  2. 动态规划法实现0-1背包,分析存储矩阵中的填充部分。-The dynamic programming method to achieve the 0-1 knapsack padding in the memory matrix.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:675
    • 提供者:lj
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 »
搜珍网 www.dssz.com