CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - transpose matrix

搜索资源列表

  1. WGL02

    0下载:
  2. 自行编写一个简单的Vector3 向量类,至少需支持3D向量间的加减乘除操作,向量与标量浮点数的乘除操作,以及点乘(Dot)和叉积(Cross)以及归一化(Normalize)操作。(20 ) (2) 自行编写一个Matrix4x4矩阵类,至少需要支持矩阵间加减操作,矩阵乘操作,矩阵单位化操作(Identity,即输出一个单位矩阵),转置操作,以及矩阵与3D向量相乘的操作。(请思考为何使用4x4的矩阵,并注意其与3D向量的相乘方式,实际上,我们需要将3D向量转为4D齐次表示形式,相乘后再转换
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:525420
    • 提供者:sun
  1. data_manipulation

    0下载:
  2. 包含一些比较常见的数据操作算法:素数判断、矩阵转置、将数组中m个数循环后移n个位置、调用时间函数求运行时间、调用相关time函数进行日期推算、矩阵鞍点、链表的相关操作等-Contains some of the more common data manipulation algorithms: Prime judge, matrix transpose, the array m the number of cycles shifted n positions, call the time fun
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:6167
    • 提供者:fangchen
  1. 2010110

    1下载:
  2. 1. 用类编写并测试3×3矩阵转置函数,并且使用数组保存转置后的矩阵,要求使用动态内存分配方法。P206,例题6-5,6-17,6-26,27-1. Written and tested with a class of 3 × 3 matrix transpose function, and after using the array containing the transposed matrix, requires the use of dynamic memory allocation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1915317
    • 提供者:小蔡
  1. sparsematrix

    0下载:
  2. 利用三元组实现稀疏矩阵的转置,加法,减法和乘法-Achieved using triple sparse matrix transpose, addition, subtraction and multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2287
    • 提供者:于刚
  1. DS03

    0下载:
  2. 稀疏矩阵运算器,实现稀疏矩阵的加法、减法、乘法、和转置运算,有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出(即习题集136页的形式),当第一个矩阵的行数不等于第二个矩阵的行数时,注意如第三个乘法的形式输出-Sparse matrix operations, which realizes the sparse m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1819
    • 提供者:火腿狼
  1. Sparsematrixtranspose

    0下载:
  2. 稀疏矩阵的转置 要求: 1 稀疏矩阵采用三元组顺序表的存储结构 2 能够实现两种转置算法:按列序为主序进行转置和快速转置。 3 输出矩阵转置前后的三元组。-Sparse matrix transpose requirements: 1 sparse matrix using the table triples storage structure 2 in order to achieve the two transpose algorithm: order by colum
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:3929
    • 提供者:小乖
  1. ju_zhen

    0下载:
  2. 使用VC6.0实现矩阵相加,矩阵相减,矩阵相乘,一般转置,快速转置功能,算法设计简洁明了-VC6.0 achieved using the sum matrix, matrix subtraction, matrix multiplication, general transpose, Fast transpose function, algorithm design simple and clear
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2065
    • 提供者:landon
  1. MatrixTranspose

    0下载:
  2. 数据结构中实现矩阵转置功能,利用随机数产生稀疏矩阵。-Data structure to implement matrix transpose function, sparse matrix using random number generator.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:951
    • 提供者:明峰
  1. juzhenyunsuanqi

    0下载:
  2. 可输入矩阵,并可进行最大10*10的矩阵,计算矩阵的和、矩阵的积、矩阵的秩及矩阵的转置。-Matrix can be entered, and the maximum 10* 10 matrix, the matrix calculation and, matrices, rank of matrix and matrix transpose.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:486450
    • 提供者:lws
  1. 3

    0下载:
  2. 数据结构经典制作内容--- 稀疏矩阵的建立十字链表表示稀疏矩阵- 1.稀疏矩阵的加法运算 2.稀疏矩阵乘法运算-- 3.稀疏矩阵的转置-- 4.退出功能)-The contents of the data structure--- the classic production create the sparse matrix sparse matrix that cross list- 1. Sparse matrix addition operation 2. Sparse
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3161
    • 提供者:shaluo025
  1. tripletable

    0下载:
  2. 矩阵的压缩存储,实现矩阵的加法,减法,转置-Matrix compression and storage, to achieve the matrix addition, subtraction, transpose
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:729
    • 提供者:不悔
  1. matmatrix

    0下载:
  2. Matrix addition, Scalar multiplication, Transpose, and Row operations
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:2543
    • 提供者:glatho
  1. MatrixOperation

    0下载:
  2. 矩阵的 加减乘 转置运算 ,没有平台要求 添加头文件直接调用即可-Addition and subtraction, multiplication matrix transpose operation, there is no platform requirements can direct calls to add the header file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1026
    • 提供者:David
  1. SparseMatrix

    0下载:
  2. 稀疏矩阵的运算,矩阵基本运算:相加、相减、相乘、转置——课程设计~-Sparse matrix operations, matrix basic operations: addition, subtraction, multiplication, transpose- Course Design ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3322
    • 提供者:
  1. xishujuzhen

    0下载:
  2. 采用顺序表及有头结点的单链表为存储结构,实现稀疏矩阵的创建、销毁、复制、转置以及两个矩阵相加、相减、相乘的运算。 首先应输入矩阵的行数和列数,以及非零元个数并判别给出的矩阵的行、列数对于要求作的运算是否匹配。 -With the order form and has a head node is a single linked list storage structure, sparse matrix to achieve the creation, destruction, copy
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4541
    • 提供者:liuzhijun
  1. transform_matrix

    0下载:
  2. 是数据结构中常用的程序,这个程序能够实现稀疏矩阵的快速转置-Data structure is commonly used procedures, which enables fast sparse matrix transpose
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1566
    • 提供者:溪云
  1. determinant

    0下载:
  2. It take the determinant of matrix and then take its transpose and check their determinants are same or not.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:612
    • 提供者:Fatma
  1. Chapter3

    0下载:
  2. matrix algebra covers matrix addition subtraction transpose multiplication and so on.
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:523548
    • 提供者:danaiet
  1. P09009403_7

    0下载:
  2. 计算器: 设计一个计算器,输入一个算式(包含操作数(整形、浮点数)、操作符、优先级),进行加减乘除等的基本运算,给出结果。 矩阵: 能够创建两个矩阵,实现矩阵的加减乘以及转置,赋值等功能。 教师住房管理系统: 该系统在磁盘中存贮全校住学校宿舍的教师住房信息。对每一住户存贮如下信息:户主:姓名,性别,职称(教授、副教授、讲师、助教),出生年月,参加工作年月,最后学历(博士、硕士、本科、其它);家庭成员:对每一个成员,存贮姓名、性别、出生年月:现住房等级:分居在集体宿舍|一室|一
  3. 所属分类:Education soft system

    • 发布日期:2017-11-20
    • 文件大小:3928627
    • 提供者:天才
  1. Martix

    0下载:
  2. 稀疏矩阵的三元组表示与转置,实现转置前后矩阵的三元组表示方法-Sparse matrix representation and triple transpose, transposed before and after implementation of the triple matrix representation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1146
    • 提供者:陈阳
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 20 »
搜珍网 www.dssz.com