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

搜索资源列表

  1. mpi

    0下载:
  2. 一个用c写的机遇MPI的并行程序,程序实现了求积分的功能-with a c MPI the opportunity to write parallel programs, procedures for the realization of the functional integration
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:9281
    • 提供者:川川
  1. createNewComm.tar

    0下载:
  2. 编 写 MPI 程 序 : 依 据 所 有 mpi 进 程运 行 所 在 节 点 集 合 的 大 小 , 进 行 MPI_COMM_WORLD 通信域划分,使得运行在相同节点上的 mpi 进程都将被分到相同的子通信域。测试并验证你的程序能够正确分组。 -Write MPI programs: mpi process is running in accordance with all the size of a collection of nodes, the MPI_COMM_WOR
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:144404
    • 提供者:ghostfire
  1. Threaded_Solution

    0下载:
  2. 多线程程序,以进行数据保护。程序打开一个text文件,线程按行从文件中读取数据同时计算每行的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even the
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:957
    • 提供者:ASIN
  1. Serial

    0下载:
  2. 串行程序。程序打开一个text文件,线程按行从文件中读取数据同时计算每行的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even the number o
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:660
    • 提供者:ASIN
  1. parallel

    1下载:
  2. 《并行算法实践》陈国良著,书中的所有实例程序源代码。并包含中科大计算机并行程序设计课程课件。学习并行程序及算法的真贵资料-" Practice of Parallel Algorithms," Guoliang book, the book source code for all instances. And includes parallel programming courses USTC computer courseware. Parallel programs and
  3. 所属分类:MPI

    • 发布日期:2017-05-17
    • 文件大小:4963687
    • 提供者:KevinTse
  1. w

    0下载:
  2. 子集树回溯法 试设计一个用回溯法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。-A subset of the trial design of a backtracking tree with backtracking search a subs
  3. 所属分类:MPI

  1. MPI_Parallel_Programming

    0下载:
  2. 书中第一部分简单介绍了并行程序设计的基本知识;然后在第二部分介绍基本的MPI并行程序设计方法,它虽然基本,但是却非常重要,因为通过这部分介绍的功能,可以实现几乎所有的通信功能;第三部分是在第二部分的基础上,介绍高级、复杂的MPI并行程序设计,使用高级的MPI调用可以提高并行程序的通用性和移植性,对提高并行程序的开发效率、可读性以及并行程序的执行效率等都有好处;最后一部分介绍MPI的最新扩展MPI-2,着重对动态进程管理、远程存储访问和并行I/O进行了讲解。-The book first sect
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:825614
    • 提供者:劳炽元
  1. 0262571323.pdf

    0下载:
  2. MPI Programs used for parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-05-06
    • 文件大小:1481303
    • 提供者:sabareesh
  1. openmp

    0下载:
  2. This document specifies a collection of compiler directives, library functions, and environment variables that can be used to specify shared-memory parallelism in C and C++ programs. The functionality described in this document is collectively
  3. 所属分类:MPI

  1. sat1

    0下载:
  2. 這是一個mpi寫的平行計算程式 程式內容為電路的檢查 電路輸入為一個陣列v[1]v[2]..v[16] 這陣列間需要符合規則我們才將答案印出來 這規則可以看程式內副程式 check_circuit()-This is an mpi parallel computing programs written for circuit checking. The contents of the circuit as a circuit input array v [1] v [2
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:913
    • 提供者:李鋒
  1. source

    0下载:
  2. 该源码为并行程序设计书中相关的源码,对并行程序的编写具有较大帮助-The source book for parallel programming related source code, to write parallel programs to help with larger
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:791038
    • 提供者:汪峰
  1. mpiomp_wave

    1下载:
  2. MPI和OpenMP实现wave程序的混合并行编程-MPI and OpenMP programs to achieve wave mixing parallel programming
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:2048
    • 提供者:gy
  1. MPIPROGRAMS

    0下载:
  2. THIS ARE MPI PROGRAMS IN UNIX PLATFORM FOR PARALLEL COMPUTING
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:101544
    • 提供者:sathiya
  1. qqqqqqqqqq

    0下载:
  2. 并行程序 allgather Allgather parallel programs-Allgather parallel programs Allgather parallel programs
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:958024
    • 提供者:111
  1. Automatic-parallel-compiled

    0下载:
  2. 这是一篇很有价值的博士论文,对于并行化编译器中并行程序自动生成和性能优化技术进行了较深入的研究。 并行化的最终日标是生成符合日标机体系结构特点的高效并行程序,因此如何产生高效并行代码是并行化编译研究的一项重要内容。 这篇文章以并行化编译器KAP为研究背景,以分布内存结构为目标,研究了并行化过程中的通信优化和消息、传递类型并行程序自动生成问题;以共享内存结构为目标,研究了并行化产生的openMP程序的编译优化问题。通过测试确定了影响openMP程序性能的主要因素,从并行化生成OpenMP并
  3. 所属分类:MPI

    • 发布日期:2017-05-18
    • 文件大小:5625754
    • 提供者:王鹏
  1. MPI

    1下载:
  2. MPI代码设计实例程序和论文教程,包含雅克比、小波变换、一维口袋问题动态规划、热分布问题等算法实现-MPI code design tutorial example programs and papers, including Jacobi, wavelet transform, one-dimensional dynamic programming problem pocket, heat distribution algorithm problems
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1739661
    • 提供者:王垚
  1. programs with MPI

    0下载:
  2. the attachments are programs with MPI
  3. 所属分类:并行运算

    • 发布日期:2017-03-30
    • 文件大小:4590
    • 提供者:shiva
  1. Openmpcode_examples

    0下载:
  2. 里面包含了几个openMP的共享存储式C程序代码,希望对你们有帮助,现在能参考的大型程序的openMP的代码比较少-Which contains several openMP shared storage type C code, you want to help, and now can reference the code in large programs openMP less
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:257695
    • 提供者:pottermarkken
  1. Programs-with-bugs

    0下载:
  2. Programs with bugs 并行计算经典代码,学习资料-Programs with bugs classic code parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:654
    • 提供者:kerjuin
  1. matlab-parallel-computing-programs

    1下载:
  2. matlab 并行计算的程序与教程,详细介绍了并行程序的设计方法。-matlab parallel computing procedures and tutorials, detailing the design method of parallel programs.
  3. 所属分类:MPI

    • 发布日期:2017-04-25
    • 文件大小:347051
    • 提供者:陈国海
« 12 3 »
搜珍网 www.dssz.com