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

搜索资源列表

  1. fenzhijiexianfa

    0下载:
  2. 分支界限法是由“分支”和“界限”策略两个部分组成,其中“分支”策略是对问题空间按照广度优先的策略进行搜索;“限界”策略是为了加速搜索速度而采用启发信息剪枝的策略。 使用分支限界法来解决单源最短路径问题时主要利用结点控制关系剪枝,在一般情况下,如果解空间树中以结点Y为根的子树中所含的解优于以结点X为根的子树中所含的解,则结点Y控制了结点X,以被控制的结点X为根的子树可以剪去。算法实现时,使用邻接矩阵表示图,二维数组存储图的邻接矩阵,使用数组记录源到各顶点的距离和路径上的前驱顶点。 -Br
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:815
    • 提供者:ss
  1. cxcx

    2下载:
  2. 用matlab实现灰度共生矩阵算法,并提取特征量-GLCM with matlab implementation algorithms, and the amount of extracted features
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:404385
    • 提供者:杨彬
  1. keybord-display

    0下载:
  2. 包括4乘4矩阵键盘和4乘3矩阵键盘,可以在按下相应键时并显示出来,有仿真图-Including 4 x 4 matrix keyboard, and 4 x 3 matrix keyboard, you can press the corresponding button and display, a simulation diagram
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:116354
    • 提供者:小牛
  1. make-rand-form

    1下载:
  2. 用matlab产生随机矩阵,特别是在语音信号处理中随机采集语音材料很有用。-Random matrix with matlab, especially in the speech signal processing in the usefulness of randomly collected voice.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:897
    • 提供者:廖畅
  1. linjiejuzheng

    0下载:
  2. 邻接矩阵 邻接矩阵(Adjacency Matrix):是表示顶点之间相邻关系的矩阵。设G=(V,E)是一个图,其中V={v1,v2,…,vn}。-Adjacency matrix adjacency matrix (Adjacency Matrix): is the relationship between the vertex between the adjacent matrix. Let G = (V, E) be a graph, where V = {v1, v2, ..., vn}
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:3280
    • 提供者:wangmingmin
  1. isodata

    0下载:
  2. isodata聚类分析程序,可以通过设定初始参数,对给定的数据矩阵自组织分裂合并-isodata cluster analysis program
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4738
    • 提供者:李弘
  1. cthd39-40

    0下载:
  2. MATLAB实现对该系统的潮流计算。需要MATLAB语言编制程序形成节点导纳矩阵、形成雅克比矩阵、用高斯消去法解修正方程式,并编写输出程序用以输出节点导纳矩阵、节点电压(包括电压的相角和幅值)、以及各支路的首端功率、末端功率和功率损耗-MATLAB implementation of the system flow calculation. MATLAB programming language requires the formation of the node admittance matr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1269
    • 提供者:高阳
  1. matrix-converter-power-system.

    0下载:
  2. 关于矩阵变换器的风力发电系统。希望对大家有用!-Wind power generation on the matrix converter system. Hope it useful!
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:744959
    • 提供者:王满雷
  1. shuzhifenxiyudonglixue

    0下载:
  2. 描述了数值分析在转子动力学中的应用,并用传递矩阵推到了相应公式-Describes the numerical analysis applications in rotor dynamics, and pushed to the transfer matrix with the corresponding formula
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:925441
    • 提供者:sxz
  1. Decomposition_QR

    0下载:
  2. QR分解法是三种将矩阵分解的方式之一。这种方式,把矩阵分解成一个正交矩阵与一个上三角矩阵的积。QR 分解经常用来解线性最小二乘法问题。QR 分解也是特定特征值算法即QR算法的基础。-QR decomposition are the three ways of decomposition of the matrix. In this way, the matrix decomposition into an orthogonal matrix and an upper triangular mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:585
    • 提供者:徐默涵
  1. graymatrix

    0下载:
  2. IEEE文章和改进的灰度共生矩阵,结构统计方法,用来提取图像纹理特征-IEEE paper and Improved GLCM, the structure of statistical methods used to extract the image texture features
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2407585
    • 提供者:lida
  1. ldpc_bpsk

    1下载:
  2. LDPC码与bpsk结合,利用三种不同方法产生生成矩阵和校验矩阵。-LDPC codes combined with bpsk using three different methods have generated matrix and calibration matrix.
  3. 所属分类:Communication-Mobile

    • 发布日期:2015-05-26
    • 文件大小:9216
    • 提供者:李永强
  1. Gray-Level-Co-Occurrence-Matrix

    0下载:
  2. 基于OpenCV和VS2008的图像灰度共生矩阵特征提取实现。文件中还有matlab版本的-Images based on OpenCV and VS2008 GLCM feature extraction achieved. Matlab version of the file there
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4433935
    • 提供者:qiouyin
  1. MATLAB_Code_for_Anisotropic_TMM

    1下载:
  2. MATLAB_Code 各项异性介质中的传输矩阵方法处理光的传播-MATLAB_Code anisotropic media in the transfer matrix approach to light propagation
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1451
    • 提供者:milton
  1. LinearMath

    0下载:
  2. 矩阵加、减、乘、最小二乘、LU分解法等相关算法-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2686
    • 提供者:
  1. huidugongshengjuzhensuanfa

    0下载:
  2. 灰度共生矩阵算法 vc++实现 -GLCM algorithm vc++ Realize GLCM algorithm vc++ Realize
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:9202
    • 提供者:樟树
  1. spare_matrix

    0下载:
  2. 稀疏矩阵的matlab算法,以及稀疏矩阵存储技术的介绍。-Matlab sparse matrix algorithms, and sparse matrix storage technology introduction.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:152887
    • 提供者:yeung yun
  1. juzhengkeyborad

    0下载:
  2. C51矩阵键盘程序源代码、电路图,可以顺序调试通过-C51 keyboard matrix source code, schematics, you can order through debugging
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:930732
    • 提供者:dkn
  1. matrix-keyboard

    0下载:
  2. 8*8矩阵键盘 windows ce 6.0键盘驱动-8* 8 matrix keyboard keyboard driver windows ce 6.0
  3. 所属分类:Driver Develop

    • 发布日期:2017-10-31
    • 文件大小:44226120
    • 提供者:王鑫
  1. Ymatrix

    0下载:
  2. 该程序能够求解任一节点的电力系统的节点导纳矩阵,是一种通用的方法。-The program can solve any node of the power system nodal admittance matrix, is a common method.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:957
    • 提供者:张建民
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com