CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - mpi 并行

搜索资源列表

  1. mpich2-1.0.3.tar

    0下载:
  2. mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境-mpi parallel computing available vc c code or compile gcc structures can be used to test parallel computing environment
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12166368
    • 提供者:zzf
  1. MPI_QuickSort.并行快速排序算法

    0下载:
  2. 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:2499
    • 提供者:zcc
  1. mpipar

    1下载:
  2. 在MPI上实现的矩阵相乘并行计算的源程序。- The matrix realizes which on MPI multiplications the parallel computation source program.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:7598
    • 提供者:应伟勤
  1. mpistring

    0下载:
  2. 在MPI上实现并行串匹配的源代码。- Realizes the parallel string match source code on MPI.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:5198
    • 提供者:应伟勤
  1. parallelgenetic

    0下载:
  2. 使用并行遗传算法解决TSP问题,使用MPI函数库进行通信。-Using parallel genetic algorithm to solve TSP problem, use the MPI library for communication.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1312804
    • 提供者:wrq
  1. vector_metrix_multiplication(MPI)

    2下载:
  2. 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1589
    • 提供者:sangecoa
  1. mpi

    0下载:
  2. 高次方程求解的一个程序,使用vc编成的并行程序,在并行环境下运行!-High equation a procedure, the use of vc into the parallel process run in parallel environment!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1481
    • 提供者:chengfulai
  1. mpibingxing

    2下载:
  2. 介绍行列划分算法和矩阵相乘并行算法M P I 程序, 给出基于矩阵相乘并行算法的M P I 实现, 分析和讨 论处理器数目、复杂性、矩阵划分、B 子块传递、死锁避免和矩阵数据的获取等问题.-Introduction into the ranks of the matrix multiplication algorithm and parallel algorithm for MPI procedures, give parallel algorithm based on matrix mul
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:187962
    • 提供者:澄海
  1. MPI

    0下载:
  2. 高性能并行计算编程,MPI编程。Programming high-performance parallel computing, MPI programming.-Programming high-performance parallel computing, MPI programming.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:828781
    • 提供者:YB
  1. matrix_multiplty_mpi

    2下载:
  2. 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1647
    • 提供者:liubin
  1. MPI

    0下载:
  2. 网上发现的数值并行算法 MPI编程实现的介绍,很好很强大,希望对大家有用处-Online found that the value of parallel algorithms introduction to MPI programming, very good very strong hope that useful to everyone
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:551091
    • 提供者:zzy
  1. cannon

    0下载:
  2. Cannon 乘法并行算法的MPI源程序-Cannon MPI parallel algorithm source multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2837
    • 提供者:song
  1. paixu

    0下载:
  2. 排序算法用MPI实现 并行初步PDF教程-sort mpi
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:829440
    • 提供者:hunterd
  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. MyGaMpiII_1.0

    0下载:
  2. 这是一个基于实数编码的Fortran语言的遗传算法,并用MPI并行实现,里面提供了丰富的选择算子,交叉算子,变异算子可供选择,如选择算子有基于赌盘选择算子,无回放余数随机选择算子,变异算子有高斯变异,自适应变异等,此外还实行了一种策略可以有效地降低早熟的概率,本人还有一份非MPI版本的遗传算法,需要者可以联系。-This is a real-coded in Fortran language of genetic algorithms, and use MPI parallel implemen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:11201
    • 提供者:彭鑫
  1. lu

    1下载:
  2. 矩阵相乘的LU算法,采用行连续划分策略,MPI并行实现。-LU matrix multiplication algorithm, using line continuous partitioning strategy, MPI parallel implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1383
    • 提供者:NeoLi
  1. sortquick

    0下载:
  2. 在linux环境下,采用mpi并行,C语言,实现对数组的快速排序。输出结果为数组从小到大排序的结果。可以实现多处理器共同对一组数的排序。-In linux environment, using mpi parallel, C language, to achieve quick sort the array. The output is an array of small to large results. Can achieve more together on a number of gro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2512
    • 提供者:M
  1. CFDPVOFPMPI

    1下载:
  2. 应用流体体积法开展计算流体动力学研究的一个很好的MPI并行程序。-computational fluid dynamics by using the Volume of fluid method based on MPI technology.
  3. 所属分类:Algorithm

    • 发布日期:2016-06-14
    • 文件大小:26624
    • 提供者:奔流不止
  1. CFD2013-13

    0下载:
  2. 中科院力学所张新亮老师的计算流体力学上课课件第13讲-MPI并行程序设计初步1-Chinese Academy of Mechanics CFD school teacher Zhang Xinliang courseware Lecture 13-MPI preliminary 1 Parallel Programming
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4376267
    • 提供者:cjx
  1. pso-mpi

    2下载:
  2. 标准PSO的c++实现,可以单线程运行,也可以通过MPI实现并行化,同时实现了粒子间的拓扑结构。(Standard PSO c++ implementation, you can run a single thread, you can also achieve parallelization through MPI, while achieving the topology between particles)
  3. 所属分类:数学计算

    • 发布日期:2017-12-25
    • 文件大小:1285120
    • 提供者:fanf_zhang
« 12 3 »
搜珍网 www.dssz.com