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

搜索资源列表

  1. linux

    0下载:
  2. Linux下利用多线程实现矩阵相乘的并行计算-Linux using multi-threaded parallel computing for matrix multiplication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-03
    • 文件大小:1101
    • 提供者:严杨
  1. parallel--toolbox-2012

    2下载:
  2. 并行计算工具箱软件提供循环执行性能可以允许一些matlab工程师可以同时执行单个循环迭代。例如,一个100次迭代的循环需要一群20人的matlab工程师来完成,这是有关并行计算的叙述-Parallel computing toolbox software provides a cycle properties can be allowed to perform some matlab engineers can simultaneously execute a single cycle iter
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2553403
    • 提供者:追风少年
  1. MATLAB-parallel-computing

    0下载:
  2. MATLAB并行计算和分布式计算的操作方法。包括Windows系统和Linux系统。-MATLAB parallel computing and distributed computing in both Windows and Linux.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1276128
    • 提供者:BaiGe
  1. test06

    0下载:
  2. 一个基于OpenMP的并行粒子群优化算法编程,类似于计算器,使用时只需对适应度函数进行相应改动,且并行计算效率相对较高-A programming based on the OpenMP parallel particle swarm optimization algorithm, similar to the calculator, use only the fitness function to make the appropriate changes, and the parallel c
  3. 所属分类:MPI

    • 发布日期:2017-06-02
    • 文件大小:14720154
    • 提供者:汤良宇
  1. shortestPath

    0下载:
  2. 采用hadoop,解决海量数据中,图的并行计算,计算图的最短距离,主要用于社区数据分析-Using Hadoop Distributed to solve the shortest path problem, and and hbase do back-end database, and learn hadoop is a very good reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:16400
    • 提供者:汤升
  1. PI

    1下载:
  2. 并行计算求PI的代码,在Linux下可以正常运行-Parallel computing demand PI code
  3. 所属分类:MPI

    • 发布日期:2016-05-26
    • 文件大小:1024
    • 提供者:刘彦镔
  1. easyfdtd

    2下载:
  2. 基于VC编写的FDTD电磁计算源代码,支持PML吸收边界条件,支持并行计算(基于MPI库)-FDTD code for electromagnetic simulation based on VC.Support PML absorbing boundary condition and parallel computation(based on MPI library).
  3. 所属分类:Algorithm

    • 发布日期:2015-05-26
    • 文件大小:125952
    • 提供者:曾伟
  1. MPI-parallel--computing-program

    0下载:
  2. 一本很好的并行计算入门的书,介绍MPI编程。很适合初学者。-A good parallel computing started the book, describes the MPI programming. Very suitable for beginners.
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:822810
    • 提供者:jee
  1. main

    0下载:
  2. 使用MPI并行计算技术,实现矩阵与向量相乘的算法代码-MPI parallel computing technology, the matrix vector multiplication algorithm code
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:2444
    • 提供者:mayuqing
  1. CUDA

    0下载:
  2. GPU并行计算及CUDA编程相关资料,都是从网上搜集过来的-GPU parallel computing and CUDA programming data are collected from the Internet over the
  3. 所属分类:MPI

    • 发布日期:2017-05-27
    • 文件大小:9898943
    • 提供者:马云
  1. parallel

    0下载:
  2. 求解二维直角坐标系同位网格上求解稳态N-S方程的并行计算程序,基于PVM信息传递软件,具体信息请看‘readme’文件。-The package contains the codes soving 2D steady Navier-Stokes equations on Cartesian grids with a colocated arrangement of variables using PVM message-passing software, please re
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:30446
    • 提供者:shenshuanglin
  1. PC15

    0下载:
  2. 中科大并行计算课程的ppt,非常有借鉴意义的。-The USTC parallel computing course ppt, and very reference.
  3. 所属分类:MPI

    • 发布日期:2017-05-31
    • 文件大小:13019721
    • 提供者:fuhaiyang
  1. OpenMP

    1下载:
  2. OpenMP并行计算例子,主要包括简单例子、并行循环、常用函数、分段并行、嵌套并行、求π以及同步这些例子。所有例子都已经过测试。-OpenMP parallel computing examples, including a simple example, a parallel loop, commonly used functions, segmented parallel nested parallelism, find π and the synchronization of these
  3. 所属分类:CSharp

    • 发布日期:2016-09-18
    • 文件大小:10982400
    • 提供者:青青子衿
  1. multi_core

    0下载:
  2. 多核技术发展概述,多核并行计算方法,应用方式-An overview of the development of multi-core technology
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:683026
    • 提供者:Gan
  1. Parallel-computing_ycl_2120111211

    0下载:
  2. 用c语言实现的两个并行计算程序,其中一个为用sendrecv实现alltoall,另一个为矩阵相乘-C language two parallel program, one to the sendrecv achieve alltoall and one matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2595
    • 提供者:yanchl
  1. task_divide_methods

    0下载:
  2. 并行计算中的任务分配算法,这是并行计算中的关键技术。-Task allocation algorithm for parallel computing, parallel computing technology.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:405667
    • 提供者:kunlun
  1. Dmini-omp-deme

    0下载:
  2. 并行计算的演示程序,基于OppenMP的演示程序 -Demo program, based on parallel computing OppenMP demonstration program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8883
    • 提供者:fjk2002
  1. wordcount

    0下载:
  2. 并行计算实验,wordcount算法Mapreduce实现。-Parallel computing the experiment, wordcount algorithm Mapreduce achieve.
  3. 所属分类:MPI

    • 发布日期:2017-11-14
    • 文件大小:1682
    • 提供者:流川天
  1. pi

    0下载:
  2. 并行计算实验,多线程计算pi源代码,附有说明。-Parallel computing experiment, multithreaded to calculate pi source code annotated.
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:925
    • 提供者:流川天
  1. prime

    0下载:
  2. 基于Java的并行计算,搜寻任意范围区间的所有等于质数乘积的数,可作为对并行计算的入门了解。-Java-based parallel search any range interval number is equal to the product of prime numbers, as parallel computing introductory understanding.
  3. 所属分类:MPI

    • 发布日期:2017-11-19
    • 文件大小:2401
    • 提供者:李佳轩
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 47 »
搜珍网 www.dssz.com