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

搜索资源列表

  1. bingxingjisuan

    0下载:
  2. 并行计算方法的详细介绍,深入浅出的介绍了并行计算方法的实现和应用,是研究并行计算方法的同志们必看的书。-parallel computing detailed descr iption of the methods and simple introduction to the method of parallel computing to achieve and applications, research on Parallel Computation comrades Watchable b
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:8067150
    • 提供者:丫头
  1. capi-0.20

    1下载:
  2. 本代码为周伟明著的《多核计算与程序设计》一书所对应的源代码, 书中,有对本项目中各种数据结构与算法源代码的详细描述。 并且在《多核计算与程序设计》一书的附录中,有本项目各个源文件和书中的章节对照表。-The code for Wei-Ming Zhou of the " multi-core computing and programming," a book by the corresponding source code, the book, there are a
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:289348
    • 提供者:
  1. nbody

    0下载:
  2. N-Body 利用cuda的模拟 Fast N-Body Simulation with CUDA-Fast N-Body Simulation with CUDA
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:804436
    • 提供者:xiangxingbin
  1. parallel

    1下载:
  2. 《并行算法实践》陈国良著,书中的所有实例程序源代码。并包含中科大计算机并行程序设计课程课件。学习并行程序及算法的真贵资料-" Practice of Parallel Algorithms," Guoliang book, the book source code for all instances. And includes parallel programming courses USTC computer courseware. Parallel programs and
  3. 所属分类:MPI

    • 发布日期:2017-05-17
    • 文件大小:4963687
    • 提供者:KevinTse
  1. CUDA-programm

    0下载:
  2. 包含《GPU高性能运算之CUDA》书中的所有源代码。-Include "GPU computing performance of CUDA" the book of all source code.
  3. 所属分类:MPI

    • 发布日期:2017-05-18
    • 文件大小:5520885
    • 提供者:冬冬
  1. hadoop-book

    0下载:
  2. hadoop权威指南第二版书中的示例程序源代码-the hadoop authoritative guide to the second edition of the book, sample program source code
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:2195277
    • 提供者:陈金
  1. myFDTD_2D_parallel

    1下载:
  2. 基于葛德彪书后程序拓展的并行Fortran程序-a parallel Fortran program based on Ge s FDTD book
  3. 所属分类:MPI

    • 发布日期:2015-05-26
    • 文件大小:3732
    • 提供者:caozizhong
  1. tongbu1

    0下载:
  2. 使用全局变量同步线程的简单例子,是多核编程书上的一个例子,欢迎查看-The use of global variables of a simple example of thread synchronization, multi-core programming is an example of the book, please see
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:413284
    • 提供者:肖飞
  1. A_Calculus_of_Communicating_Systems

    0下载:
  2. A book introducing A Calculus of Communicating Systems. It s extremely useful for those study parellel computing.
  3. 所属分类:MPI

    • 发布日期:2017-05-23
    • 文件大小:7283342
    • 提供者:neil
  1. HPCMPIcoodingbook

    0下载:
  2. 本书介绍目前最常见的并行程序—MPI并行程序的设计方法-This book describes the most common procedures for the parallel-MPI parallel programming design method
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:825561
    • 提供者:方桭枯
  1. TQW-100

    0下载:
  2. book of C++ and applications examples
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:27718
    • 提供者:jefferson
  1. exa_5

    0下载:
  2. 多核程序设计一书中第五章代码,讲述linux下使用pthread函数库进行多线程开发。-Multi-core programming code for a book chapter, talk about linux using pthread library for multi-threaded development.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:55412
    • 提供者:Xing
  1. exa_4

    0下载:
  2. 多核程序设计一书中第四章代码,讲述windows下用win32Api,MFC及C#进行多线程开发。-Multi-core programming code in a book, Chapter IV, described under windows with win32Api, MFC and C# multi-threaded development.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2446454
    • 提供者:Xing
  1. HPPC

    0下载:
  2. 高性能并行运算入门书籍,不错的一本书-Introduction to high performance parallel computing books, a good book. . . . . . . . .
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:888632
    • 提供者:士大夫
  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. The_Design_of_Distributed_System

    0下载:
  2. 本书向读者介绍了分布式系统特有的有关设计方面的一些内容。本书着重于设计的软件部分,因为大部分相应的硬件部分在许多有关计算机网络和并行计算机的教科书中都已得到很好的介绍。这本书中的所有高级设计和算法都使用建议的类CSP分布式控制描述语言(DCDL)表示(CSP代表通信顺序进程)。虽然这本书不可能覆盖分布式计算系统的所有问题,但我们的目标在于给出有关每个涉及到的问题的基本方面。-This book introduces readers to the unique distributed system
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1726700
    • 提供者:劳炽元
  1. MPI_book

    0下载:
  2. Very good book about MPI/OpenMP and Hight Perfomance Computing (HPC).
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:364263
    • 提供者:Rufina
  1. mpi-book

    0下载:
  2. 介绍并行开发的经典书籍MPI,全面了解并行计算-A book of MPI introduction
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:827135
    • 提供者:许明
  1. MPI-book

    0下载:
  2. 一本并行式开发的书籍,对并行式开发的人很好,希望大家可以下载 并在这方面好好发展,适合于图形,石油开采等-A Book About MPI
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:826722
    • 提供者:熊雁斌
  1. Book.CUDA.by.Example.Sanders

    0下载:
  2. CUDA BY EXAMPLE: AN INTRODUCTION TO GENERAL-PURPOSE GPU PROGRAMMING,非常适合CUDA编程开发者在开发过程中参考使用,里面有非常多经典的并行实例可供学习。-CUDA BY EXAMPLE: AN INTRODUCTION TO GENERAL-PURPOSE GPU PROGRAMMING Author(s): Jason Sanders Edward Kandrot Published: 28 Jul 201
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:1957498
    • 提供者:mzh
« 12 3 4 »
搜珍网 www.dssz.com