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

搜索资源列表

  1. GradientShaperActivity

    0下载:
  2. GradientShaper Matrix 功能展示-/** * The Matrix class holds a 3x3 matrix for transforming coordinates. * Matrix does not have a constructor, so it must be explicitly initialized * using either reset()- to construct an identity matrix, or one of the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:53455
    • 提供者:zhang
  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
    • 文件大小:21447
    • 提供者:李丽
  1. algorithm

    1下载:
  2. 一些经典算法的java实现:包括:二分查找,最优二搜索树,编辑距离,哈夫曼树,最长公共子序列,矩阵连乘问题,最短路径优先-Some classic algorithm java implementation: including: binary search, and optimal two search tree, the edit distance Huffman tree, the longest common subsequence matrix multiplicative Short
  3. 所属分类:JavaScript

    • 发布日期:2017-05-11
    • 文件大小:7168
    • 提供者:谢虹宇
  1. RaceCalendar

    0下载:
  2. (循环赛日程安排) 设有n=2^k个选手要进行网球循环赛,要求设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次。 按此要求,可将比赛日程表设计成一个 n*n的矩阵,其中,第 i 行第 j 列表示和第 i 个选手在第 j 天比赛的对手。 编写循环赛的日程安排程序。具体实现时可以有多种方法实现,但是递归实现是必须完成。 -(round robin schedules) with n = 2 ^ k a pla
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-22
    • 文件大小:788
    • 提供者:刘小明
  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. jquery-qrcode-master

    0下载:
  2. jquery.qrcode.js是一个能够在客户端生成矩阵二维码QRCode的jquery插件 ,使用它可以很方便的在页面上生成二维条码。-the jquery.qrcode.js a client to generate a matrix two-dimensional code QRCode jquery plug, use it can easily generate two-dimensional bar code on the page.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-16
    • 文件大小:18381
    • 提供者:kkpudn515
  1. Eigenvalue

    0下载:
  2. 本压缩文件包括:求矩阵特征根、求奇异值、QR分解矩阵转置-Seeking the root of the matrix eigenvalue problem
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:9541
    • 提供者:彭成松
  1. OddMagic

    0下载:
  2. 奇数幻方:有一N*N的方阵,其中n为奇数,在n*n的幻方内将1到n^2的整数填入其中,是的其各行,各列及对角线的和都相等。-The odd magic square: a N*N matrix, where n is an odd number, in the n*n magic within 1 to n^2 integer which is filled, the rows, columns and diagonal and are equal.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:869
    • 提供者:王斌
  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-admin

    0下载:
  2. html5源码 国外的后台管理系统界面(内含源文件)-Foreign background management system interface (including source files)
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-12
    • 文件大小:3682386
    • 提供者:Macrae
  1. SVM-JAVA

    0下载:
  2. 这是一款基于java和python实现svm支持向量机的算法源代码,可以实现对任意点阵的分类,效果非常明显-This is a based on java and python svm support vector machine algorithm source code, you can achieve the classification of any dot matrix, the effect is very obvious
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:707589
    • 提供者:怪兽
  1. MatrixMultiply

    0下载:
  2. 算法分析与设计 用动态规划法计算矩阵乘积(java源码)-Algorithm Analysis and Design Matrix Multiply with Dynamic Programming Method. (Java source code)
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:743
    • 提供者:jing
  1. ZG

    0下载:
  2. 病态矩阵HILBERT,正则化高斯消元法,cholesky分解法-Ill-conditioned matrix HILBERT, regularization of Gaussian elimination method, cholesky decomposition
  3. 所属分类:JavaScript

    • 发布日期:2017-12-07
    • 文件大小:568
    • 提供者:wucx
  1. test9

    0下载:
  2. 从键盘输入矩阵,并实现矩阵相乘切从屏幕输出。-Entered from the keyboard matrix to achieve the matrix multiplication cut from the output of the screen.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:670
    • 提供者:王静
  1. Jama-1.0.3

    0下载:
  2. JAVA 处理矩阵非常好的一个工具,不过就是SVD分解的时候只能按照他的要求来-JAVA processing matrix is ​ ​ a very good tool, but it is the SVD decomposition only in accordance with his request to
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:111167
    • 提供者:
  1. Prac

    0下载:
  2. 矩阵的求逆运算,给了个小例子,适合初学者学习-Matrix inverse operation, give a small example, for beginners to learn
  3. 所属分类:JavaScript

    • 发布日期:2017-12-03
    • 文件大小:635
    • 提供者:yangliu
  1. p_6

    0下载:
  2. 编程求一个3×3矩阵的对角线元素之和,学会运用数组-Programming and a 33 matrix diagonal elements and learn how to use an array of
  3. 所属分类:JavaScript

    • 发布日期:2017-11-19
    • 文件大小:10427
    • 提供者:asd
  1. Matrixchain

    0下载:
  2. 矩阵链乘法,采用动态规划,使用java编写。-Matrix-chain Question
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:1003
    • 提供者:殷成健
  1. App2

    0下载:
  2. 我是一名在读大学生,非CS专业的学生,只是因为自己感兴趣,所以踏上了学习java的路,现在还是处于初步阶段,这个代码是一段工业工程仿真模拟中的随机关系矩阵的产生 。-I was a university student in reading, non-CS majors, just because they are interested, so embarked on the road to learn java, now or at a preliminary stage, this code
  3. 所属分类:JavaScript

    • 发布日期:2017-11-20
    • 文件大小:663
    • 提供者:Steve
  1. java2

    0下载:
  2. 常用的程序总结,主要是动态规划的算法,有斐波拉契,矩阵,背包,和二叉查找树-Summary of frequently used programs, mainly dynamic programming algorithm, Feibolaqi, matrix, backpacks, and a binary search tree
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:2483
    • 提供者:黎明
« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com