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

搜索资源列表

  1. 动态规划矩阵连乘

    0下载:
  2. 矩阵连乘。 输出所需最小连乘次数和计算序列。 使用的是动态规划算法。-matrix continually multiply. The required minimum output frequency and continually multiply calculated sequence. Using the dynamic programming algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:853
    • 提供者:轩哥哥
  1. calmatrix

    0下载:
  2. 矩阵计算,包括了矩阵的加减乘除,还可以实现对角化,对一次解方程组非常有帮助-matrix, which includes a matrix arithmetic, but also to achieve keratosis, a solution of equations very helpful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28822
    • 提供者:不说
  1. laoda

    0下载:
  2. 关于矩阵求逆的小程序,虽小但很实用。矩阵计算在工程中应用很广泛,该小程序中包含有关矩阵求逆的源代码,希望对大家有所帮助-matrix inversion of the small programs, small but practical. Matrix in engineering applications is wide, the small program included the matrix inversion of the source code, we hope to help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13264
    • 提供者:guoguo
  1. MatrixCompute

    0下载:
  2. 用visual basic写的矩阵计算代码-used to write visual basic matrix calculation code
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2814
    • 提供者:小刀
  1. matrxicalulation

    0下载:
  2. 采用VC开发的矩阵计算类,里面有许多计算功能可以直接调用或修改使用-development of the VC using matrix calculation category, which has many functions can be calculated directly or modify the use of call
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:48059
    • 提供者:gfwang
  1. BCINV

    2下载:
  2. 复数求逆矩阵,复数矩阵求逆矩阵,fortran子程序,求解精度高稳定,适合大矩阵计算
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:918
    • 提供者:zhanglei
  1. TemplateMatrix

    0下载:
  2. 用C++模板方法实现的矩阵计算演示程序。 用于演示模板、矩阵计算。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26886
    • 提供者:gislab
  1. P09007327_1

    0下载:
  2. 计算器 矩阵计算 == 源代码 和.exe文件都有
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:94271
    • 提供者:jk
  1. LU.rar

    1下载:
  2. 解矩阵方程,可分解为两个矩阵,一个为上三角矩阵,一个为下三角矩阵,再求解,会简化计算,Solution of matrix equation, decomposed into two matrices, one for the upper triangular matrix, a lower triangular matrix, and then solving, will simplify the calculation of
  3. 所属分类:assembly language

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

    1下载:
  2. 基于MPI并行计算 我们实验使用的 矩阵的运算程序-MPI parallel computing based on our experimental procedure used in computing matrix
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:3640
    • 提供者:song
  1. StereoImage1.0

    0下载:
  2. 这是我用Delphi和Matlab写的一个程序,可以生成立体图像(3DS Max 脚本)、将平面图像立体化、基本矩阵计算、极线校正。作者保留所有权利。请勿用于商业用途。欢迎大家对它进行完善。-This is what I use Delphi and a program written in Matlab, can generate three-dimensional images (3DS Max scr ipt), will be three-dimensional planar image
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:972563
    • 提供者:刘然
  1. MPI_Possion_model

    1下载:
  2. C语言编写的并行计算柏松矩阵,优化计算柏送程序时间。-C language Poisson matrix parallel computing, optimizing the delivery procedures for the calculation hodginsii time.
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:2722548
    • 提供者:
  1. omp_matrix_multiply

    0下载:
  2. C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:528
    • 提供者:computing
  1. blas

    0下载:
  2. 贝尔实验室多年开发的矩阵计算程序库的说明文件,包含大量高精度矩阵计算的函数-BLAS
  3. 所属分类:MPI

    • 发布日期:2017-04-26
    • 文件大小:98957
    • 提供者:Tianb
  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. ESBMaths_v3.2.1

    0下载:
  2. delphi的数学计算控件包,支持常用的数学运算,支持矩阵,统计函数的运算。给要作数学计算的delphi程序员带来福音。-delphi control package of mathematical calculations to support the commonly used mathematical calculations to support the matrix, statistical computing function. To the mathematical calcula
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:167467
    • 提供者:LWM
  1. juzhenjisuan

    0下载:
  2. 矩阵计算MATLAB程序大全 里面包括了计算常用的一些程序(M文件)-MATLAB program Daquan matrix calculation which includes some of the procedures commonly used in the calculation (M file)
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:3159
    • 提供者:刘寿宝
  1. EE

    0下载:
  2. 这个程序实现了计算矩阵特征值,包括最大的和最小的。-This program enables calculation of matrix eigenvalues, including the largest and smallest.
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:19773
    • 提供者:SHIJIA
  1. parallel-invert

    0下载:
  2. 矩阵求逆的并行计算实现,带数据 mpi+vc6.0-parallel compute of matrix inverse
  3. 所属分类:MPI

    • 发布日期:2017-03-23
    • 文件大小:2776
    • 提供者:程宾
  1. juzhenchengfa

    0下载:
  2. 用来计算矩阵乘法的源码程序,书籍源码,便于学习-Source code used to calculate the matrix multiplication program, books, source code, easy to learn
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:34720
    • 提供者:synth
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com