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

搜索资源列表

  1. 用三元组表实现稀疏矩阵的转置运算

    1下载:
  2. 用三元组表实现稀疏矩阵的转置运算 一个阶数较大的矩阵中的非零元素个数S相对于矩阵元素的总个数t很小时,即非 零元素个数s占矩阵元素的总个数t的25%~30%时,称该矩阵为稀疏矩阵称. 由于稀疏矩阵中非零元素的分布没有任何规律,在存储非零元素时,必须保存该非 零元素所对应的行下标和列下标.这样,存储的每个稀疏矩阵中的非零元素都需要(行 下标,列下标,元素值)三个参量来唯一确定,将这种存储结构称为稀疏矩阵的三元组 表示法. 稀疏矩阵中的所有非零元素构成三元组线性表.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:snow
  1. the_band_structure_of_photonic_crystals

    2下载:
  2. 用matlab所编用传输矩阵法计算光子晶体的能带结构的程序-prepared by using Matlab using the transfer matrix method photonic crystals with the structure of procedures
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:30.03kb
    • 提供者:杨国兵
  1. photonic_crystal_method_of_characteristic_matrix_1

    1下载:
  2. 用matlab所编的关于用传输矩阵法计算光子晶体的反射率,文件中将程序写在word文档中,并附带有在matlab下画的图,感觉很有用-using Matlab as in the use of the transfer matrix method photonic crystal reflectivity, Lieutenant General procedures documents written in word document, together with the painting un
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:31.18kb
    • 提供者:杨国兵
  1. method_of_characteristic_matrix_2

    1下载:
  2. 用传输矩阵法计算光子晶体的透射率,文件中将程序写在word文档中,并附带有在matlab下画的图,程序用matlab编写,感觉很有用,-use of the transfer matrix method photonic crystals transmission rate, which will write the procedures for word documents, Matlab together with the painting under the plans, procedur
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:30.68kb
    • 提供者:杨国兵
  1. one_dimensional_photonic_crystal

    7下载:
  2. 用传输矩阵法计算光子晶体的透射率随入射光入射角的变化的程序,程序由matlab所编,文件解压后能看到程序写在word文档中,并附带图,感觉很有用-use of the transfer matrix method photonic crystals transmission rate versus incidence angle changes in the procedures, procedures as in Matlab, documents unpacked to see the wo
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:30.64kb
    • 提供者:杨国兵
  1. photonic_crystal_period

    3下载:
  2. 用matlab编写的关于用传输矩阵法计算一维光子晶体的透射率随周期数变化的程序,感觉非常有用-using Matlab prepared on the use of the transfer matrix method one-dimensional photonic crystal with the transmission cycle Change The procedure, a very useful
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:36.34kb
    • 提供者:杨国兵
  1. photonic_band_structure

    1下载:
  2. 用传输矩阵法计算一维光子晶体的带结构的程序,用matlab所编,文件解压后,程序写在word文档中,并附有在matlab下画的图,本人感觉非常有用-use of the transfer matrix method one-dimensional photonic crystal with the structure of the program, prepared by Matlab. unpacks the files, procedures written in word document
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:27.91kb
    • 提供者:杨国兵
  1. 稀疏列主元

    0下载:
  2. 数学计算中的稀疏列主元方法研究矩阵-mathematical calculation of sparse main-element matrix method
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.39kb
    • 提供者:s
  1. ClusterData

    0下载:
  2. Performs hierarchical clustering of data using specified method and seraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al - Detection of Cluster Boundary in Microarray Data by Reference to MIPS Functional Catalogue Databa
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-22
    • 文件大小:2.28kb
    • 提供者:tra ba huy
  1. mpi_matmult

    0下载:
  2. MPI matrix multiplication with two versions (one is broad cast method and another one is systolic method)
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:3.09kb
    • 提供者:mghs
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:687.83kb
    • 提供者:
  1. matrix

    0下载:
  2. 共轭梯度法可以实现正定线性方程组的求解,并可以通过实例进行验证-Conjugate gradient method can achieve positive definite linear equations, and can be verified by an example
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:666.19kb
    • 提供者:翟军
  1. m-p

    0下载:
  2. 这两个程序是MATLAB的M矩阵法,P矩阵法,其它的为测试文件。-M matrix method, the P-matrix method
  3. 所属分类:Compiler program

    • 发布日期:2017-11-24
    • 文件大小:1.3kb
    • 提供者:dfbb
  1. correlation-coefficient-method

    1下载:
  2. 计算光谱阵中吸光度向量与浓度向量的相关系数,波长变量选择可以用此方法!-Absorbance in the spectral matrix calculated correlation coefficient vector and concentration of vector, wavelength, variable selection can use this method!
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:29.72kb
    • 提供者:peng yunfa
  1. cwp

    0下载:
  2. Transfer matrix method for metamaterials
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:26.26kb
    • 提供者:dung
  1. Automatic-image-mosaic-method

    0下载:
  2. 一 种 基 于 特征点 的 全自 动 无 缝图 像拼 接方法。 该 方法采用 对 于 尺度具 有 鲁 棒性 的 SIFT 算 法进行 特征点 的 提 取与 匹 配, 并 通过引 导 互 匹 配及投票 过滤 的 方法提高 特征点 的 匹 配 精确 度, 使用 稳 健的 RANSAC 算 法求 出 图 像间 变 换矩 阵 H 的 初 值并 使用 LM 非 线 性 迭代 算 法精炼 H, 最终使用 加 权平 滑 算 法完 成 了 图 像的 无 缝 拼接。-An automatic seamless
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:538.33kb
    • 提供者:lingliu
  1. xuanbiliang_chudijuzhen

    2下载:
  2. 采用传递矩阵法对悬臂梁系统进行主振型求解。-Using transfer matrix method to solve the main vibration mode of the cantilever beam system.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:903byte
    • 提供者:刘风
  1. MIMO

    0下载:
  2. 本程序实现了基于相关矩阵法的LTE及4G中MIMO多径信道的仿真,最终获得了MIMO信道的传播矩阵。(第一步,选择应用场景(确定信道参数和天线配置参数);第二步,计算相关矩阵,并做Cholesky分解;第三步,利用Jakes模型产生多普勒随机变量;第四步,形成TDL;第五步,根据前四步准备,最终得到MIMO多径信道的信道传输矩阵)-This procedure achieved based on the correlation matrix method and 4 g LTE MIMO in
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:18.36kb
    • 提供者:hulina
  1. AIC-matrix

    0下载:
  2. 偶极子法计算振动翼面升力分布的源码,根据文中介绍的方法编程来的-Dipole method to calculate the vibration of the airfoil lift distribution of the source code, according to the method described in the article programming to
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:4.96kb
    • 提供者:王迪
  1. ji641

    0下载:
  2. 一个计算声子晶体结构的一维传递矩阵法,IMC-PID是利用内模控制原理来对PID参数进行计算,完整的图像处理课设,包含所有源代码,汽车图像。- A one-dimensional transfer matrix method to calculate the phonon crystal structure, The IMC- PID is using the internal model control principle for PID parameters is calculated, C
  3. 所属分类:source in ebook

    • 发布日期:2017-12-13
    • 文件大小:4.63kb
    • 提供者:马小娟
« 12 3 4 »
搜珍网 www.dssz.com