CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - parallel programming

搜索资源列表

  1. MATLAB-Parallel-Computing-Toolkit

    2下载:
  2. 本电子书介绍了Matlab中的并行工具箱使用方法,适合初学Matlab并行编程的人员学习-This book describes the parallel Matlab toolbox to use for beginners to learn Matlab parallel programming
  3. 所属分类:matlab

    • 发布日期:2016-08-03
    • 文件大小:608kb
    • 提供者:卢宁
  1. vector_metrix_multiplication(MPI)

    2下载:
  2. 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1.55kb
    • 提供者:sangecoa
  1. GA

    0下载:
  2. 介绍遗传算法基本原理和人工神经网络,并行遗传,遗传程序等,并用这些方法为商旅问题等求解-Genetic algorithm and Artificial neural network Parallel GA Genetic programming Traveling salesman
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:132.24kb
    • 提供者:张庭
  1. MPI

    0下载:
  2. 高性能并行计算编程,MPI编程。Programming high-performance parallel computing, MPI programming.-Programming high-performance parallel computing, MPI programming.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:809.36kb
    • 提供者:YB
  1. BP_parallem

    0下载:
  2. 编程的 BP算法并行,很好,值得下载,详细的介绍了BP算法-Of the BP algorithm for parallel programming, well worth downloading and detailed descr iption of the BP algorithm for
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.58mb
    • 提供者:薛文
  1. LabVIEWzhiliao

    1下载:
  2. 本Demo演示了NI公司LabVIEW图形化开发环境的并行编程模式。在并行循环之间可以通过队列或者是局部变量传递数据。基于队列的并行循环模式也叫做生产者/消费者模式。-This Demo shows the NI' s LabVIEW graphical development environment for parallel programming model. Between the parallel loop through the queue or a local variable
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:843.34kb
    • 提供者:天天一天天
  1. LabVIEWshujuliupan

    1下载:
  2. 本Demo演示了NI公司LabVIEW图形化开发环境的并行编程模式及高速数据存储和回放。当发生大量的数据连续存储时,使用TDMS格式将数据高速有效的保存再tdms文件中。本软件可以使用仿真数据用于测试系统平稳流盘的速率,还可以采集真实的从NI DAQ板卡采来的数据,并将数据存储在硬盘上。-This Demo shows the NI' s LabVIEW graphical development environment for parallel programming models an
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1.6mb
    • 提供者:天天一天天
  1. rank

    0下载:
  2. 并行计算中的排序算法的枚举算法,方便大家学习并行程序设计-Parallel sorting algorithm in the enumeration algorithm so as to facilitate learning parallel programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3.95kb
    • 提供者:陈君
  1. libros

    0下载:
  2. Data Hiding fundamentals and applications and Parallel Programming
  3. 所属分类:matlab

    • 发布日期:2017-06-09
    • 文件大小:16.05mb
    • 提供者:Jose
  1. cuda-GPU

    0下载:
  2. 本文详细分析了Tesla GPU图形与计算架构和CUDA统一计算设备架构,详细描述了如何对计算任务进行并行分解,并通过CUDA的双层并行编程模型映射到Tesla GPU上。 在本文的实现部分,以软件开发流程为主线,描述了如何利用CUDA实现模式识别中的三种常用算法-The paper analyzed the Tesla GPU computing architecture and CUDA graphics and computing devices unified architecture,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2.82mb
    • 提供者:逍遥
  1. Parallel-Computing

    1下载:
  2. In this webinar you will learn how you can use Parallel Computing Toolbox™ to speed up MATLAB applications by using hardware you already have. You will learn how minimal programming efforts can speed up your applications on widely available desk
  3. 所属分类:matlab

    • 发布日期:2017-06-17
    • 文件大小:26mb
    • 提供者:mingi, kim
  1. introduction-Parallel

    0下载:
  2. introduction to parallel programming e-book
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3.26mb
    • 提供者:ziley
  1. Matlab-code

    0下载:
  2. 《实战Matlab之并行程序设计》程序代码,里面是很全的代码,供大家学习亩烤烟下载相应的书籍学习。-The actual combat Matlab parallel programming
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4.36mb
    • 提供者:齐桂刚
  1. Matlab-parallel-programming

    0下载:
  2. 《实战Matlab之并行程序设计》一书的程序代码,供大家参考。-《Combatting Matlab Parallel Programming》 program code, for your reference.
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:4.37mb
    • 提供者:lyy0825
  1. code

    0下载:
  2. Based on the fork-join parallel programming model, the parallel part of a task can be executed on multiple cores simultaneously, while the serial part of the task can be executed on only one core. However, once a core is assigned, the core is occupie
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:49.9kb
    • 提供者:Vision
  1. data-sorting--Graph-Theory

    0下载:
  2. 介绍工程实用简单图论问题的并行算法及其MPI编程实现-MPI parallel programming algorithm and introduce practical engineering problems to achieve a simple graph theory
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:25.12kb
    • 提供者:jiang nathon
  1. Parallel-Programming-in-Matlab

    2下载:
  2. Matlab中的并行计算,《实战Matlab之并行程序设计》程序代码-Parallel computing in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-01-21
    • 文件大小:8.72mb
    • 提供者:李健康
  1. CFD2013-13

    0下载:
  2. 中科院力学所张新亮老师的计算流体力学上课课件第13讲-MPI并行程序设计初步1-Chinese Academy of Mechanics CFD school teacher Zhang Xinliang courseware Lecture 13-MPI preliminary 1 Parallel Programming
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4.17mb
    • 提供者:cjx
  1. CFD2013-14

    0下载:
  2. 中科院力学所张新亮老师的计算流体力学上课课件第14讲-MPI并行程序设计初步2-Chinese Academy of Mechanics CFD school teacher Zhang Xinliang Courseware Lesson 14-MPI initial 2 Parallel Programming
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.46mb
    • 提供者:cjx
  1. cuda_monte_carlo

    0下载:
  2. 这是论文 On the Utility of Graphics Cards to Perform Massively Parallel Simulation of Advanced Monte Carlo Methods 的配套代码,对于了解GPU cuda并行编程有用.-This is the thesis " On the Utility of Graphics Cards to Perform Massively Parallel Simulation of Advanced Mo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:12.02mb
    • 提供者:allen
« 12 »
搜珍网 www.dssz.com