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

搜索资源列表

  1. MPIdemo

    0下载:
  2. 基于MPI技术的并行计算方法的FORTRAN程序-MPI-based parallel computing technology methods FORTRAN program
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:6317
    • 提供者:liu
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7182696
    • 提供者:shang
  1. ExperimentsOfParallelAlgorithms

    1下载:
  2. 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
  3. 所属分类:Algorithm

    • 发布日期:2016-06-23
    • 文件大小:1150777
    • 提供者:绿城苍狼
  1. CRC

    0下载:
  2.  本文提出一种通用的CRC 并行计算原理及实现方法,适于不同的CRC 生成多项式和不同并行度(如8 位、16 位、及32 位等) ,与目前已采用的查表法比较,不需要存放余数表的高速存储器,减少了时延,且可通过增加并 行度来降低高速数传系统的CRC 运算时钟频率.-In this paper, a universal principle of CRC and implementation of parallel computing methods for generating differ
  3. 所属分类:Project Design

    • 发布日期:
    • 文件大小:144382
    • 提供者:黑月
  1. PVM_ParallelVirtualMachine.pdf.tar

    0下载:
  2. A Users Guide and Tutorial for Networked Parallel Computing-A Users Guide and Tutorial for Networked Parallel Computing
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:857869
    • 提供者:abubobe
  1. Parallelcomputing

    0下载:
  2. 并行计算的基础知识,非常适合自学并行计算和并行编程的朋友-Basic knowledge of parallel computing is very suitable for parallel computing and parallel self-programming friend
  3. 所属分类:MPI

    • 发布日期:2017-05-02
    • 文件大小:588720
    • 提供者:Chen Yejin
  1. winds

    0下载:
  2. 这是一个非常经典的并行试验,实现并行计算pi的数值-The achievement of numerical parallel computing pi
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:690
    • 提供者:wind
  1. mpi_demo

    2下载:
  2. MPI并行计算的编程,有很多重要的例子,很有用。-MPI parallel computing programming, there are many important examples, very useful.
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:13425
    • 提供者:
  1. xh

    0下载:
  2. 快速并行算法是经典算法中比较好的一种细化算法,但其存在固有缺陷,可能产生信息丢失。为了克服这个缺点,提出了重合算法,最后为了减少计算时间和冗余信息,提出了基于模板保留的算法。-Fast parallel algorithm for the classical algorithm is a good thinning algorithm, but its inherent defects, the potential loss of information. In order to overcom
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:422644
    • 提供者:乐睿
  1. partI

    0下载:
  2. 中科大并行计算英文讲义I,搞并行计算的值得好好学习-parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-05-12
    • 文件大小:2646018
    • 提供者:he
  1. pvmmatrixproduct

    0下载:
  2. 在处理大型矩阵问题时可以利用多台计算机的并行计算来处理可以得到很好的效果-In dealing with the issue of a large matrix can use multiple computers to deal with the parallel computing can be very effective
  3. 所属分类:MPI

    • 发布日期:2017-04-24
    • 文件大小:77408
    • 提供者:peter
  1. BigInt

    0下载:
  2. 大整数(可高效计算数万位整数)四则运算的实现,采用了高效的9位并行计算。除法的实现更是采用了高效的二分试商-Large integer (which can be tens of thousands of high-performance computing-bit integer) arithmetic to achieve efficient use of parallel computing 9. The division is the adoption of a more efficie
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1650
    • 提供者:Harder
  1. ParallelComputingwithMATLAB

    1下载:
  2. 用matlab 2007以上版本的并行计算工具箱和分布式计算引擎进行并行计算编程的示例代码,具有极高的参考价值,与user s guide同步-Matlab 2007 with the above version of the Parallel Computing Toolbox and Distributed Computing Programming parallel computing engine for the sample code has a very high reference
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:341918
    • 提供者:苗晨
  1. jump_omp.c.tar

    0下载:
  2. 基于C的OPENMP并行计算的N皇后问题-C-based parallel computing OPENMP the N-Queen problem
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:624
    • 提供者:cb
  1. mpich.tar

    0下载:
  2. 在linux下的并行环境软件,通过安装它,可以设置并行环境,运行并行运算软件-In the parallel environment under linux software, by installing it, you can set up parallel environment, run in parallel computing software
  3. 所属分类:Other systems

    • 发布日期:2017-06-09
    • 文件大小:15978525
    • 提供者:廉玉广
  1. parallelcomputing

    0下载:
  2. 此资料为英文辅导资料,主要通过讲解如何提高压缩和解压缩的速度,进而间接的介绍并行式的计算,对了解和学习并行计算很有帮助。-This information counseling data in English, mainly through on how to improve the speed of compression and decompression, and indirectly, the introduction of parallel computing, and learnin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:399351
    • 提供者:zengweifeng
  1. MIT.Press.Using.OpenMP.Portable.Shared.Memory.Para

    0下载:
  2. OpenMp内存共享模型下的并行计算的使用说明-OpenMp parallel computing instructions for use
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1320003
    • 提供者:Mu Mu
  1. RBTrees

    0下载:
  2. greatest in parallel computing. Visit our expert blog! www.ddj.com/Go-Parallel
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1118674
    • 提供者:Nguyen Pham
  1. cuda

    0下载:
  2. CUDA是流行的并行计算的硬件和软件架构, 其高性能的可以应用到实际软件中的工具,包含一些学习CUDA的基本的一些资料,并且有本人的对别人讲过的PPT 已经一些总结-CUDA is a popular parallel computing hardware and software architecture, which can be applied to the actual high-performance software tools, including some of the st
  3. 所属分类:MPI

    • 发布日期:2017-05-23
    • 文件大小:7217097
    • 提供者:xujx
  1. automaticwavemethod

    0下载:
  2. 一种求解TsP问题的新型人工神经网络方法 用自动波方法求解问题,该方法具有鲁棒 性和可靠性好、人规模并行计算等特点-Solving the problem TsP new artificial neural network method with an automatic-wave method to solve the problem, the method has the robustness and reliability, human-scale parallel computi
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:41878
    • 提供者:yonghuazhu
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »
搜珍网 www.dssz.com