CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Matrix element

搜索资源列表

  1. matlab信号处理源程序2

    0下载:
  2. MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。因此,从最基本的运算单元出发,介绍MATLAB的命令及其用法2。-MATLAB, "Matrix lab," It was based on the matrix of the basic computing unit. Therefore, from the most basic computing element is introduced, and MATLAB ordered two of its use.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.72mb
    • 提供者:李宁
  1. matlab信号处理源程序3

    0下载:
  2. MATLAB,即“矩阵实验室”,它是以矩阵为基本运算单元。因此,从最基本的运算单元出发,介绍MATLAB的命令及其用法3。-MATLAB, "Matrix lab," It was based on the matrix of the basic computing unit. Therefore, from the most basic computing element is introduced, and MATLAB ordered three of its use.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.74mb
    • 提供者:李宁
  1. moving_average_v3.1

    0下载:
  2. Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps. -MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at hi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:97.81kb
    • 提供者:王平
  1. SparseMatrixArithmeticUnit

    1下载:
  2. 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。在一个矩阵中,可以用一个三元组〈row,column,value〉唯一地确定一个矩阵元素,因此,可以利用一个三元组数组(三元组表)来表示一个稀疏矩阵。此程序代码实现了两个稀疏矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以阵列形式列输出。-Are those most sparse matrix element is ze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.25kb
    • 提供者:秦论剑
  1. Matrix

    0下载:
  2. 一个用列主元法求解矩阵的程序,对数值运算的同志应该有所帮助。-A main element method with the column matrix of the process of numerical computation of the comrades should help.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:198.68kb
    • 提供者:qianjin
  1. matrix

    0下载:
  2. 這是一個用C寫的矩陣程式 可對矩陣做插入、刪除陣列中某一個元素和找元素的動作-This is a matrix program written by C matrix can be inserted, deleted the array elements and to find a particular element of the action
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:721byte
    • 提供者:林文華
  1. finite-element-sparse-matrix

    1下载:
  2. 有限元稀疏矩阵的保存和提取,基于ANSYS提取稀疏矩阵后在matlab中的重新整理。-Preservation and extraction of finite element sparse matrix
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:8.05kb
    • 提供者:丁子彦
  1. the-largest-element-in-a-matrix.

    0下载:
  2. 一个矩阵中最大元素所在的行数与列数的求解-The rows and columns of the largest element in a matrix.
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:2.43kb
    • 提供者:宽宽
  1. ZJ

    0下载:
  2. 设计、编写和调试面向对象C++程序,采用运算符重载机制实现两个矩 阵的加、减、乘及输入/输出操作,要求通过()运算符重载来提取或设置矩阵 元素值(函数原型:返回值为double&,两个整型参数表示矩阵元素行、列值)。-Design, writing and debugging of object-oriented C++ program, using operator overloading mechanism to achieve two matrix addition, subtra
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:955byte
    • 提供者:苗茂米
  1. exp2

    0下载:
  2. 学习和掌握运算符重载,理解异常处理机制。 实验内容:   (1)编程实现一个实数矩阵类,它可以进行加、减、乘和赋值运算,并且要重载运算符“()”,用来返回矩阵元素的值。 (2)该类还要支持异常处理机制,能够处理可能的非法矩阵操作。-Learn and master operator overloading, understanding exception handling mechanism. Experiment: (a) programming a real matrix cl
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.16mb
    • 提供者:wu
  1. Sparse-matrix-compression

    0下载:
  2. 稀疏矩阵压缩存储的基本操作实现实验 要求:数据元素类型ElemType取float。 1)从键盘输入两个稀疏矩阵A、B的各元素。(行<=5,列<=5) 2)完成矩阵的加法运算,并输出。-Compressed storage of sparse matrix operations to achieve the basic experimental requirements: data element types ElemType take float. 1) from th
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.43kb
    • 提供者:selena
  1. abc

    0下载:
  2. 实现一个实数矩阵类,它可以进行加、减、乘和赋值运算,并且要重载运算 符“()”,用来返回矩阵元素的值。 -The realization of a real matrix class, which can add, subtract, multiply and assignment operators, and to override operator " ()" , is used to return the value of the matrix element.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.55mb
    • 提供者:盘树广
  1. LDPC_Gen

    0下载:
  2. 生成PCHK格式校验矩阵对应的生成矩阵: 附带相应参数,各参数如下: 校验矩阵文件名 待生成的生成矩阵文件名(文件扩展名为“gen”) sparse/dense(生成矩阵中元素“1”稀疏还是密集) 例:校验矩阵a.pchk生成生成矩阵a.gen,生成矩阵中元素“1”尽量稀疏: -PCHK format generated check matrix corresponding generator matrix: with the appropriate parameters, ea
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:297.5kb
    • 提供者:林竞力
  1. element-stiffness-matrix-matlab

    0下载:
  2. 用matlab建立单元刚度矩阵,考虑边界条件,求解简单结构位移的程序-Establish the element stiffness matrix using matlab, consider the boundary conditions, solving simple structural displacement procedure
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.36kb
    • 提供者:chis
  1. matrix-

    0下载:
  2. 矩阵相乘的小程序,第一个矩阵的每一行元素与第二个矩阵的每一列元素一一相乘,得到结果矩阵的每一个位置上的元素。-Matrix multiplication of small programs, the first element of each row and each column of the matrix elements of the second matrix is ​ ​ multiplied by one, to get a location on each el
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.47kb
    • 提供者:zhang
  1. source

    0下载:
  2. 设计、实现稀疏矩阵的数据结构 (存储结构和逻辑结构),并且稀疏矩阵要有以下的函数接口(功能)。 1. 能够修改 (访问) 矩阵中元素的值 2. 矩阵的转置运算得到一个新矩阵 3. 两个矩阵的加法运算得到一个新矩阵 4. 两个矩阵的乘法运算得到一个新矩阵 -Design, implementation sparse matrix data structure (memory and logical structures), and sparse matrix have
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:孙旺宇
  1. XISHUJUZHEN

    0下载:
  2. 矩阵中非零元素的个数远远小于矩阵元素的总数,并且非零元素的分布没有规律,则称该矩阵为稀疏矩阵(sparse matrix) 与之相区别的是,如果非零元素的分布存在规律(如上三角矩阵、下三角矩阵、对称矩阵),则称该矩阵为特殊矩阵。-Matrix china-africa zero element number is far less than the total number of matrix element, and the distribution of the non-zero eleme
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:650byte
    • 提供者:马绮铭
  1. lab12_Matrix

    0下载:
  2. 设计、编写和调试面向对象C++程序,采用运算符重载机制实现两个矩阵的加、减、乘及输入/输出操作,要求通过()运算符重载来提取或设置矩阵元素值(函数原型:返回值为double&,两个整型参数表示矩阵元素行、列值)。 -Design, write and debug object-oriented C++ program, the use of operator overloading mechanism to achieve two matrix addition, subtraction,
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:276.54kb
    • 提供者:谢松叶
  1. matrix

    0下载:
  2. 矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:leser
  1. C++基础函数

    0下载:
  2. C++基础函数,主要实现排序,数据查找等基础功能。(The ring method of Matrix element)
  3. 所属分类:其他

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