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

搜索资源列表

  1. vectoradd

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

    • 发布日期:2017-04-13
    • 文件大小:1720
    • 提供者:王珂
  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. 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. opencl-book-samples-read-only

    1下载:
  2. 《OpenCL编程指南》源代码,书中提供了一系列经典的案例,如图像直方图、Sobel边界检测过滤器、并行实现Dijkstra单源最短路 径图算法、Bullet Physics SDK中的布模拟、用快速傅里叶变换模拟海洋、 光流、OpenCL与PyOpenCL结合使用,使用OpenCL完成矩阵相乘与稀疏矩阵矢 量乘法等-《OpenCL Programming Guide》source code
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:1779627
    • 提供者:103yiran
  1. JCudaMatrixGPU

    0下载:
  2. 矩阵计算(并行计算,使用cuda),加入计时器-matrix computation(use parallel computation under cuda), add counter of time
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2833
    • 提供者:Fred Ji
  1. GeneticAlgorithm

    0下载:
  2. 遗传基因算法解病态矩阵,是一种借鉴生物界自然选择和进化机制发展起来的高度并行、随机、自适应搜索算法-Genetic algorithm solution, morbid matrix is a kind of reference for biological mechanism of natural selection and evolution of highly parallel, randomized, adaptive search algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1775
    • 提供者:顾森
  1. smatrix

    0下载:
  2. 并行计算中用MPI实现矩阵的转置,MPI实现的源代码-Parallel Computing with MPI implementation matrix transpose, MPI implementation source code
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1535
    • 提供者:西西
  1. mult

    0下载:
  2. CUDA编程下的并行矩阵乘法,每个线程计算一个元素。-Parallel algorithm on Matrix Multiply on CUDA
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:1064
    • 提供者:赵宇谦
  1. MPI

    1下载:
  2. 使用MPI并行编程,矩阵相乘程序测试及 LAPACK 的使用-The use of MPI parallel programming, matrix multiplication program testing and the use of LAPACK
  3. 所属分类:MPI

    • 发布日期:2016-05-23
    • 文件大小:1024
    • 提供者:金英
  1. CNC-GPU-CUDA_src_bin_examples

    1下载:
  2. GPU并行求解系数矩阵为稀疏矩阵的线性方程组-GPU parella sparse linear equations solver
  3. 所属分类:Algorithm

    • 发布日期:2017-06-17
    • 文件大小:26313404
    • 提供者:于艳
  1. Matrix_Multiplication

    0下载:
  2. 矩阵乘法的并行运算,采用了OpenMP,运算结果较为优异-Matrix Multiplication
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:432894
    • 提供者:
  1. cuda-matrixmul--reverse

    0下载:
  2. cuda并行计算 两基于vs实现的.cu代码 简单的实现矩阵相乘和反转。-Cuda parallel computing based on vs. Two cu code simple implementation of matrix multiplication and inversion
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3349
    • 提供者:ningshuangning
  1. MPI

    2下载:
  2. MPI并行实现矩阵相乘,结果输出到txt文件中,可成功运行-MPI parallel implementation of matrix multiplication algorithm, the results of the txt file, can be successfully run.
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1335
    • 提供者:sofia
  1. AFC9854testKey

    1下载:
  2. MSP430F控制AD9854,并行,LCD显示,矩阵键盘控制,幅频特性测试仪,2013全国电设E题,数字扫频信号源,线性扫频,对数扫频,点频,中心频率,3dB带宽-MSP430F control AD9854, serial, LCD display, matrix keyboard control, amplitude frequency characteristics of the test instrument, the 2013 national electric E title, d
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:145831
    • 提供者:a
  1. cannon1

    0下载:
  2. cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:1064
    • 提供者:weng10391
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com