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

搜索资源列表

  1. Matrix_multi

    0下载:
  2. 求矩阵乘的MPI并行程序,与Cannon算法类似,不过传输矩阵信息不通-Demand matrix by the MPI parallel program, and Cannon algorithm is similar, but the transfer matrix information unreasonable
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:1903
    • 提供者:hexing
  1. Matrix_enginValue

    0下载:
  2. 求矩阵特征值的并行算法,MPI程序,不知道有没有用-Demand matrix eigenvalue of the parallel algorithms, MPI procedure, do not know if there is no use
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1306
    • 提供者:hexing
  1. invert

    0下载:
  2. MPI 基本操作实现(矩阵数据结构以及求逆的并行计算)-MPI matrix invert
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:3127
    • 提供者:tony
  1. Graphic

    0下载:
  2. 基于图模型的图像分割并行算法研究与实现,该方案通过网格划分来实现相似度矩阵的并行计算同时考虑到相似度矩阵的稀疏性和矩阵向量乘运算的内在并行性, 在该方案中本文设计并行算法来求解特征值问题在环境下的实验结果表明, 该并行方案是提高图模型分割方法实时性的有效途径.-Image segmentation based on graph model of parallel algorithm and implementation of the program through the mesh to ach
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:574980
    • 提供者:郭事业
  1. CUDAMatrixMul

    0下载:
  2. cuda矩阵乘法 通过GPU并行运算实现乘法的加速-cuda GPU parallel matrix multiplication operation by the accelerated realization of multiplication
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:504779
    • 提供者:王晓明
  1. upc-hands-on-sc09

    0下载:
  2. 并行编程技术,利用多线程提高程序效率。可以用用图像,矩阵的计算-UPC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:158227
    • 提供者:王锁
  1. 18-6

    0下载:
  2. 该代码为矩阵qr分解的并行算法,采用的是MPI编程方法-The code for the matrix qr decomposition parallel algorithms, using the MPI programming
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2530
    • 提供者:汪峰
  1. Cellular-Neural-Network

    2下载:
  2. 细胞神经网络(CNN)是一种和人类神经网络非常相似的并行计算模型,各个邻接节点间有不同的通信。在本程序中A模型是反馈矩阵,B是控制矩阵。-Cellular neural network (CNN) is very similar to the human neural network model of parallel computation, all adjacent nodes have different communication. A model of this process is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:161397
    • 提供者:严德春
  1. VectorAdd

    0下载:
  2. 矢量与矢量,矢量与矩阵,矩阵与矩阵的相加,用cuda的并行算法实现。-Vector and Vector, vector and matrix, Matrix and added together, the parallel algorithm using cuda.
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:8143
    • 提供者:wangzhenhua
  1. transposeDiagonal

    0下载:
  2. 矩阵的转置,使用GPU并行运算的cuda实现,同时考虑了partition conflict。-A matrix, the use of parallel computing cuda GPU implementation, taking into account the partition conflict.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:9840
    • 提供者:wangzhenhua
  1. LM3S811

    0下载:
  2. 基于Cortex-M3 LM3S811的外设驱动程序,包括4*4矩阵键盘驱动,DAC7811驱动,LCD12864串行驱动和LCD12864并行驱动-Based on the Cortex-M3 LM3S811 the peripheral drivers, including the 4* 4 matrix keyboard driver, DAC7811 drive, LCD12864 serial driver and LCD12864 parallel driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:7272
    • 提供者:吴昊
  1. AnApproachBasedonFPGAtoAccelerateAccomplishingReco

    0下载:
  2. 提出一种在 FPGA 上实现发射光谱层析技术 SIRT算法时 ,在原有资源不变的情况下 ,加速系统运算的方法。该方法把矩阵分块理论的数学原理和 FPGA 具有并行运算能力的优势有机结合 ,使运算速度有效提升。-An approach based on FPGA to accomplish Simultaneous Iterative Reconst ruction Technique (SIRT) of Emis2 sion Spect ral Tomography ( EST) is pr
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:379208
    • 提供者:wkd
  1. ILU

    1下载:
  2. 完成了复数矩阵的计算,采用了并行算法原理,较快速的处理了稀疏矩阵方程结构。-Completed a complex matrix computation, parallel algorithm principle, more rapid processing of the sparse matrix equation structure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:559014
    • 提供者:韩华德
  1. parallelprogram

    0下载:
  2. 利用Vc编程环境,利用并行处理方法实现两个矩阵相乘的功能。-Vc programming environment by using the parallel processing method to achieve the function of the two matrices.
  3. 所属分类:Parallel Port

    • 发布日期:2017-04-03
    • 文件大小:454853
    • 提供者:xupeng
  1. juzhensyanbfa

    0下载:
  2. 给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种 并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI (message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验, 结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移 植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。-Gives t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:126048
    • 提供者:澄海
  1. 18-3

    1下载:
  2. 矩阵乘法的MPI并行实现,很不错的哦。在vs2005中编译通过-MPI parallel implementation of matrix multiplication, very good, oh. By compiling the vs2005
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:596
    • 提供者:芦奉良
  1. 458

    0下载:
  2. 用 AT89S51 的并行口 P1 接 4×4 矩阵键盘,以 P1.0-P1.3 作输入 线,以 P1.4-P1.7 作输出线;在数码管上显示每个按键的“0-F”序号-AT89S51 parallel port P1 with 4 × 4 matrix keyboard connected to P1.0-P1.3 as input lines to P1.4-P1.7 as an output line in the digital display for each button on
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:86915
    • 提供者:小吴
  1. 4X4-KeyBoard

    0下载:
  2. 用AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号-Parallel port P1 with AT89S51 4 × 4 matrix keyboard connected to P1.0-P1.3 as input lines to P1.4-P1.7 as an output line in the digital display for each button on the " 0-F
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:9321
    • 提供者:孟鹏飞
  1. Matrix-multiplication

    0下载:
  2. 基于MPI并行程序的任意矩阵矩阵相乘,其中由主程序负责矩阵的输入输出,在本程序中便于测试默认一个矩阵。-MPI parallel programs based on an arbitrary matrix matrix multiplication, which is responsible for the main input and output matrices, in this process easy to test the default of a matrix.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1821
    • 提供者:Aleny
  1. matirx-muliplication

    0下载:
  2. 矩阵相乘,基于CUDA用并行算法实现矩阵的乘法-matrix muliplication with parallel algorithm implication matrix muliplication base on CUDA
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:15106
    • 提供者:王坨坨
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com