搜索资源列表

  1. MPIEqSolver

    0下载:
  2. 一个使用MPI的并行Equation Solver。采用高斯迭代。在双核和4核机器上加速比可到2和4。并行的效果非常好。采用ghost rows。可操作于任意的process数-A use of MPI Parallel Equation Solver. Using Gaussian iteration. In the dual-core and 4 core machine speed-up ratio can be 2 and 4.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:184320
    • 提供者:Siwen
  1. multisp

    0下载:
  2. 使用MPI编写一个并行程序,利用遗传算法来解决旅行商问题。-The use of MPI to prepare a parallel process, the use of genetic algorithm to solve the traveling salesman problem.
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:53248
    • 提供者:pim
  1. ranksortc

    0下载:
  2. 一个基于MPI的简单的并行计算的c程序,最大的特点是有详细的中文注释-MPI-based parallel computation of simple procedures of c, the biggest feature is the Chinese have detailed notes
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:江南
  1. JacobiMPI

    0下载:
  2. Jacobi_MPI 基于MPI的并行算法,用Jacobi迭代法解方程组-Jacobi_MPI parallel algorithm based on MPI, using Jacobi iterative method for solution of equations
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:luoxiao
  1. icpi

    0下载:
  2. MPI CPI 记算PI值的CPI程序,mpich2-MPI CPI recorded PI value of CPI calculation procedures, mpich2
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ttt
  1. neighbors

    0下载:
  2. 很简单的利用mpi在邻居间互相传递数据。-Very simple to use mpi in the transmission of data among neighbors.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:laote
  1. MPICHTEST

    0下载:
  2. MPI是为统一不同的MPP产家的消息传递API而制订的工业标准。 MPI的内涵和外延: • MPI是一个库,不是一门语言; • MPI是一种标准或规范的代表,而不特指某一个对它的具体实现; 并行机制造商对MPI支持较强,可免费下载MPI在不同并行机上的实现。 • MPI是一种消息传递编程模型,并成为这种编程模型的代表和事实上的标准。 最终目的是服务于进程间通信这一目标!
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:178176
    • 提供者:helongfei
  1. john-src

    0下载:
  2. john-mpi的我windows源码 可破解多种密码档-john-mpi source I can crack the windows a variety of password file
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:17959936
    • 提供者:yang
  1. collapse

    0下载:
  2. MPI COLLAPSE 用于MPI 研究的初步学习-MPI for MPI COLLAPSE of the preliminary study
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:fanke
  1. MPIGroups

    0下载:
  2. VTK结合MPI并行接口实现并行可视化,在安装VTK时要将MPI库链接进来。-MPI parallel interface combines VTK realize parallel visualization, when you install VTK library to link in. MPI.
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:xiaohan
  1. Basic

    0下载:
  2. 这是用vc和并行程序接口MPI 编制的并行程序,运行环境为多平台,运行时请先安装MPICH包,具体的运行方法请参照说明文档-This is vc and parallel programming interfaces MPI parallel preparation procedures for the multi-platform operating environment, run-time install MPICH packag
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:700416
    • 提供者:li jianwei
  1. jacobi

    0下载:
  2. 利用MPI实现并行化的jacobi算法,同时加入串行实现的算法用于对比 编译:mpicc jacobi.c -o jacobi 运行:mpirun -n nodenum jacobi-Realize the use of MPI-based parallel jacobi algorithm, at the same time serial algorithm is used to realize the contrast co
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:stonewing
  1. MPIPoisson

    0下载:
  2. Jacobi迭代法求解Poisson方程的MPI并行编程。可以接受参数作为问题剖分大小,能自动根据问题规模选择合适的任务划分(行、列、块)。速度不错。精度及问题函数可以自己在编译前设置。 BY:廖能想-Jacobi iterative method for solving Poisson equation MPI parallel programming. Acceptable parameters as the iss
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:能想的呆子
  1. fft

    0下载:
  2. 离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。 这是一个傅氏变换的MPI程序,用C语言实现。-Discrete Fourier Transform of the 20th century 60 s co
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:chj
  1. 01knapsack

    0下载:
  2. MPI 并行编程 一维0/1口袋问题 动态规划 求优化解-MPI parallel programming one-dimensional 0/1 pocket of the problem of dynamic programming for optimal solution
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:sangecoa
  1. Jacobi

    0下载:
  2. 并行计算中的Jacobi算法实现,用mpi编程完成-Parallel computing algorithm of Jacobi, complete with mpi programming
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:kmart
  1. transpose

    0下载:
  2. 矩阵转置并行算法实现,C语言开发,用mpi编程完成-Matrix transpose parallel algorithm, C language development, with the completion of mpi programming
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:kmart
  1. cannon

    0下载:
  2. 矩阵相乘并行算法实现,C语言开发,用mpi编程完成-Parallel matrix multiplication algorithm, C language development, with the completion of mpi programming
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:kmart
  1. Fft

    0下载:
  2. fft并行算法实现,C语言开发,用mpi编程完成-fft parallel algorithm, C language development, with the completion of mpi programming
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:kmart
  1. MPI

    0下载:
  2. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:550912
    • 提供者:hulin
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org