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

搜索资源列表

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

    1下载:
  2. 稀疏矩阵的压缩存储: 实现稀疏矩阵压缩存储,并实现矩阵转置和求和。 输入矩阵时,首先需要输入非零元素的个数,然后分别输入矩阵的 行号,列号和值。 输完2个矩阵后,自动进行计算第一个矩阵的转置以及两个矩阵的和。 例如:输入如下: 100 90 5 //矩阵的行数为100,列数为90,共5个非零元素。 1 10 100 //a(1,10)=100 50 60 200//a(50,60)=200 50 80 100//a(50,80)=10
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:687760
    • 提供者:刘忠威
  1. SinTableLagrangeInterpMatrixTranS

    0下载:
  2. 包含查表法实现SIN,拉格朗日插值及矩阵转置的C语言实现-This file includes the realization of Sin, Lagrange interpolation and matrix transposition via C.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6916
    • 提供者:mingcheng
  1. shangchuandaima

    0下载:
  2. 模拟ATM(自动柜员机)界面 求解二维数组的最大或最小元素 对数组元素排序 二维数组实现矩阵转置 乘法口诀表-Simulation of ATM (automatic teller machine) interface the maximum or minimum element in solving the two-dimensional array sort the array element to achieve a two-dimensional array matrix tran
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:2454
    • 提供者:wu tong
  1. Matrix-operations

    0下载:
  2. 用C语言描述矩阵的相关运算,包括矩阵转置,矩阵相乘,相加,求逆运算。希望对学矩阵的初学者有帮助。-C language is used to describe the correlation operation matrix, including matrix transpose, matrix multiplication, addition, inversion. Want to help beginners learn the matrix.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:330736
    • 提供者:胡彬
  1. 1

    0下载:
  2. 关于二维数组的矩阵转置的C代码,在visual C++下可运行-About two dimensional array matrix transpose C code, can be run under visual C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:164565
    • 提供者:gaobo
  1. mooc

    0下载:
  2. 矩阵转置的程序,采用了一种简单快捷的代码,占用内存少,可读性高,用于新手仿写-Matrix transpose program, using a simple code, less memory, readable, for the novice to write
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:395927
    • 提供者:冯阿蛮
  1. YUANDAIMA

    0下载:
  2. 用二维数组实现矩阵转置,希望初学者能学到一些东西-#include <stdio.h> #define ROW 3 #define COL 4 main() { int matrixA[ROW][COL],matrixB[COL][ROW] int i,j clrscr() printf( Enter elements of the matrixA, ) printf( d* d:\n ,ROW,COL) for( i=0 i<
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:10721
    • 提供者:gansiyi
  1. Matrix

    0下载:
  2. 原始矩阵乘法(ijk),kji,基于矩阵转置后的矩阵乘法,基于block 的矩阵乘法-Original matrix multiplication (ijk), kji, based on matrix multiplication matrix transpose later, based on the matrix multiplication block
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1184
    • 提供者:WZ
  1. matrix_mult

    0下载:
  2. 在C++11的基础上采用4种不同方法实现了多线程并发矩阵与向量乘积,矩阵转置与矩阵乘积,Linux下编译,需连接pthread库。-Using four different methods on the basis of C++ 11 is implemented on a multi-threaded matrix and vector product, matrix transpose and matrix multiplication, Linux compiler, connect pt
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:7083
    • 提供者:mimic
  1. cachelab-handout.tar

    2下载:
  2. CMU经典课程CSAPP的第五个lab,第一部分为编写高速缓存,第二部分为设计程序使矩阵转置的缓存命中率达到要求。满分源码,仅供参考。-The fifth lab CMU classic courses CSAPP, the first part is written in the cache, the second part is a program designed to enable the cache hit rate matrix transpose meet the requirem
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3215
    • 提供者:马赞彭
  1. zhuanzhi

    2下载:
  2. 矩阵转置的并行化实现,用的的是c语言,mpi实现的,可以参考下-Matrix transpose of the parallel implementation, using the c language, mpi implementation, you can refer to the next
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:白杨
  1. 稀疏矩阵

    0下载:
  2. 简单的稀疏矩阵算法实现,语言由C++编写,可以实现矩阵的转置和相加(Simple sparse matrix algorithm to achieve)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:1918976
    • 提供者:lein
  1. JzCal

    0下载:
  2. 矩阵的一般计算:矩阵加、减、乘、除、数乘、转置……(General calculations of matrices: addition, subtraction, multiplication, division, multiplication and transposition of matrices......)
  3. 所属分类:Windows编程

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