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

搜索资源列表

  1. cc

    0下载:
  2. 矩阵转置,有关于矩阵怎么转置的问题 还是很不错的-Matrix transpose, the problem is still very good about matrix how transpose
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:623
    • 提供者:chenchao
  1. CPP

    0下载:
  2. 初始化两个二维数组,数组元素由随机函数获取,实现矩阵转置后返回主函数输出-Initialize two dimensional array, the array elements to obtain by the random function to return to the main function of the output matrix transpose
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:220355
    • 提供者:荣凯悦
  1. Matrix-transformations

    0下载:
  2. 矩阵变换,矩阵相加,矩阵相减,数乘矩阵,矩阵转置,矩阵求逆功能。-Matrix transformations
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:1304
    • 提供者:毛询
  1. juzhen

    0下载:
  2. vc6.0编写,矩阵转置功能实现,简单可行,适用于c语言初学者-vc6.0 written matrix transpose function to achieve simple and feasible, in c language for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:299605
    • 提供者:唐柳楠
  1. matrix-cPP

    0下载:
  2. 矩阵求逆的c++实现,矩阵转置,矩阵求逆-c++, matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:962
    • 提供者:李伟
  1. matrix-operation

    0下载:
  2. 定义一个二维方阵类matrix。通过重载二元运算符"+"、"-"、"*"和一元运算符"~",来实现矩阵加、矩阵减、矩阵乘以及矩阵转置-Define a two-dimensional square class matrix. By overloaded binary operator+ " ," - " ," * " and unary operator" ~ " to achieve matrix plus matrix reducti
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:766
    • 提供者:王伟
  1. 1

    0下载:
  2. 稀疏矩阵转置: 输入稀疏矩阵中每个元素的行号、列号、值,建立稀疏矩阵的三元组存储结构,并将此矩阵转置,显示转置前后的三元组结构。-Sparse matrix transposition: input sparse matrix of each element in the row number, column number, the value triples storage structure create a sparse matrix, and the matrix transpose,
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:875
    • 提供者:陈晓晖
  1. Matrix

    0下载:
  2. C++实现几种基本的矩阵运算,包含头文件直接调用,包含矩阵转置、求逆、相乘几个通用操作-C++ implementation of several basic matrix operations, direct calls to include the header file, contains the matrix transpose, inverse, multiplied a few general-purpose operating
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:235324
    • 提供者:黄小伟
  1. openmp_matrix_calculation

    0下载:
  2. SMP矩阵乘法 对数据局部性进行优化 将矩阵转置 形成行乘行算法-The SMP matrix multiplication on data locality optimization matrix transpose a row by row algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:7397343
    • 提供者:张天宇
  1. matrix_transpose.c

    0下载:
  2. 适用于大型稀疏矩阵 矩阵转置 c语言 来自于有限元方法编程-From the finite element method suitable for large-scale sparse matrix matrix transpose c language programming
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:851
    • 提供者:李三
  1. juzhendejiajianchengchu

    0下载:
  2. 用二维数组表示矩阵,编写函数实现如下功能,要求所编写的函数具有较好的通用性,不要固定矩阵的大小。 1矩阵输入。 2)矩阵输出。 3矩阵转置。 4)矩阵相加。 5)矩阵相乘。 6)写主函数,完成对以上函数的调用。 -Two-dimensional array representation matrix, write a function to achieve the following functions, requiring written function has
  3. 所属分类:assembly language

    • 发布日期:2017-12-08
    • 文件大小:672
    • 提供者:长城
  1. c-language-Applications-examples

    0下载:
  2. C语言编程的应用实例代码,模拟ATM(自动柜员机)界面,用二维数组实现矩阵转置等多项内容C language programming code for an application example, simulation ATM (automated teller machine) interface, with two-dimensional array to achieve a number of content such as matrix transpose-C language pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:45688
    • 提供者:cklyandre
  1. transpose

    0下载:
  2. 用C++写一个函数,其功能是将一个3*3的矩阵转置,并显示出来-Write a function that will a 3* 3 matrix transpose
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2542
    • 提供者:张小凤
  1. Matrix-AlgorithmMat

    0下载:
  2. 该java文件内包括了矩阵的加减乘除,矩阵求逆,矩阵求秩,矩阵转置,数组从大到小和从小到大排序等常用算法,是工科同学算例的仿真必备 -The java file, which includes both matrix addition, subtraction, matrix inversion, matrix rank, matrix transpose, array descending and ascending order and other commonly used algori
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3343
    • 提供者:东南大
  1. matrix_transpose

    0下载:
  2. 本软件用bcb实现了矩阵转置运算,简单通俗,易于理解-This software is realized with bcb matrix transpose operation, simple and popular, easy to understand
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7564
    • 提供者:orsisun
  1. CPPexam6

    2下载:
  2. 1. 编写并测试 3×3 矩阵转置函数,使用数组保存 3×3 矩阵。 2. 使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3. 编程实现两字符串的连接。要求使用字符数组保存字符串,不要使用系统函数。 4. 使用 string 类声明字符串对象,重新实现上一小题。 5. 声明一个Employee 类,其中包括姓名、街道地址、城市和邮编等属性,以及change_name()和 display()等函数。display()显示姓名、街道地址、城市和邮编等属
  3. 所属分类:Other windows programs

    • 发布日期:2015-10-12
    • 文件大小:1053696
    • 提供者:wolf
  1. tripple_matrix

    0下载:
  2. 用三元组建立两个矩阵a,b,将a矩阵转置,,然后将转置后的a矩阵与b矩阵相乘,存储到c三元组中,,输出a,b,c矩阵-Create a matrix with two triplets, b, to a matrix transpose, and the transposed matrix of a matrix multiplication with b, c triples stored in the output a, b, c matrix
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:974
    • 提供者:Jack
  1. 52

    0下载:
  2. 将一个3*3的矩阵转置,用一函数实现。在主函数中用函数输入以下矩阵元素, 将数组名作为函数实参。函数调用后在主函数中输出已转置的矩阵。 -Enter the following functions using function matrix elements, The name of the array as a function argument. After the function call has been transposed matrix output in the m
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:219938
    • 提供者:Ian
  1. juzhenzhuanzhi

    0下载:
  2. 矩阵转置: 1、任意输入一个一维字符数组,其中元素个数为一个正整数N的平方 2、这个一维数组可以当成一个N*N的矩阵,将这个矩阵转置 3、将转置后的矩阵按行依次组成一维数组,再将这个一维数组输出-Matrix transpose: 1, enter an arbitrary one-dimensional array of characters, which is the square of the number of elements of a positive integer N
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1033
    • 提供者:xhj
  1. openmp

    0下载:
  2. 用OpenMp实现矩阵转置,输出转置结果和串行及并行的时间,进行比较-With OpenMp realization matrix transpose, transpose output serial and parallel results and time to compare
  3. 所属分类:MPI

    • 发布日期:2017-05-14
    • 文件大小:3569001
    • 提供者:xiao
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 28 »
搜珍网 www.dssz.com