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

搜索资源列表

  1. Lattice Boltzmann Method 模拟单相流体

    2下载:
  2. Lattice Boltzmann Method 模拟单相流体,LBM simulation for single phase flow
  3. 所属分类:并行运算

    • 发布日期:2017-03-26
    • 文件大小:2072
    • 提供者:袁浩
  1. omp_qs.zip

    0下载:
  2. 一个调用OpenMP的实现多线程快速排序的算法实现 gcc4.2 调试通过,A call to the realization of multi-threaded OpenMP Quick Sort Algorithm gcc4.2 debugging through
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:683
    • 提供者:瞧瞧
  1. convhull

    0下载:
  2. 设平面上n个点为 ,坐标原点为 。可按照下面方法求得包含这n个点的凸多边形。 (1)求最右边点,即x坐标最大点,设为 。 (2) 以 点为中心,在其余 个点中选取与 逆时针旋转角度最小的点,设为 。 (3)再以 点为中心,在其余 个点中选取与 逆时针旋转角度最小的点 。如此类推,直到新选取的点与 点重合为止。设已求得多边形k个点依次为 ,其中第 点与第1点重合。则分别以点 为三角形顶点计算面积并求和即可。 -Let n points in the plane as the
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:26824
    • 提供者:pzg
  1. MFC_CUDA

    0下载:
  2. 如何在MFC中调用CUDA,环境: Windows Vista SP1,Microsoft Visual Studio 2005,CUDA 2.0 步骤:1.创建一个对话框的MFC程序 -How to call MFC CUDA, Environment: Windows Vista SP1, Microsoft Visual Studio 2005, CUDA 2.0: 1. Create a MFC dialog box program
  3. 所属分类:MPI

    • 发布日期:2016-01-25
    • 文件大小:641653
    • 提供者:zhouxiaol
  1. Mathmatics_Analysis

    0下载:
  2. 计算函数,为求某一函数的最小值。其中自变量的个数为2个。可自己设定。-Calculation function, for the sake of the minimum value of a function. In which the number of independent variables for the two. Can be set.
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:16531
    • 提供者:张妍
  1. exp1

    0下载:
  2. 给定正整数n,计算出n个元素的集合{1, 2,  , n}可以划分成多少个不同的非空子集。-Given positive integer n, to calculate a collection of n elements (1, 2,  , n) can be divided into a number of different nonempty sets.
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:2692
    • 提供者:Longe Zhao
  1. wings1.2.1

    0下载:
  2. SKin Based Project using java GUI. USE Swing Gui.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2335422
    • 提供者:tuna
  1. 4-2

    0下载:
  2. send and reseve from master and generate child
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1688
    • 提供者:ibrahimnaiv
  1. t1

    0下载:
  2. Why your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exist
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2096
    • 提供者:xxxx
  1. Billiard

    0下载:
  2. Descr iption: This Program Performs the following: (1) Animates the movement of a Billiard Ball on a table that has a surface friction (mu) and coefficient of restitution (e) for the sides and saves it as an AVI file. (2) Outputs series of row
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:139337
    • 提供者:zhanglan
  1. DiffractionGrating

    1下载:
  2. 计算衍射光栅的程序,可以求解1 2 3 4 光栅的衍射问题,不错的程序-Procedures for calculation of diffraction grating, you can solve the 1234 diffraction grating problems, a good program
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:22708
    • 提供者:zhanglan
  1. constant_eval

    0下载:
  2. Why your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exist
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:40318
    • 提供者:superresolution
  1. MPIch2

    0下载:
  2. mpi 并行程序设计在window下的安装与配置 vC++ 的配置 有pdf和word文档 包含关键点的技巧和提示说明 -mpi parallel program design in window installation and configuration under the vC++ configuration are pdf and word document contains the key points of the tips and tricks instructions
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:420199
    • 提供者:yiliang
  1. 2-3

    0下载:
  2. 有关于计算机指令系统的相关资料 计算机指令系统-Computer instruction on the relevant information
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:168774
    • 提供者:mengmeng
  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. 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. fastgrid-4.2.1-141-src.tar

    0下载:
  2. 针对AutoDock中的autogrid部分,实现基于CUDA的的GPU并行加速-The autogrid for AutoDock part of the GPU to achieve parallel CUDA-based acceleration
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:156700
    • 提供者:徐琛彥
  1. mypi

    0下载:
  2. 使用多线程求Pi,并做性能分析,当N取1000000时,比较采用1,2,3……个线程时所用的时间。-Parallel calculate pi,and analyse the performs.
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:572
    • 提供者:snowman
  1. tsp_nn

    0下载:
  2. KNN classifiers, training is training set, testing is test set, D is the distance, D=1 is mandistance D=2 is 欧氏距离 D=3是 infinite norm K is the number of selected neighbors- KNN classifiers, training is training set, testing is test set,
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2660
    • 提供者:
  1. process

    0下载:
  2. 1. It consists of n processes 2. Managing the process of asking about willingness to work with all other processes. 3. Child process takes the message from the control of the process and sends the message that is ready to work. 4. Managing t
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1176306
    • 提供者:anyman
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com