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

搜索资源列表

  1. LU

    0下载:
  2. OpenMP实现矩阵LU分解,本代码对随机生成的矩阵进行LU分解-realize matrix LU algorithm with OpenMP
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:2008083
    • 提供者:
  1. lu_omp

    1下载:
  2. 矩阵LU分解的C/C++ + Openmp实现-Matrix LU decomposition of C/C+++ Openmp achieve
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:646
    • 提供者:lixianming
  1. jaccobi

    1下载:
  2. jaccobi矩阵的MPI和openMP以及混合编程的并行计算程序代码。-The codes of MPI, openMP and mixed parallel programs for computing jaccobi matrix.
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:7168
    • 提供者:刘天航
  1. mpiPopenmp

    1下载:
  2. 采用MPI+OpenMP混合模型设计并实现光化学反应双层并行模拟算法,上层基于MPI实现节点间的原子分解并行,下层基于OpenMP实现节点内的多线程矩阵并行乘法。-With MPI+OpenMP mixed model was designed and implemented The photochemical reaction bunk parallel simulation algorithms, the upper atomic decomposition based on inter-n
  3. 所属分类:Bio-Recognize

    • 发布日期:2016-09-22
    • 文件大小:795648
    • 提供者:songhu
  1. parallel-compute.

    0下载:
  2. 一个基于OpenMp并行编程的实例,基于多线程,多线程比单线程下节省运行时间的典型例子。算法内容主要是计算矩阵乘积,再求个元素和。可通过"任务管理器"-"性能"查看运行在多核上。-Typical example of a parallel programming based OpenMp instance, save run time based on the multi-threaded, multi-threading than single-threaded. The algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:21072
    • 提供者:shell
  1. Original_part1

    0下载:
  2. 用OpenMP并行运算 求矩阵向量乘机 内部调用C语言函数库 omp.h-OpenMP parallel computing matrix vector opportunity internally calls the C language library omp.h
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:987
    • 提供者:蒋英羽
  1. MatMultop

    0下载:
  2. 矩阵乘法OpenMP并行计算程序 线程数可以设定-The matrix multiplication OpenMP parallel computing program the number of threads that can be set
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:325495
    • 提供者:qiyi
  1. test

    0下载:
  2. OpenMP 解决大矩阵相乘问题,矩阵规模为5000*5-OpenMP problem solving large matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-12-05
    • 文件大小:979
    • 提供者:wyj
  1. Cannon

    0下载:
  2. 佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1238
    • 提供者:GPS设备
  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. mutrixMutil_1

    0下载:
  2. 本程序实现了在linux平台上用openMP实现的大型矩阵相乘-The program in the linux platform with a large matrix multiplies achieved openMP
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:847
    • 提供者:xf
  1. hw1_PC_NB

    0下载:
  2. LU Factorization of matrix using OpenMP
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4417711
    • 提供者:Pedro Alvarez
  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. 1.Matrix_Multiplication

    0下载:
  2. serial matrix multiplication and parallel multiplication using openmp. comparision between them
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:34795
    • 提供者:rabeya
  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. bingxing

    3下载:
  2. openMP与MPI混合编程,实现矩阵与矩阵相乘。 并且矩阵阶数可调整,进程数与线程数可调整。-OpenMP and MPI mixed programming, matrix and matrix multiplication. And the matrix order can be adjusted, the number of processes and threads can be adjusted.
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:1024
    • 提供者:金英
  1. Matrix_Multiplication

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

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

    0下载:
  2. Matrix Multiplication using OpenMP
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:834
    • 提供者:kastellanos
  1. omp_mat_vect

    1下载:
  2. 利用OpenMP来实现矩阵向量相乘的并行化,大大提高速度-OpenMP is used to realize the parallelization of matrix-vector multiplication, greatly improve the speed
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1990
    • 提供者:jonny chen
  1. strassen.c

    0下载:
  2. Matrix multiplication using Strassen s algorithm and openmp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1338
    • 提供者:TVThanh95
« 1 23 »
搜珍网 www.dssz.com