搜索资源列表

  1. jsff_matrix

    0下载:
  2. 使用雅戈比方法计算矩阵全部特征值算法的实现-use Jacobin matrix method all the characteristics of the algorithm to achieve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zhao shan hai
  1. matlabworkElectricalpowerandvoltagecalculate

    0下载:
  2. 电力系统潮流计算 采取牛顿-拉弗逊法和PQ分解法 用matlab计算矩阵的功能,通过迭代方式求解。-power flow calculation taken Newton-Laffer Robertson and PQ decomposition matrix calculation using Matlab gong able, through iterative method to solve.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:呈逐渐
  1. gffdfundmatrix

    0下载:
  2. 本程序是基于OpenCV的程序,进行基本矩阵的计算,采用7点算法、8点算法。-the OpenCV are based on the procedures, the basic matrix calculation, using 7:00 algorithm, 8:00 algorithm.
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:45056
    • 提供者:njg
  1. chcap1

    1下载:
  2. % 信道容量C的迭代算法 % % 函数说明: % % [CC,Paa]=ChannelCap(P,k) 为信道容量函数 % % 变量说明: % % P:输入的正向转移概率矩阵,k:迭代计算精度 % % CC:最佳信道容量,Paa:最佳输入概率矩阵 % % Pa:初始输入概率矩阵,Pba:正向转移概率矩阵 % % Pb:输出概率矩阵 % % C:初始信道容量, r:输入符号数,s:输出符号数 %- C
  3. 所属分类:传真(Fax)编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. mpichbingxingdiama0711

    0下载:
  2. 基于cannon算法的MPI环境的并行程序原代码 能够计算超大型矩阵相乘,本人的毕业设计 绝对经典-cannon algorithm based on the environment of MPI parallel programming code to calculate the original super matrix multiplication. I graduated from the absolute classic de
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:283648
    • 提供者:jiafanbing
  1. powernode

    0下载:
  2. 牛顿-拉夫逊法潮流计算 基本步骤:   (1)形成节点导纳矩阵   (2)将各节点电压设初值U,   (3)将节点初值代入相关求式,求出修正方程式的常数项向量   (4)将节点电压初值代入求式,求出雅可比矩阵元素   (5)求解修正方程,求修正向量   (6)求取节点电压的新值   (7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义
  3. 所属分类:其他行业

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:asd
  1. mat-bp

    0下载:
  2. 用BP实现函数逼近 Matlab有如下特点: 1.编程效率高 例如:普通的矩阵计算用一般的高级语言,如C,Pascal等,需要十几至几十行语句,用matlab, 至多几行。 2.用户使用方便; 3.语句简单,内涵丰富; 4.高效方便的矩阵和数值计算; 5.方便的绘图功能,等等。 -BP realize function approximation using Matlab has the following
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. transmissionvsindex

    0下载:
  2. 用传输矩阵方法编写的matalb程序,可以用来计算透射率与缺陷折射率之间的关系-Transfer matrix method used to prepare the matalb procedures, can be used to calculate the transmission rate and defects in the refractive index of the relationship between
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:郑乾
  1. arraymul

    0下载:
  2. c++ 并行计算程序 ,关于矩阵相乘,可直接在linux下面计算-c++ parallel computing procedures, on the matrix multiplication can be calculated directly in linux below
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:306176
    • 提供者:tongjiaei
  1. tezhengzhi

    0下载:
  2. 计算任意方矩阵特征值特征向量的VC++源码-Calculation of arbitrary square matrix eigenvalue eigenvector VC++ Source
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:27648
    • 提供者:
  1. FRIT

    0下载:
  2. 计算小波变换的Mallat算法需要逐级分解和重构,而本文通过矩阵变换方法,给出不需逐级计算的小波分解和重构矩阵的构造方法,并给出9/7小波的分解和重构矩阵的基向量及波形图。-Calculation of the Mallat algorithm of wavelet transform decomposition and reconstruction needs level, and this article through the m
  3. 所属分类:波变换

    • 发布日期:2024-05-19
    • 文件大小:429056
    • 提供者:zhaoxiufen
  1. matrix

    0下载:
  2. 一个可进行矩阵计算的模版类,可实现大多数常用的矩阵计算功能-Calculation of a matrix template class can be achieved most commonly used function matrix calculation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:925696
    • 提供者:zhangxiaoting
  1. matrix-inverse

    0下载:
  2. 进行矩阵求逆,包含行列式的值的计算,代数余子式的计算等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:李艳
  1. JPEG_comprssion

    1下载:
  2. 基于DCT的JPEG图像的编码和压缩程序!可以选择对图像或矩阵进行实验,从而计算压缩比等
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:148480
    • 提供者:刘恒
  1. jiediandaonajuzhen

    0下载:
  2. 本程序为c++环境下的电力系统潮流计算机算计算法中节点导纳矩阵的实现-This procedure for c++ Environment trend of power system computer algorithm calculated nodal admittance matrix of the realization of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. matrix

    0下载:
  2. 适合数值计算中的大矩阵相乘的算法 两个矩阵相乘的源程序 标准的C语言编辑-Suitable for numerical computation of large matrix multiplication algorithm of two matrices of the standard C language source code editor
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:bs
  1. TemplateMatrix

    0下载:
  2. 用C++模板方法实现的矩阵计算演示程序。 用于演示模板、矩阵计算。-With C++ Template method of calculating matrix demo program. For the presentation template, the matrix calculation.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:
  1. p09005435

    0下载:
  2. MFC小程序,功能有:科学计算,矩阵运算,以及一个学生管理系统。-MFC small procedures, functions are: scientific computing, matrix operations, as well as a student management system.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-19
    • 文件大小:2569216
    • 提供者:hyp
  1. celiang

    0下载:
  2. 普通平差程序,闭合导线计算,矩阵类定义,矩阵求逆,导线平差,高程平差-General adjustment procedures, closed traverse, the matrix class definition, matrix inversion, wire Adjustment, Height Adjustment
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-19
    • 文件大小:4411392
    • 提供者:KEVIN
  1. JuZhenLianCheng

    0下载:
  2. 问题描述 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-1。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 例如:3个矩阵A1,A2,A3,阶分别为10×100、100×5、5×50,计算连乘积A1A2A3时按(A1A2)A3所需的元素乘法次数达到最少,为7500次。 -Descr iption of the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:陈文浩
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »

源码中国 www.ymcn.org