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

搜索资源列表

  1. Y

    1下载:
  2. 用稀疏矩阵技术形成节点导纳矩阵的matlab程序,语句十分简洁-Using sparse matrix technology, the formation of the node admittance matrix of the matlab program, the statement is very simple
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-05-11
    • 文件大小:1107
    • 提供者:dgd
  1. Matrix_multiple

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

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

    0下载:
  2. 用幂法和反幂法实现求矩阵的特征值和特征向量-With the power method and inverse power law to achieve demand matrix eigenvalues and eigenvectors
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:1039
    • 提供者:zhaolong
  1. anp

    0下载:
  2. NP是美国匹兹堡大学的T.L.Saaty 教授于1996年提出了一种适应非独立的递阶层次结构的决策方法,它是在网络分析法(AHP)基础上发展而形成的一种新的实用决策方法。其关键步骤有以下几个: 1 确定因素,并建立网络层和控制层模型。 2 创建比较矩阵。 3 按照指标类型针对每列进行规范化。 4 求出每个比较矩阵的最大特征值和对应的特征向量。 5 一致性检验。如果不满足,则调整相应的比较矩阵中的元素。 6 将各个特征向量单位化(归一化)
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4442
    • 提供者:chen
  1. 29782213gray

    0下载:
  2. 这是基于灰度共生矩阵提取图像纹理特征参数的方法-This is based on GLCM texture feature parameter extraction method of image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:54108
    • 提供者:lion
  1. 31767649image_texture_analysis

    0下载:
  2. 这是基于灰度共生矩阵的纹理特征重要参数提取的代码-This is based on gray level co-occurrence matrix texture features of the important parameters of the code extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:51434
    • 提供者:lion
  1. 81404598texture4

    0下载:
  2. 这是基于灰度共生矩阵提取纹理特征重要参数的代码-This is based on gray level co-occurrence matrix texture features extracted the important parameters of the code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:350659
    • 提供者:lion
  1. zx-jzjp

    0下载:
  2. 众想科技公司51单片机矩阵键盘源程序,c语言编写。-Public technology companies like the keyboard matrix 51 MCU source, c language.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:16192
    • 提供者:刘洋
  1. dx-4.4.4.tar

    1下载:
  2. 图像的纹理特征参数的灰度共生矩阵的计算,该方法效果好,速度快,易理解。-The image texture characteristic parameters GLCM calculation, the method effective, fast, easy to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9676049
    • 提供者:luoze
  1. inverse

    0下载:
  2. 计算逆矩阵,在矩阵后面夹带一个单位矩阵,然后把前面那一个矩阵处理成对角线单位矩阵,后面的那个矩阵就是逆矩阵。-Computing inverse matrix, a unit entrainment in the matrix behind the matrix, and then in front of it is processed into a matrix, diagonal matrix, the latter matrix that is the inverse matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:908
    • 提供者:hualiayue
  1. vector_matrix_multiplication

    0下载:
  2. 稀疏矩阵与向量相乘 算法 C语言 并行计算-Sparse matrix and vector multiplication
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1446
    • 提供者:qq
  1. final1

    2下载:
  2. 传输矩阵计算三层材料古斯汉森位移。以及透射率和反射率-Transfer matrix calculation of three-layer materials, Goose Hansen displacement. As well as the transmittance and reflectance
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:928
    • 提供者:zhangxi
  1. CMatrix

    0下载:
  2. VC++矩阵类:CMatrix.h 用的Vector-VC++ matrix class: CMatrix.h used in Vector
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1938
    • 提供者:james.m
  1. matrix

    0下载:
  2. 清华大学张贤达教授主编主讲的矩阵分析课程,非常好啊-Tsinghua University, editor of the main speaker, Professor Zhang Xianda matrix analysis program, very Well
  3. 所属分类:source in ebook

    • 发布日期:2017-06-20
    • 文件大小:30264635
    • 提供者:李洋
  1. algorithm

    0下载:
  2. 九个经典算法,冒泡排序,快速排序,堆排序,矩阵相乘最优次序,分治递归法求最大元,次大元和最小元,基数排序,二叉排序树,图的深度优先搜索与广度优先搜索,KMP算法,三阶B-树(2-3树)。。内附各算法详细说明与运行报告,各程序以C/C++实现,用VC打开可直接运行-algorithm:BinarySearchTree、Bitree、BubbleSort、graphSearch、HeapSort、kmp、matrixchain、quickSort、RadixSort
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:239261
    • 提供者:章小龙
  1. cycle test algrithm

    3下载:
  2. lDPC校验矩阵的环检测。包括4环检测算法,6环检测算法及8环检测算法。还包括一个准循环LDPC奇偶校验矩阵的生成算法。-this algrithm can search cycles in LDPC parity check matrix。It contain cycle-4 cycle-6 cycle-8 test algrithm.It also contains a algrithm for generate the LDPC quasi-cyclic parity check matr
  3. 所属分类:matlab例程

    • 发布日期:2012-11-27
    • 文件大小:2708
    • 提供者:胡涛
  1. NoteOnsetDetectionUsingNMF

    0下载:
  2. 一个音符起点检测程序,其中使用了非负矩阵分解以提取特征减少运算量-NOTE ONSET DETECTION USING NMF
  3. 所属分类:Audio program

    • 发布日期:2017-03-29
    • 文件大小:1033
    • 提供者:残雪轻狂
  1. keylsjfijwoier

    0下载:
  2. 很精简且实用的矩阵键盘扫描程序,包括PROTEUS仿真电路图,可进行演示操作-Very concise and useful matrix keyboard scanning procedures, including the PROTEUS simulation of circuit operation can be demonstrated
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:15434
    • 提供者:wwww
  1. wuxin

    0下载:
  2. 用汇编语言实现两个文件中的矩阵的乘法,将计算结果存入一个新的文件中,带命令行参数运行。-The two documents with the assembly language implementation of matrix multiplication, the calculation result into a new file, with a command-line arguments to run.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1707
    • 提供者:吴心
  1. gongsheng_standardized

    0下载:
  2. 灰度图像处理程序 包括两个程序 一个是用来提取灰度共生矩阵,第二个用来对灰度图像进行均方差标准化,提高图像强度 -Gray-scale image processing program includes two programs are used to extract a gray level co-occurrence matrix, the second gray-scale images were used to standardize variance and improve the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1055
    • 提供者:yifanyingzyf
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 50 »
搜珍网 www.dssz.com