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

搜索资源列表

  1. rotate

    0下载:
  2. 输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。 N=3时,相应的矩阵中每个数字位置如下图所示: 1 2 3 8 9 4 7 6 5-Enter a natural number N (2 ≤ N ≤ 9), the requirements are as follows spiral output matrix, that is, edge length of N*
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:773byte
    • 提供者:QQQQQ
  1. exam3_1

    1下载:
  2. 从结构的材料矩阵,节点矩阵等,编译单元刚度矩阵,形成总体刚度矩阵等,最后求解方程.-Material from the structure matrix, the matrix, such as nodes, the compiler element stiffness matrix, such as the formation of the overall stiffness matrix, and finally solve the equation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2.65kb
    • 提供者:feijinru
  1. exam3_2

    0下载:
  2. 等效结点力  单元刚度矩阵的坐标变换  整体刚度矩阵  边界约束条件的处理 -Equivalent nodal force of element stiffness matrix of the overall stiffness of the coordinate transformation matrix to deal with boundary conditions
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.63kb
    • 提供者:feijinru
  1. assem

    0下载:
  2. Assembel element matrices Ke ( and fe ) into the global stiffness matrix K ( and the global force vector f ) according to the topology matrix edof.-Assembel element matrices Ke ( and fe ) into the global stiffness matrix K ( and the global force vect
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:544byte
    • 提供者:LEBH
  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. 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 »
搜珍网 www.dssz.com