搜索资源列表

  1. 20040127Matrix

    0下载:
  2. 矩阵运算程序 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-matrix calculation procedures Functional Analysis : This procedure can be completed matrix of input and output. Few firms have t
  3. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:代理
  1. juzhen22

    0下载:
  2. 是数据结构中经常见到的矩阵运算,包括+,-,* 。-data structure is often seen matrix operations, including+,-,*.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 多类矩阵运算,包括转置、求逆-many types of matrix operations, including the home turn, inversion, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:108544
    • 提供者:马祖长
  1. exmat-0.5.2

    0下载:
  2. exmat - The Expression Template Matrix Library,是矩阵运算模板库-exmat- The Matrix Expression Template Library, yes matrix calculation Template Library
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:218112
    • 提供者:Antonio
  1. 稀疏矩阵运算器

    0下载:
  2. 题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:47104
    • 提供者:雨后阳光
  1. kalman filter

    1下载:
  2. kalman滤波子函数,包含用于矩阵运算的子函数MATMATH-kalman filter function includes MATMATH function for matrix operation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:白小石
  1. kalman滤波

    0下载:
  2. 这是用VC编写得karman滤波,由于设计了矩阵运算,所以将程序拆开写了-A kalman filter function written with VC and be split because matrix operation has been designed.
  3. 所属分类:波变换

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:张正
  1. 数值实验五

    0下载:
  2. 误差分析的方法有多种,这是一种先验估计误差的方法,较以往的“向前误差分析”在矩阵运算的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少用向前误差分析难于判定可靠性的数值方法获得新的进展。特别值得一提的是,在工程技术界,经常使用几种不同的计算方法,甚至使用实验方法进行比较,从而确定计算结果的可靠性,这也是一种有效而实用的方法。-error analysis by a number of means, which
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:周易
  1. raa

    0下载:
  2. 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:65536
    • 提供者:谢瑶
  1. mesch12b自己修正

    0下载:
  2. C语言版本的矩阵库,目前世界上最流行的三大矩阵运算库之一,这是修正版本,我自己改了几个地方(按照官方要求)-C language edition matrix library , now in the world the most popular three greatest matrixeses carries to calculate the one of the library , this is to revises the e
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:708608
    • 提供者:赵辉
  1. Template Numerical Toolkit(tnt_126)

    0下载:
  2. 本程序是矩阵运算的简单快捷的程序可以方便的实现矩阵的一些算法有矩阵的加减乘等-the matrix calculation procedure is a simple and speedy procedures to facilitate the achievement of some matrix algorithm is modified by the matrix as
  3. 所属分类:菜单

    • 发布日期:2024-05-19
    • 文件大小:28672
    • 提供者:豆子
  1. 简易的矩陣加密編编码法

    0下载:
  2. 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:刘亮
  1. VB科学与工程数值算法

    1下载:
  2. 用vb写的有关科学计算方面的,包括求最大值,积分,统计,概率,矩阵运算等-used to write the relevant scientific computing, including seeking maximum points, statistics, probability, matrix operations, etc.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 包含所有矩阵运算的头文件,可以应用在所有需要矩阵运算的VC程序中,-matrix calculation includes all the header files and can be applied to all the needs of the VC matrix calculation procedures,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:李里
  1. 稀疏矩阵运算器加减乘

    0下载:
  2. 以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算.-List said with a crossbow sparse matrix, the matrix to achieve two together, subtraction, multiplication and arithmetic.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:罗明会
  1. 矩阵运算程序111

    0下载:
  2. 矩阵运算的VC代码 能实现一些简单的功能 有待改进 -matrix calculation VC code to achieve some simple function is to be improved
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1662976
    • 提供者:pack
  1. 毛xlmatrix

    0下载:
  2. 一个可以计算矩阵行列式 逆矩阵,等其他矩阵运算的程序-one can calculate the matrix inverse matrix determinant, matrix operations and other procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:15360
    • 提供者:lff
  1. 矩阵运算器

    0下载:
  2. 一款用C++制作的矩阵运算器,不但可以直接用于矩阵计算.而且对想提高C++编程的朋友很有帮助。-new production of C-matrix operations, not only can be used directly matrix calculation. but right wants to raise C Programming helpful friends.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1712128
    • 提供者:饶秀琪
  1. C++CMatri

    0下载:
  2. 矩阵算法整理! 包含常用矩阵运算的源码! 初次上传,多多关照! -matrix algorithm collated! Common matrix calculation includes the source code! Initial upload, to take care of!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:张泽
  1. matmutip

    0下载:
  2. 用vc编写的矩阵运算程序,其中包括子程序和主程序,已经编译过了可以运行-vc prepared with the matrix calculation procedures, including subroutine and the main program has compiled a run
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:吕铁良
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org