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

搜索资源列表

  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. Matrix

    0下载:
  2. 实现矩阵的基本算法,设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,-Realize the basic algorithm of matrix
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:4725
    • 提供者:heweiyi
  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. transpose

    0下载:
  2. java代码,二维数组矩阵转置实现,输入原矩阵可自行更改-java code, two-dimensional array matrix transpose achieve, enter the original matrix can make changes
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:793
    • 提供者:jry
  1. PlaneNetAdjust

    0下载:
  2. 计算近似坐标(三角网),,边长残差计算,方位角残差计算,粗差探测计算函数,边角网拟稳平差,计算G矩阵(转置)-Plane Net Adjust
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:747232
    • 提供者:赵启龙
  1. 7parameter

    0下载:
  2. 布尔莎模型中7个参数的求解,程序中包含了矩阵转置、矩阵相乘、矩阵求逆的类-Solving Bursa seven parameter model, the program contains a matrix transpose, matrix multiplication, matrix inversion of the class
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:72817
    • 提供者:bob
  1. TMatrix

    0下载:
  2. C++的稀疏矩阵转置计算程序,实现一次循环就完成转置。(传统的都需要两次)-Sparse matrix transpose C++ calculation procedures, achieving in a cycle to complete transposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:614461
    • 提供者:郭佳鑫
  1. c-program

    0下载:
  2. (1)乘法口诀表 (2)用一维数组统计学生成绩(3)模拟ATM(自动柜员机)界面(4)用二维数组实现矩阵转置 (5)求解二维数组的最大/最小元素-(1) multiplication tables (2) with a one-dimensional array of student achievement statistics (3) simulated ATM (automated teller machine) interface (4) to achieve a two-dimens
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1748
    • 提供者:kaiba seto
  1. Matrix-transpose

    0下载:
  2. 实现矩阵转置的功能,C语言版本,即行列互相交换。-Realization of the matrix transpose function, C language version, that the ranks of the exchange.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4906
    • 提供者:
  1. matrixTranspos

    0下载:
  2. 一个利用pthread进行基于直角划分的矩阵转置源码,内含功能源码,测试shell scr ipt,readme-A pthread-based matrix transpose source code implemented by using Rectangular partitioning, including source code, shell scr ipt for testing and Readme
  3. 所属分类:MPI

    • 发布日期:2016-11-15
    • 文件大小:7168
    • 提供者:张安
  1. math

    0下载:
  2. 一些数学运算的C++程序,例如三角函数,对数函数,矩阵转置。-some C++ programs for arithmetical operation, such as trigonometric function, logarithmic function, matrix transposition.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:73340
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 30 »
搜珍网 www.dssz.com