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

搜索资源列表

  1. LBM_Linux20051208

    2下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 这是“格子模型”的并行处理,在LINUX下调试通过-lattice Boltzmann method lattice Boltzmann method is to retain the lattice
  3. 所属分类:并行运算

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

    1下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
  3. 所属分类:MPI

    • 发布日期:2015-06-01
    • 文件大小:2542
    • 提供者:Wan Gang
  1. pastsquare

    0下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2541
    • 提供者:Wan Gang
  1. cavitylid-driven

    0下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:2118
    • 提供者:Wan Gang
  1. 20100505mandMPImultithread

    0下载:
  2. 并行计算,mpi模型。计算分形集mandelbrot集。这次加上了多线程,并行度更高!-Parallel computing, mpi model. Mandelbrot set fractal set computing. The addition of multi-threaded, parallel degree higher!
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:567671
    • 提供者:徐东
  1. 1

    0下载:
  2. 工程师和科学家们面临着用更少的时间建立杂系统模型的需求,他们使用分布式和并行计算来解决高性能计算的问题。这些分布式环境由多处理器和多核计算机来实现。-Engineers and scientists are facing less time to establish the needs of complex systems model, they use distributed and parallel computing to solve the problem of high-perform
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:405179
    • 提供者:张先生
  1. MRPCUDA

    0下载:
  2. 这是MapReduce编程模型在GPU、GPU和CPU以及多GPU系统上的开源实现。-This file contains the MapReduce progrmming model implmented in different platforms of GPU
  3. 所属分类:MPI

    • 发布日期:2017-05-06
    • 文件大小:1078084
    • 提供者:Fannie
  1. ProduceAndConsume

    0下载:
  2. 生产者消费者模型 使用多媒体计时器 完全了解多线程-produce and consume model using media timer more thread
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:24572
    • 提供者:程兆坡
  1. anysy_study-case

    1下载:
  2. 【高级建模算例1】椭圆形带孔平面的自适应分析【高级建模算例2】 带孔方板应力集中的子模型分析 【高级建模算例3】多工况载荷下的静力拓扑优化-Example 1 [count] Advanced Modeling Adaptive oval perforated plane analysis [2] Advanced Modeling examples perforated side panels sub-model analysis of stress concentration [3] adv
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:4355
    • 提供者:蒲芃成
  1. KafkaDemo

    0下载:
  2. Kafka是一个高吞吐量分布式消息系统。linkedin开源的kafka。 Kafka就跟这个名字一样,设计非常独特。首先,kafka的开发者们认为不需要在内存里缓存什么数据,操作系统的文件缓存已经足够完善和强大,只要你不搞随机写,顺序读写的性能是非常高效的。kafka的数据只会顺序append,数据的删除策略是累积到一定程度或者超过一定时间再删除。Kafka另一个独特的地方是将消费者信息保存在客户端而不是MQ服务器,这样服务器就不用记录消息的投递过程,每个客户端都自己知道自己下一次应该从什么地
  3. 所属分类:MPI

    • 发布日期:2017-05-29
    • 文件大小:11885709
    • 提供者:刘威
  1. Colfax-HOW-Day-02

    0下载:
  2. we focus on the usage of the Intel Xeon Phi platform as a coprocessor in the offload programming model. We talk about the explicit offload model based on compiler pragmas, explaining how to offload functions, local scalars and arrays of known size, a
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:41916
    • 提供者:黄雪
  1. mpich2-1.4.1p1.tar

    0下载:
  2. MPI简介多线程是一种便捷的模型,其中每个线程都可以访问其它线程的存储空间。因此,这种模型只能在共享存储系统之间移植。(MPI introduction to multithreading is a convenient model in which each thread can access the storage space of other threads. Therefore, this model can only be transplanted between shared sto
  3. 所属分类:并行计算

    • 发布日期:2018-01-07
    • 文件大小:19502080
    • 提供者:trryer
搜珍网 www.dssz.com