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

搜索资源列表

  1. XShortest.rar

    0下载:
  2. 最短路径的并行算法 采用TBB 需要intel编译器 速度很快,Parallel shortest path algorithm required the use of TBB fast intel compiler
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:342779
    • 提供者:邓辉
  1. MPI-Sort

    0下载:
  2. 枚举、快速排序和正则采样排序的并行算法,附带说明,无解压密码-Enumeration, fast sorting and regular sampling of parallel sorting algorithms, annotated, non-decompression password
  3. 所属分类:MPI

    • 发布日期:2017-03-25
    • 文件大小:8869
    • 提供者:不死鸟
  1. MPI_QuickSort

    0下载:
  2. MIP并行计算实现快速排序算法。在本篇中,我们首先对快速排序算法进行描述和实现,并在此基础上分析此算法的并行性,确定并行编程模式,最后给出该算法的MPI实现。-MIP fast parallel sorting algorithms. In this, we first describe a fast sorting algorithm and implementation, and on this basis of parallelism of this algorithm to determ
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:51885
    • 提供者:
  1. quick_sort

    1下载:
  2. 实现快速排序的并行算法源程序,希望对大家有帮助。-Fast parallel algorithm to sort the source, I hope all of you help.
  3. 所属分类:MPI

    • 发布日期:2014-11-23
    • 文件大小:2804
    • 提供者:asdfasdf
  1. XAmicableNum

    0下载:
  2. 相亲数和亲和数的快速并行求解算法 intel 多线程优化大赛参赛作品-Blind date a few and the pro-and several fast parallel algorithm optimization of multi-threading intel Competition entries
  3. 所属分类:MPI

    • 发布日期:2017-04-27
    • 文件大小:447895
    • 提供者:邓辉
  1. sudoku

    0下载:
  2. 数独快速并行求解算法,使用Intel编译器-Sudoku fast parallel algorithm, the use of Intel compilers
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:2329013
    • 提供者:邓辉
  1. weixingtianxian--zitaijiaojisuan

    0下载:
  2. 卫星天线的俯仰角航向角滚动角的快速计算小程序,输入初始计算条件即可简单得出结果,有助于开发者算法快速验证及实际测试结果验证。-Satellite antenna direction of the pitch angle of the fast calculation of the rolling angle applet, enter the initial conditions can be a simple calculation of the outcome of the rapid me
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:29919
    • 提供者:吴光跃
  1. FFT

    1下载:
  2. 一个不错的快速傅里叶变换并行算法的MPI源程序-A MPI source code for fast Fourier transform s parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:3807
    • 提供者:Juri hui
  1. FFT

    0下载:
  2. 简易的能实现FFT快速傅里叶算法,MATLAB编译环境,适用于教学例题-Easy to achieve FFT Fast Fourier algorithm, MATLAB compilation environment for the teaching Example
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:785
    • 提供者:任明
  1. fft

    0下载:
  2. 快速傅里叶变换算法 用于电网谐波计算 采用c语言编程-Fast Fourier transform algorithm for computing harmonic language programming using c
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1195
    • 提供者:程建
  1. www

    1下载:
  2. 一本将基于近邻传播算法的半监督聚类的算方法书.对于聚类研究的很有帮助-Abstract: A semi-supervised clustering method based on affinity propagation (AP) algorithm is proposed in this paper. AP takes as input measures of similarity between pairs of data points. AP is an efficient a
  3. 所属分类:MPI

    • 发布日期:2016-08-10
    • 文件大小:375808
    • 提供者:fanhaixiong
  1. QuickSort

    0下载:
  2. MPICH2实现的并行快排算法,VS2005编译通过-The MPICH2 implementation fast parallel row algorithm VS2005 compiled by
  3. 所属分类:MPI

    • 发布日期:2017-11-25
    • 文件大小:1878
    • 提供者:kylin
  1. P-ary-Search

    0下载:
  2. 一种采用CUDA并行加速的快速排序算法。实现平台VS2012 + CUDA.-One kind of fast acceleration using CUDA parallel sorting algorithms. Implementation platform VS2012+ CUDA.
  3. 所属分类:MPI

    • 发布日期:2017-05-14
    • 文件大小:3445985
    • 提供者:王东
  1. Matlab-R-K

    0下载:
  2. R-K算法求解,有力的运用了matlab的快捷与方便,完全源码-R- K algorithm, the use of the matlab fast and convenient, complete source code
  3. 所属分类:MPI

    • 发布日期:2017-04-30
    • 文件大小:38906
    • 提供者:汪雄
  1. MPI-and-OpenMP-parallel-programming

    1下载:
  2. 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:48901120
    • 提供者:艾艾
  1. 并行计算MPI程序设计

    0下载:
  2. FFT,即为快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。(FFT, that is fast Fourier transform, is a fast algorithm for discrete Fourier transform. It is based on the odd, even, imaginar
  3. 所属分类:并行计算

    • 发布日期:2017-12-23
    • 文件大小:215040
    • 提供者:GuoW
  1. fft

    1下载:
  2. 基于MPI的并行快速傅里叶变换算法,通过多核并行计算提升计算性能。(the fast Fourier transform algorithm based on MPI coding)
  3. 所属分类:并行计算

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:pengbd
搜珍网 www.dssz.com