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

搜索资源列表

  1. mpibingxing

    2下载:
  2. 介绍行列划分算法和矩阵相乘并行算法M P I 程序, 给出基于矩阵相乘并行算法的M P I 实现, 分析和讨 论处理器数目、复杂性、矩阵划分、B 子块传递、死锁避免和矩阵数据的获取等问题.-Introduction into the ranks of the matrix multiplication algorithm and parallel algorithm for MPI procedures, give parallel algorithm based on matrix mul
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:187962
    • 提供者:澄海
  1. generalizedinversematrix

    1下载:
  2. 基于vc6.0的一个计算非方阵矩阵的广义逆矩阵的算法,输入要求为矩阵的指针表示,矩阵的行数和列数,函数返回的是矩阵的广义逆矩阵,附带结果的验证-Vc6.0 based on a calculation of non-square matrix of the generalized inverse matrix of the algorithm, input requirements for the indicator matrix, said matrix of rows and columns
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:346832
    • 提供者:wangwei
  1. co_matrix

    0下载:
  2. matlab编写的一段提取DCT域共生矩阵的源码-matlab extract prepared DCT section of the source domain co-occurrence matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1152
    • 提供者:cail1986
  1. lesson5

    0下载:
  2. avr单片机矩阵键盘扫描程序。开发环境为iccavr。协助Proteus软件仿真。-Single-chip avr keyboard matrix scanner. Development environment for iccavr. To assist the Proteus software simulation.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:667
    • 提供者:jackqin
  1. juzheng

    0下载:
  2. 8051单片机矩阵键盘扫描程序(包括键盘的消抖和数码管的显示)-8051 keyboard matrix scanning process (including the elimination Buffeting keyboard and digital display control)
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:11878
    • 提供者:zqw
  1. Inverse_matrix

    0下载:
  2. 该算法可以实现求矩阵的逆阵,使用起来简单方便.-The algorithm can achieve the operation of matrix inverse .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3431
    • 提供者:guo
  1. LMS

    3下载:
  2. LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2016-08-26
    • 文件大小:826
    • 提供者:wan
  1. ScienceAndEngineeringNumericalAlgorithms

    1下载:
  2. 该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book' s source code, which include the common reali
  3. 所属分类:Algorithm

    • 发布日期:2015-02-25
    • 文件大小:1183112
    • 提供者:王伟
  1. Matrix

    2下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1077281
    • 提供者:雾水葛
  1. WindowsCEkeybordprogramming

    0下载:
  2. windows ce.net 矩阵键盘设计源码,直接编译即可,已在S3C2440平台编译通过-windows ce.net source matrix keyboard design, you can direct the compiler has been compiled through S3C2440 platform
  3. 所属分类:Windows CE

    • 发布日期:2017-04-09
    • 文件大小:21803
    • 提供者:centent
  1. 1

    0下载:
  2. lu分解一个非常好的利用LU分解法求逆矩阵的程序,其... 详细说明:这是一个非常好的利用LU分解法求逆矩阵的程序,其中的Pivot是很好的-lu decomposition of a very good use of LU decomposition of matrix inversion procedures, a detailed descr iption of its ...: This is a very good use of LU decomposition of matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:670
    • 提供者:丁叮
  1. InvMatrix

    0下载:
  2. 求矩阵的逆矩阵,输入参数为原矩阵和输出矩阵-Matrix of the inverse matrix, the input parameters for the original matrix and output matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:574135
    • 提供者:金立
  1. PluralandMatrix

    0下载:
  2. C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:22607
    • 提供者:shiping
  1. 51622445texturepinyuA2

    0下载:
  2. K均值聚类算法 由于对纹理图像使用灰度共生矩阵分割效果不明显 因此该算法使用图像频域进行处理-K-means clustering algorithm because of the texture image segmentation using the gray co-occurrence matrix effect was not obvious, therefore use the algorithm for processing images in frequency domain
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:303627
    • 提供者:小五子
  1. divh

    2下载:
  2. 简单的矩阵求逆的c语言算法,对初学者适用,包含头文件可以直接镶嵌到其他程序中-Simple matrix inversion algorithm in c language for beginners to apply, including the header files can be directly embedded into other programs
  3. 所属分类:Algorithm

    • 发布日期:2014-12-31
    • 文件大小:1021
    • 提供者:张淼
  1. work

    0下载:
  2. 微波吸收代码,可以计算微波吸收特性,实用传输矩阵方法-Microwave absorption code
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1774
    • 提供者:蒋成
  1. 2

    0下载:
  2. 任意输入--形成导纳矩阵--形成上三角阵-Admittance matrix form
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:26434
    • 提供者:张寒
  1. c

    0下载:
  2. 本子程序根据所给的支路导纳及有关信息,形成结点--导纳矩阵,如打印参数K=1,则输出电导矩阵G和电纳矩B -Procedures based on the book of the slip road to the admittance and related information, the formation of node** admittance matrix, such as print parameters K = 1, the output conductance matrix G
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:18166
    • 提供者:张寒
  1. 4

    1下载:
  2. 任意输入--形成节点导纳矩阵--输出矩阵-Arbitrary input- the formation of the node admittance matrix- output matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:58995
    • 提供者:张寒
  1. check_ldpc_4ring

    0下载:
  2. 计算ldpc低密度奇偶校验矩阵中4环的个数。-Ldpc calculated low-density parity-check matrix of the number of ring 4.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-10
    • 文件大小:862216
    • 提供者:陈华
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com