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

搜索资源列表

  1. USB-Mass-Storage-Designing-and-Programming-Device

    0下载:
  2. Designing and programming a USB mass-storage device or embedded USB host involves a variety of interfaces, protocols, and structures. Every USB mass-storage device must support two interfaces: • A USB device interface to enable the device
  3. 所属分类:USB develop

    • 发布日期:2016-01-26
    • 文件大小:1809408
    • 提供者:sivam1
  1. reverseArray_multiblock

    0下载:
  2. 在linux下,用gpu实现对矩阵转置的并行编程-In linux, with the gpu to achieve the matrix transpose of parallel programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2019
    • 提供者:布谷
  1. OpenMP

    0下载:
  2. 诞生于1997年,目前已经推出OpenMP 3.0版本。 标准版本3.0,2008年5月,支持Fortran/C/C++。 面向共享内存以及分布式共享内存的多处理器多线程并行编程语言。 一种编译指导语句,能够显式指导多线程、共享内存并行的应用程序编程接口(API) 具有良好的可移植性,支持多种编程语言。 支持多种平台 大多数的类UNIX系统以及Windows NT系统(Windows 2000,Windows XP,Windows Vista等)。-Born in 199
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:154514
    • 提供者:李广印
  1. ParallelProgrammingSamples

    0下载:
  2. this an example for the parallel programming code written in c sharp. it may be helpful for someone-this is an example for the parallel programming code written in c sharp. it may be helpful for someone
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4740682
    • 提供者:G
  1. AVR_USB_PARAPROG

    0下载:
  2. M16设计的并行编程器支持M8 48 88 128 等单片机,有图纸 以及设计代码。资料完整-M16 supports the design of parallel programming such as M8 48 88 128 chip, there are drawings and design code. Data integrity
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:34957
    • 提供者:sunskyme
  1. attachments_2011_09_15

    0下载:
  2. measuring performance differences between different types of network hardware (such as routers from different manufacturers) or operating systems (such as between Windows and Linux clients) comparing / contrasting the performance of software applic
  3. 所属分类:Software Testing

    • 发布日期:2017-05-15
    • 文件大小:3628125
    • 提供者:sakthivel
  1. MPI

    0下载:
  2. 高性能计算之并行编程技术,mpi并行程序设计-The high-performance computing parallel programming techniques, mpi parallel programming
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:825538
    • 提供者:alex
  1. ParallelPI

    0下载:
  2. 用OpenMP并行编程求解PI,需要设置MPI和编译运行环境。-parallel programming with OpenMP
  3. 所属分类:MPI

    • 发布日期:2017-05-18
    • 文件大小:4729699
    • 提供者:jacky
  1. 430-control-parallel-current-sharing

    0下载:
  2. 通过编程用MSP430来控制开关电源模块的并联均流,使系统稳定运行。-By programming with MSP430 to control all switching power supply modules in parallel flow, the stability of the system.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:11882
    • 提供者:guoshoujin
  1. Cambridge-University-Press---Parallel-Scientific-

    0下载:
  2. Concurrent C++ programming based on the new C++ standard
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3964351
    • 提供者:Ak
  1. 2006_book-TransactionalMemory

    0下载:
  2. 电子书,综述了事务存储,事务存储是一种很有前途的并行编程模型-ABSTRACT The advent of multicore processors has renewed interest in the idea of incorporating transactions into the programming model used to write parallel programs. This approach, known as transactional memory,
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2149181
    • 提供者:ritchie
  1. Ex2-LeitoresEscritores

    0下载:
  2. Read/Write parallel programming source code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:23386
    • 提供者:Bocato
  1. Ex4-BarbeiroDorminhoco

    0下载:
  2. Barbershop parallel programming source code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:12237
    • 提供者:Bocato
  1. Ex6-MestreEscravo-SelfScheduling

    0下载:
  2. Master/Slave parallel programming source code.
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-08
    • 文件大小:24380
    • 提供者:Bocato
  1. dsp

    0下载:
  2. 用汇编语言进行dsp并行指令的编程,希望对初学者有所帮助 -In assembler language on parallel programming instructions DSP, hope to help beginners
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:1745
    • 提供者:宋健
  1. Wiley__Parallel-Computing-on-Heterogeneous-Networ

    0下载:
  2. This text provides an overview of the evolution of parallel computer architectures in relation to the development of parallel programming models and tools, presents the mpC parallel programming language, and spotlights advanced mpC applications.
  3. 所属分类:MPI

    • 发布日期:2017-05-19
    • 文件大小:5433084
    • 提供者:alice
  1. An-Introduction-to-GPGPU-Programming

    0下载:
  2. Nvidia资深工程师编写的CUDA入门书籍,非常简明清晰。是快速掌握CUDA并行计算精髓的小手册!-Nvidia CUDA senior engineers started writing the book, very clear and concise. CUDA parallel computing is to grasp the essence of the booklet!
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1587341
    • 提供者:YZ Liu
  1. ParallelComputing

    0下载:
  2. 开发MPI并行程序不可缺少的参考,书中详细讲述了并行编程的思想以及一些并行程序的实例,开发环境为C或者C-The development of MPI parallel program indispensable reference book is a detailed account of the parallel programming ideas as well as some of the parallel program instance, the development enviro
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:829599
    • 提供者:是的
  1. hardware-GPU

    0下载:
  2. 里面包含目前流行的nvidia的GPU的硬件体系结构简介,对于CUDA并行编程的编写与调试会有很大帮助!-Which contains the currently popular nvidia GPU hardware architecture Introduction, for the preparation of the CUDA parallel programming and debugging will be very helpful!
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:56452
    • 提供者:xzq
  1. mpi-programming

    0下载:
  2. mpi编程,并行计算实验实现的十四个小算法,效率,算法简单易懂,希望对初学mpi编程的人有所帮助,有详细注释。-Mpi programming, parallel computing experiment of the realization of the 14 small algorithm, efficiency, algorithm is simple to understand, the hope for beginners who mpi programming help, and h
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:772649
    • 提供者:李影
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 31 »
搜珍网 www.dssz.com