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

搜索资源列表

  1. C-PPopenmp

    0下载:
  2. C ++实现并行矩阵openmp。使用多线程编程,线程间可以共享矩阵的数据结构等信息,不要使用多进程编程。-C++ parallel matrix openmp. The use of multi-threaded programming, the matrix can be shared between threads data structures and other information, do not use multi-process programming.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:521460
    • 提供者: 陶涛
  1. number-display

    0下载:
  2. 利用实验箱上的8255A可编程并行接口芯片和矩阵键盘,编写程序,做到在键盘上每按一个数学键(0~F),用发光二极管将代码显示出来。 连线方法:将键盘RL10~RL17接8255A的PB0~PB7;KA10~KA12接8255A的PA0~PA2;PC0~PC7接发光二极管的L1~L8;8255A芯片的片选信号8255CS接CS0-The use of experimental box 8255A programmable parallel interface chip and matrix k
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:580
    • 提供者:小陈
  1. OpenMP-based

    0下载:
  2. 基于OpenMP的对称矩阵LDL~T分解并行算法实现-OpenMP-based symmetric matrix LDL ~ T decomposition parallel algorithm
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:107873
    • 提供者:赵薇
  1. MUMPS_4.10.0.tar

    3下载:
  2. 快速并行求解稀疏矩阵,主要用在linux系统下运算-Fast parallel solving sparse matrix, mainly used in the linux system operator
  3. 所属分类:Other systems

    • 发布日期:2014-06-08
    • 文件大小:2481152
    • 提供者:xinyou
  1. Parallel-Reduction

    0下载:
  2. 运用并行规约的思想在GPU端实现两个大型矩阵的求和运算,CUDA编程-Using the idea of ​ ​ a parallel realization of the Statute of the GPU side two large matrix summation, CUDA
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:1049
    • 提供者:indetail
  1. parallel-algorithms-of-QR-and-yakebi

    0下载:
  2. 求普通矩阵和对称矩阵的特征值的串行算法的并行实现。-Parallel eigenvalues ​ ​ of symmetric matrices ordinary matrix and serial algorithm.
  3. 所属分类:MPI

    • 发布日期:2017-05-14
    • 文件大小:3556352
    • 提供者:田嘉宁
  1. SuperLU

    3下载:
  2. SUPERLU求解线性方程组,主要针对大型稀疏矩阵的求解。可以进行并行加速。-SUPERLU solve the leaner equation system
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-12-25
    • 文件大小:1504256
    • 提供者:ww
  1. mpi_mat_vect_time.c

    0下载:
  2. MPI并行程序,矩阵乘以向量,输入自定义向量的纬度,然后自动生成一个随机矩阵和随机向量,计算并输出结果以及时间信息,用于计算加速和效率-MPI parallel program matrix by a vector, the input vector custom latitude and automatically generates a random vector and a random matrix, and outputs the calculation result and the
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:2980
    • 提供者:Andee
  1. mpicannon

    0下载:
  2. 矩阵乘的并行计算。使用MPI编写,实现了CANNON算法。-Parallel computing matrix multiplication. Written using MPI to achieve CANNON algorithm.
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1619
    • 提供者:王旭
  1. Matrix-1

    0下载:
  2. opencl 并行矩阵相乘计算,可以选择AMD与 NVIDIA的GPU进行计算,并且具有计算串行与并行的时间比-opencl parallel matrix multiplication calculations, you can choose AMD and NVIDIA gpu
  3. 所属分类:MPI

    • 发布日期:2017-05-19
    • 文件大小:5311200
    • 提供者:guanyunhui
  1. OpenMp

    0下载:
  2. 并行计算,使用OpenMp计算π值,两种方式;矩阵向量乘法;矩阵乘法-Parallel computing, using OpenMp calculated π values ​ ​ in two ways matrix-vector multiplication matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:26605
    • 提供者:朱苏建
  1. 22-2

    0下载:
  2. 通过消息传递接口MPI实现多节点多进程并行求解大型矩阵方程。用例比较简单,可自行设置参数进行测试。-MPI message passing interface through multi-process multi-node parallel solving large matrix equation. With a relatively simple example, you can set their own parameters for testing
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1749
    • 提供者:程墨
  1. matrix_multiple

    0下载:
  2. c代码功能:实现较为简单的矩阵乘法的mpi并行实现,适合初学者-c code functions: to achieve a relatively simple matrix multiplication mpi parallel implementation, suitable for beginners
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1240
    • 提供者:王耀侦
  1. mpi-matrix_multiple

    0下载:
  2. c代码,实现矩阵向量相乘的mpi并行计算,适合初学者-c code, matrix-vector multiplication mpi parallel computing for beginners
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:8518
    • 提供者:王耀侦
  1. openmp_mpi_combine

    2下载:
  2. mpi和openmp混合编程,实现矩阵向量相乘的并行计算,主要是并行开启和终止的示例,适合初学者-mpi and openmp mixed programming, parallel computing matrix-vector multiplication, is an example of a parallel main opening and termination for beginners
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:4096
    • 提供者:王耀侦
  1. zhuanzhi-MPI

    0下载:
  2. 输入文件数据,求取矩阵的转置,基于MPI并行,运行环境vc6.0-Enter the file data, calculate the matrix transpose, MPI-based parallel operating environment vc6.0
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2391
    • 提供者:john
  1. tezhengzhi_MPI

    0下载:
  2. 求取矩阵的全部特征值,基于vc的MPI并行程序-All eigenvalues ​ ​ of the matrix strike, the MPI-based parallel program vc
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3067
    • 提供者:john
  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. Matrix

    0下载:
  2. 这是矩阵相乘的并行代码,opencl写的对于初学opencl语言的人的一个很好的例子。-This is a matrix multiplication parallel code, opencl written language for a good beginner opencl human examples.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-23
    • 文件大小:7406635
    • 提供者:焦文
  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 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com