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

搜索资源列表

  1. gei_v11

    0下载:
  2. MIMO OFDM matlab simulation, The final weight matrix is ??the filter coefficient, Debugging can be used.
  3. 所属分类:WEB开发

  1. fie_gk72

    0下载:
  2. The final weight matrix is ??the filter coefficient, Using wavelet denoising thought, Based on piecewise nonlinear weight value Pso algorithm.
  3. 所属分类:Java编程

    • 发布日期:2017-12-24
    • 文件大小:59392
    • 提供者:李文鸽
  1. bu015

    0下载:
  2. matlab development toolbox support vector machine, Calculate the maximum eigenvalue judgment matrix of AHP, Simulation of doubly fed induction generator system.
  3. 所属分类:Java编程

    • 发布日期:2017-12-23
    • 文件大小:59392
    • 提供者:王平建
  1. 幻方矩阵

    0下载:
  2. 输入输出矩阵并判断是否为幻方矩阵,字数字数字数字数(The input output matrix and determine whether the magic square matrix)
  3. 所属分类:Java编程

    • 发布日期:2017-12-25
    • 文件大小:53248
    • 提供者:石头鸭子
  1. 算法分析

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

    • 发布日期:2018-01-01
    • 文件大小:62464
    • 提供者:zxxiao
  1. wt583

    0下载:
  2. Much posture, multi-angle, have different light, PV modules contain, MPPT module, BOOST module, inverter module, The final weight matrix is ??the filter coefficient.
  3. 所属分类:Java编程

    • 发布日期:2018-01-04
    • 文件大小:128000
    • 提供者:丁付山
  1. syuyi

    0下载:
  2. Calculate the maximum eigenvalue judgment matrix of AHP, Dimensional phononic crystals FDTD method calculation examples band gap, Complex modulation coherent pulse train signal.
  3. 所属分类:JavaScript/JQuery

    • 发布日期:2018-01-06
    • 文件大小:38912
    • 提供者:loupoufun
  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
    • 文件大小:13790208
    • 提供者:弥中
  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. xianxingma

    0下载:
  2. 写出程序,根据用户输入的信息码和生成矩阵,求出编码后的码字(Write the program, according to the user input information code and the generation matrix, the code word after the code is obtained.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:wwwant
  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
    • 文件大小:4096
    • 提供者:536536536
  1. matix

    0下载:
  2. 实现矩阵关系,构造类型,实现简单的矩阵加减乘除关系,并利用字符串方式输出(The realization of matrix relationship, structure type, simple matrix and using a string of add, subtract, multiply and divide, output)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:雾夜色
  1. jama-1.0.3.jar

    0下载:
  2. Jama是一个基本的线性代数java包。包括一个基本的Matrix类和5个矩阵分解类(Jama is a basic linear algebra Java packet. Including a basic Matrix class and 5 matrix factorization classes)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:35840
    • 提供者:yozad.vom
  1. task03

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

    • 发布日期:2018-05-01
    • 文件大小:6144
    • 提供者:Leslie Tt
  1. apriori

    0下载:
  2. 经典的Apriori算法由于要多次扫描数据库,产生大量的候选项集,极大的影响了算法的时间和空间效率。为了减少数据库的扫描次数,可采用矩阵记录所需数据并放入内存中。矩阵record的每个行号对应一个商品码(即一个项),每个列号对应一个客户号(即一个事务)。倘若第j个客户买了第i个商品,则record[i][j]=1,否则record[i][j]=0. 扫描一遍数据库,将矩阵record初始化。接下来的工作,都可以通过扫描内存中的矩阵进行,不必再扫描数据库。(The classic Apriori
  3. 所属分类:Java编程

    • 发布日期:2018-05-03
    • 文件大小:23552
    • 提供者:等朕称了帝
  1. 矩阵连乘问题和租船问题

    0下载:
  2. 动态规划算法解决矩阵连乘问题和租船问题,java源码。(Dynamic programming algorithm to solve matrix multiplication problem and charter problem, java source code.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:dupeihui
  1. html5canvasapi

    1下载:
  2. 基本知识 绘制矩形 清除矩形区域 圆弧 路径 绘制线段 绘制贝塞尔曲线 线性渐变 径向渐变(发散) 图形变形(平移、旋转、缩放) 矩阵变换(图形变形的机制) 图形组合 给图形绘制阴影 绘制图像(图片平铺、裁剪、像素处理[不只图像、包括其他绘制图形]) 绘制文字 保存和恢复状态(context) 保存文件 结合setInterval制作动画(basic knowledge Draw rectangle Clear rectangular area Arc
  3. 所属分类:JavaScript/JQuery

    • 发布日期:2019-12-02
    • 文件大小:29696
    • 提供者:markhenry
« 1 2 ... 11 12 13 14 15 16»
搜珍网 www.dssz.com