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

搜索资源列表

  1. cudamarix-mul

    0下载:
  2. 用cuda写的矩阵相乘,包含分块和共享内存的核函数,请大家参照-Written by cuda matrix multiplication, and shared memory block containing the kernel function, please reference
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1292
    • 提供者:徐晓东
  1. matrix

    1下载:
  2. 采用SIMD指令优化大矩阵相乘的速度,经测试,执行速度提高了1.5倍。代码采用汇编内联的形式。-Optimizing the use of SIMD instructions speed matrix multiplication, tested, execution speed increased 1.5-fold. Code using inline assembler form.
  3. 所属分类:assembly language

    • 发布日期:2016-10-31
    • 文件大小:2048
    • 提供者:cwt
  1. transposed.c

    0下载:
  2. 计算矩阵A的转置的并行C语言程序,使用MPI编译.输入矩阵A,计算它的转置.-MPI parallel matrix transpose algorithm, the input matrix A, A transpose computing, multi-process while achieving
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:537
    • 提供者:wangxiaobu
  1. Enhancement-homomorphic-filtering

    0下载:
  2. 采用傅里叶变换和数据矩阵平衡将同状态的波进行放大。 -Fourier transform and data matrix with the state of equilibrium will wave amplification.
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:13334
    • 提供者:常俊德
  1. keyboardmatrix-inversion

    0下载:
  2. 基于51单片机的矩阵键盘反转扫描的一个例程。差不多就是这样的。-51 microcontroller-based matrix keyboard reversed a routine scan. Almost like that.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2843
    • 提供者:ajkhaw
  1. Matrix-keyboard-scanning

    0下载:
  2. 基于51单片机的矩阵键盘反转扫描的一个例程。差不多就是这样的。-51 microcontroller-based matrix keyboard reversed a routine scan. Almost like that.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2839
    • 提供者:ajkhaw
  1. NodeAdmittanceMatrix

    0下载:
  2. 该程序是IEEE118节点系统的节点导纳矩阵求取程序,输入相应的已知参数便可得到。-The program is a nodal admittance matrix IEEE118 bus system to strike the program, enter the corresponding known parameters can be obtained.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1373
    • 提供者:韦燕华
  1. vectoradd

    0下载:
  2. opencl 实现并行相加,矩阵数据并行实现相加运算-opencl matrix add
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1720
    • 提供者:王珂
  1. jacobi

    0下载:
  2. 给定矩阵A, A存于数据文件jacobi.dat中。编写jacobi法的函数jacobi-Given matrix A, A is stored in the data file jacobi.dat. Write jacobi law function jacobi
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:692
    • 提供者:郑春蕾
  1. Matrix_mulitiple

    0下载:
  2. 使用CUDA并行语言编写的矩阵乘法,与串行语句的对比试验,主要检测出CPU与GPU运行的时间,通过比较时间,达到比较效果。另外此程序可以随意更改矩阵的维数,增强程序的移植性。-CUDA parallel language use matrix multiplication, and serial statement comparison test, the main test of CPU and GPU to run time, by comparing the time, to compar
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1452
    • 提供者:
  1. Matrix_add

    0下载:
  2. 此程序使用CUDA并行语言完成矩阵的加法。矩阵维数为3×3矩阵。矩阵维数可以更改。但是同时矩阵的处置也要手动设置。-This program uses the CUDA parallel language to complete the addition matrix. 33 matrix matrix dimensions. You can change the dimension of the matrix. However, while the disposal of the matrix
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:758
    • 提供者:
  1. Max

    0下载:
  2. 超简单,超使用,非常适合初学者的矩阵计算类,通俗易懂。-Super simple, super-use, very suitable for beginners class matrix calculation, easy to understand.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:660
    • 提供者:qs
  1. start

    0下载:
  2. openmp并行编程实现矩阵乘法运算,读入矩阵A和矩阵B,并输出计算结果到文件-openmp parallel programming matrix multiplication, read matrix A and matrix B, and output the results to a file
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:827
    • 提供者:于献智
  1. bxMatrix_RowC

    0下载:
  2. 大数量级的矩阵乘法,按行划分,并行算法设计-Matrix multiplication, division by line, parallel algorithm design
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2262
    • 提供者:徐建洲
  1. bxMatVect

    0下载:
  2. 大数量级矩阵乘向量的并行算法设计,c++代码-Large magnitude vector matrix multiplication parallel algorithm design, c++ code
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:528
    • 提供者:徐建洲
  1. bxMatrixMulti_new

    0下载:
  2. 并行算法中的矩阵乘法设计,按行列划分,高效求解矩阵运算-Parallel matrix multiplication algorithm design, according to the ranks of the division, and efficient for solving matrix operations
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2014
    • 提供者:徐建洲
  1. Matrix

    0下载:
  2. 一个简单的用MPI实现并行计算矩阵乘法的程序-MPI implementations use a simple matrix multiplication parallel computing program
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1805
    • 提供者:Dash Chen
  1. 51-smg-jisuanqi

    0下载:
  2. 用汇编语言写的51单片机计算器,用数码管显示,16*16矩阵键盘。计算结果可以到8位数。-Written in assembly language microcontroller 51 calculator, with digital display, 16* 16 matrix keyboard. The results can to 8 digits.
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:108773
    • 提供者:梁小杰
  1. xlrd-change-markov-matrix-excel2txt

    0下载:
  2. 利用python插件xlrd将markov矩阵的excel表格转换为文本文件-xlrd change markov matrix excel to txt
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-11
    • 文件大小:665
    • 提供者:陈文光
  1. juzhen

    0下载:
  2. 求矩阵的转置,并求其最大最小的元素,还有其矩阵大小-Matrix transpose, and seek their maximum and minimum elements, as well as its matrix size
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:7065
    • 提供者:李达
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 47 »
搜珍网 www.dssz.com