CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - program set

搜索资源列表

  1. 02mpi-mandel

    2下载:
  2. 用vc实现一个画出曼德勃罗特集的mpi并行程序。请先装mpi。-using vc to implement a mpi program which draw out the mandel set. Please install mpi first.
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1362105
    • 提供者:lau
  1. jacobi

    0下载:
  2. Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2091
    • 提供者:刘铭
  1. CUDA_Startup

    0下载:
  2. CUDA入门必备:包括CUDA安装方法,语法高亮,工程Wizard文件,参考手册和编程文档。-Entry must CUDA: CUDA installation methods including, syntax highlighting, project Wizard documents, reference manuals and program documentation.
  3. 所属分类:MPI

    • 发布日期:2017-05-12
    • 文件大小:2974620
    • 提供者:鲍协浩
  1. parallel

    0下载:
  2. 并行程序,并行离散化算法实现,粗糙集数据挖掘程序-Parallel programming, parallel discrete algorithms, rough set data mining program
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1120928
    • 提供者:xdw
  1. prime2

    0下载:
  2. 使用MPI库的并行求一组连续整数中有多少素数程序-a program to get the numbers of how many primes in a set of natural numbers with mpi library
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:778
    • 提供者:xu
  1. communicator_mpi

    0下载:
  2. COMMUNICATOR_MPI is a C++ program which creates new communicators involving a subset of initial set of MPI processes in the default communicator MPI_COMM_WORLD
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:1782
    • 提供者:nader
  1. excel

    0下载:
  2. 对excel文件数据的操作 运行程序后... 首先点击Creat File按钮创建标准EXCEL文件(非标准excel文件笨程序无法操作) 打开程序目录下的name.xls, excel文件下有3件工作簿分别为TestSheet1,TestSheet2,TestSheet3 //////////一定要注意任何数据不能只是数字!!!!! 将第一组数据复制到TestSheet1里"数据A1"列中 将第二组数据复制到TestShee
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:73925
    • 提供者:何山
  1. Matrix_add

    0下载:
  2. 此程序使用CUDA并行语言完成矩阵的加法。矩阵维数为3×3矩阵。矩阵维数可以更改。但是同时矩阵的处置也要手动设置。-This program uses the CUDA parallel language to complete the addition matrix. 33 matrix matrix dimensions. You can change the dimension of the matrix. However, while the disposal of the matrix
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:758
    • 提供者:
  1. sort

    0下载:
  2. 使用hadoop的mapreduce算法,前提是先要搭建一个hadoop云平台,该程序不难,为初学者的hadoop程序,对刚刚接触hadoop的同学会有帮助。-Using hadoop mapreduce algorithm, a parallel sorting algorithm, the premise is to set up a hadoop cloud platform, the program is easy, hadoop program for beginners, help
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:7508
    • 提供者:wangmingyu
  1. 折半查找法

    0下载:
  2. 折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打印找不到信息,程序结束。(The method of bin
  3. 所属分类:并行计算

    • 发布日期:2018-01-10
    • 文件大小:36864
    • 提供者:JinPatrick
搜珍网 www.dssz.com