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

搜索资源列表

  1. imageimpose

    0下载:
  2. 数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 直方图均匀化 模拟图像受高斯白噪声和椒盐噪声的影响 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 用巴特沃斯(Butterwo
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:10.52kb
    • 提供者:王晓明
  1. gongefa

    0下载:
  2. 以下是我的共轭梯度法的C语言程序,迭代次数超多,矩阵的条件数并不大可以用共轭梯度法解。-Following is the conjugate gradient method in C language program, the number of iterations Chao, Matrix condition number is not large can conjugate gradient method solutions.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:xiaozhi
  1. XiShuJuZhenZhuanZhi

    0下载:
  2. 数据结构稀疏矩阵转换成三元组然后再进行转置的具体实现方法,C语言实现,详细的操作解释-Interpretation of the sparse matrix data structure is converted into triples and then transpose the specific implementation method, C language, detailed operation
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1.13kb
    • 提供者:123
  1. 4-1Jacbi

    0下载:
  2. 对于阶数不高的方程组,直接法非常有效,对于阶数高,而系数矩阵稀疏的线性方程组却存在着困难,在这类矩阵中,非零元素较少,若用直接法求解,就要存贮大量零元素。为减少运算量、节约内存,使用迭代法更有利。-The order of the equations is not high, the direct method is very effective for high order, and the sparse coefficient matrix of linear equations, ther
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:828byte
    • 提供者:鲁亮
  1. cyuyanshishangbianchengbaili

    0下载:
  2. 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第三篇 系统调用 实例36 用C语言内嵌汇编语言实现
  3. 所属分类:source in ebook

    • 发布日期:2017-05-22
    • 文件大小:6.8mb
    • 提供者:qunniao
  1. Jacobian_algorithm_optimization

    0下载:
  2. 雅克比过关法算法求矩阵的奇异值分解,是雅克比算法的优化-Jacobi algorithm for seeking clearance method singular value decomposition of the matrix is a Jacobian algorithm optimization
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:934byte
    • 提供者:huang
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:217.72kb
    • 提供者:Jawen
  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. Strassen

    0下载:
  2. Strassen矩阵乘法,运用分治法,书上资料,编译通过-Strassen matrix multiplication using divide-and-conquer method book, compiled by
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:11.6kb
    • 提供者:范晓军
  1. moyishoujishufa

    0下载:
  2. 采用msp430f169单片机为控制核心,矩阵键盘为输入,12864液晶为显示模块,实现手机模拟输入法-Using msp430f169 microcontroller core, matrix keyboard input, 12864 LCD for the display module, analog input method for mobile phone
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:70.47kb
    • 提供者:于兴佳
  1. CWM-code

    0下载:
  2. 本程序适用于论文A Cyclic Weighted Median Method for L1 Low-Rank Matrix Factorization with Missing Entries-this code is for A Cyclic Weighted Median Method for L1 Low-Rank Matrix Factorization with Missing Entries
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:4.21kb
    • 提供者:甘斌
  1. cwp

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

    • 发布日期:2017-04-29
    • 文件大小:26.26kb
    • 提供者:dung
  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. yeimunsang

    0下载:
  2. 对于初学matlab的同学会有帮助,最终的权值矩阵就是滤波器的系数,利用最小二乘法进行拟合多元非线性方程。- Matlab for beginner students will help, The final weight matrix is ??the filter coefficient, Multivariate least squares fitting method of nonlinear equations.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-17
    • 文件大小:6kb
    • 提供者:魏有利
  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
    • 提供者:马小娟
搜珍网 www.dssz.com