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

搜索资源列表

  1. shiyan

    0下载:
  2. 操作系统实验,并行程序设计,读取U盘的时间来对比并行和串行的区别-Experimental operating system, parallel programming, the time to read U disk to compare the difference between parallel and serial
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2304314
    • 提供者:肖健
  1. fir

    0下载:
  2. 此示例程序演示了一个FIR滤波器的并行程序,用C语言写成,这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片。-Multi-Thread FIR filter realize in C and Tilera muti-proessor.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3880
    • 提供者:曾三
  1. examples

    0下载:
  2. Tilera 芯片linux下并行程序的C语言实现,全部例程源代码,打包共享-Tilera Multi-Processor Multi-Thread Programme Examples
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1189393
    • 提供者:曾三
  1. A2

    0下载:
  2. 有限元Matlab程序,两网格并行程序,Morley程序-Finite Element Matlab program, the two grid parallel program, Morley program
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:12221
    • 提供者:黄雪华
  1. shuguang_parallel_programming

    0下载:
  2. 曙光并行程序设计的ppt 主要是有关mpi的,C或fortran实现,适合初学者-Ppt of parallel programming is mainly about mpi with C or fortran implementation, suitable for beginners
  3. 所属分类:MPI

    • 发布日期:2017-05-08
    • 文件大小:1571747
    • 提供者:bonnie
  1. concurrent

    0下载:
  2. 利用java多线程的类库进行多线程编程,以便能写出高质量的并行程序-Multithreaded Programming
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:78101
    • 提供者:lixingxing
  1. Parallel-computing-techniques

    0下载:
  2. 给出了linux集群系统的设计与实现,对并行程序设计中的消息传递机制给出了详细的说明,针对不同并行计算模型,研究了了并行程序设计的方法,结合数据挖掘技术等,给出并行计算平台的构建方法,并且对并行计算技术在化工过程与优化中的应用有很多优秀的观点。资料内容很丰富,对于研究并行技术的朋友有很大帮助。-Given Linux cluster system design and implementation of parallel programming, the message transfer mec
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:25996091
    • 提供者:王鹏
  1. Mandelbrot

    0下载:
  2. 并行程序设计,使用mpi,实现Mandelbrot的程序,结果输出是每个点的数字-Parallel programming, the use of mpi, Mandelbrot program implementation, the resulting output is the number of each point
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3881
    • 提供者:chenkai
  1. ec2-ug

    0下载:
  2. 并行程序设计的初步应用实例,利用EC2为平台建立并行程序组实现云计算,这是一本工具书,教你如何使用EC2-Preliminary application of parallel programming examples, using EC2 as a platform to create parallel programs to achieve cloud computing group, which is a tool to teach you how to use EC2
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2091332
    • 提供者:Yang
  1. gaussian_omp

    2下载:
  2. 高斯消去法的openMP并行程序,用C++写的。在linux系统下运行成功-gaussian elimination for openMP。Code in C++,and successfully run in Linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-05-13
    • 文件大小:1399
    • 提供者:zl
  1. gaussian_pthreads

    2下载:
  2. 高斯消去法的pthread并行程序,使用C++编写。在Linux下跑通。-pthread program for gaussian elimination. Write by C++ and run in Linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-24
    • 文件大小:1850
    • 提供者:zl
  1. CUDA

    0下载:
  2. CUDA并行程序的内存访问优化技术CUDA parallel program memory access optimization-CUDA parallel program memory access optimization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:341807
    • 提供者:gai1949
  1. Automatic-parallel-compiled

    0下载:
  2. 这是一篇很有价值的博士论文,对于并行化编译器中并行程序自动生成和性能优化技术进行了较深入的研究。 并行化的最终日标是生成符合日标机体系结构特点的高效并行程序,因此如何产生高效并行代码是并行化编译研究的一项重要内容。 这篇文章以并行化编译器KAP为研究背景,以分布内存结构为目标,研究了并行化过程中的通信优化和消息、传递类型并行程序自动生成问题;以共享内存结构为目标,研究了并行化产生的openMP程序的编译优化问题。通过测试确定了影响openMP程序性能的主要因素,从并行化生成OpenMP并
  3. 所属分类:MPI

    • 发布日期:2017-05-19
    • 文件大小:5625754
    • 提供者:王鹏
  1. Matrix-multiplication

    0下载:
  2. 基于MPI并行程序的任意矩阵矩阵相乘,其中由主程序负责矩阵的输入输出,在本程序中便于测试默认一个矩阵。-MPI parallel programs based on an arbitrary matrix matrix multiplication, which is responsible for the main input and output matrices, in this process easy to test the default of a matrix.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1821
    • 提供者:Aleny
  1. SWAP

    0下载:
  2. nvidia 提供的关于矩阵交换的并行程序,平台是opencl,内有详细注解。-nvidia provided on the matrix of the parallel exchange program, the platform is opencl, with detailed notes.
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3820
    • 提供者:edy
  1. VectorAddition

    0下载:
  2. nvidia 提供的关于矢量相加的并行程序,平台是opencl,内有详细注解。功能为矢量相加。 -nvidia provided on the vector sum of the parallel program, the platform is opencl, with detailed notes. Function as a vector sum.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2735
    • 提供者:edy
  1. avr-AD9850

    0下载:
  2. avr-AD9850(并行)程序,ad9850是基于DDS技术的波形产生芯片-direct digit synthesis avr AD9850 (parallel) program
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:18217
    • 提供者:米莱
  1. MPI

    1下载:
  2. MPI几种并行程序,且是并行分布处理很好的文献。-include some MPI programs,and it is an excellent book about the MPI
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:551023
    • 提供者:cff
  1. ad9850

    0下载:
  2. AD9850(直接数字频率合成器)并行程序-AD9850 (direct digital frequency synthesizer chip) parallel programs
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1184
    • 提供者:杨风
  1. AD9850parallel

    0下载:
  2. AD9850(直接数字频率合成器)并行程序-AD9850 (direct digital frequency synthesizer) parallel program
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:20943
    • 提供者:杨风
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com