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

搜索资源列表

  1. mpi-20

    0下载:
  2. This document describes the MPI and MPI standards They are both extensions to the MPI standard The MPI part of the document contains clarications and corrections to the MPI standard and denes MPI The MPI part of the d
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1570826
    • 提供者:张翟
  1. CalCulateCodeLine

    0下载:
  2. 这个是代码统计器,里面的算法是外国人做的,我做的只是对其中进行了修改,比如可以一次性选择多个文件等等,写的更通俗一点,便于大家观看,具有比较强的实用性,值的一下!相信对大家有用的-this is code for statistics, which the algorithm is a foreigner to do, I just do them the right to amend, For example, one-time can select multiple documents, e
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:28019
    • 提供者:xmcxcoc
  1. Soft20060210160010604

    0下载:
  2. 工程中很多的地方用到龙格库塔求解微分方程的数值解,龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。 -project many places used for Runge - Kutta numerical solution of differential equations. Runge - Kutta is a very important one, especially in four bands, precision is high.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:175010
    • 提供者:gggg
  1. fluidsD3D

    0下载:
  2. 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发流体模拟程序,是基于GPU的通用计算应用在图形学领域的一个范例。由于该环境在国内不常见,并且支持模拟环境,保留了可执行文件作为参考。-based on the latest generation of common GPU -- Geforce8800. CUDA platform in the development of fluid simulation program, GPU is based on the gener
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1685113
    • 提供者:白洪涛
  1. parallel-dijkstra 并行化思路实现dijkstra算法

    0下载:
  2. 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
  3. 所属分类:并行运算

    • 发布日期:2017-03-22
    • 文件大小:744381
    • 提供者:joyce
  1. julia

    0下载:
  2. 一个基础的CUDA例子,绘画出julia集合。-One based on CUDA example, draw julia set.
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:2158
    • 提供者:weijian
  1. j_12793_jsphi_notepad

    0下载:
  2. 简介:程序简介: 一个简单的记事本 可以标记5种主题的颜色 并采用txt存储数据 CSS无图片美化 只有一个页面 并可以任意修改.jsp前的名字 -Introduction: About the procedure: a simple marker Notepad can be the subject of five kinds of colors and the use of stored data txt landscaping CSS no picture th
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:7157
    • 提供者:明明
  1. image

    0下载:
  2. 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:1960
    • 提供者:刘铭
  1. PNS

    0下载:
  2. A GUI simulation for Petri Net. One may add components dynamically, and one/multi step run the net. It s just a preliminary version.
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:38184
    • 提供者:neil
  1. calculator

    0下载:
  2. 这个一个用java编写的计算器程序,改程序能实现基本的四则运算-The one with the calculator program written in java, changing procedures to achieve the basic four operations
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:5422
    • 提供者:
  1. mpi_matmult

    0下载:
  2. MPI matrix multiplication with two versions (one is broad cast method and another one is systolic method)
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:3161
    • 提供者:mghs
  1. SDCC_XC800_2.5.4B4_Source

    0下载:
  2. its a scu driver for xc 2000 micro ,,, very good one the best code i have ever seen
  3. 所属分类:MPI

    • 发布日期:2017-05-09
    • 文件大小:2180955
    • 提供者:NAS
  1. fig_mpi

    0下载:
  2. Is the figure on the plane, presented in the form of plural-va points (xi, yi) There are changes that need to perform (turning, moving, scaling) Leave the system, which has undertaken the conversion figures, but every single child process may t
  3. 所属分类:MPI

    • 发布日期:2017-05-03
    • 文件大小:1251197
    • 提供者:anyman
  1. spinner

    0下载:
  2. 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此示例程序演示了一个单应用程序被并行执行,在其中一个应用程序fork/execs自身的多个实例,多核的每个核也相似,而这样的实例一起执行该应用程序,使用的实例之间的UDN来互相通信。-This example program demonstrates a single-app parallel execution style, in which an application fork/ex
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2881
    • 提供者:曾三
  1. clk

    0下载:
  2. 二分之一分频器及其测试程序,是用modelsim仿真实现-One half of the divider and the test procedure is used modelsim Simulation
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:567
    • 提供者:张依
  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. cpi.c.tar

    0下载:
  2. MPI环境下测试PI的调试程序 适合于刚配置好MPI环境来测试环境配置是否正确的~-a little program for the beginner to compile and run the first one to
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:844
    • 提供者:chengshuai
  1. MPI

    0下载:
  2. This a basic MPI program, the idea it s to show how MPI API work s. Then you could find MPI_IMPROVED where obviously you ll find a program who run quite faster than this one-This is a basic MPI program, the idea it s to show how MPI API work s. Then
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:781760
    • 提供者:Rama
  1. abc

    0下载:
  2. 輸入數字,排列數字,從1到輸入的數字排列-Enter numbers, arranged in the numbers from one to the input digital arranged
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:977
    • 提供者:廖小育
  1. RK

    0下载:
  2. 求解一维Euler方程,计算一维激波管问题,时间项RK,空间使用steger_warming分裂方式-Solving one-dimensional Euler equations, to calculate the one-dimensional shock tube problem, the time RK, space using two separatist
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:1351
    • 提供者:wangyong
« 12 3 »
搜珍网 www.dssz.com