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

搜索资源列表

  1. Cannon.rar

    0下载:
  2. 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法,This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:80687
    • 提供者:李若愚
  1. st7920的并行驱动程序

    2下载:
  2. st7920的并行驱动程序,19264的,精彩内容,st7920 parallel drivers, 19,264, and exciting content
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-06-26
    • 文件大小:6844
    • 提供者:
  1. mpi

    1下载:
  2. 基于MPI的并行快排和并行枚举排序的实现。属于MPI的入门级程序。-MPI-based parallel quick scheduling and parallel implementation enumeration sort. MPI belong to the entry-level procedures.
  3. 所属分类:MPI

    • 发布日期:2017-03-22
    • 文件大小:4125
    • 提供者:兰韬
  1. matrix

    0下载:
  2. 基于MPI并行计算 我们实验使用的 矩阵的运算程序-MPI parallel computing based on our experimental procedure used in computing matrix
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:3640
    • 提供者:song
  1. mpisourceprogram

    2下载:
  2. 并行计算算法实践源程序,mpi源程序,包括经常使用的一些经典程序,很实用,能够帮助想要学习使用mpi编程的人员使用-practice of parallel computing algorithm source code, mpi source, including frequent use of some of the classic program, very practical, to help those who want to learn how to use mpi programm
  3. 所属分类:MPI

    • 发布日期:2016-06-14
    • 文件大小:847122
    • 提供者:yuyueer
  1. pi3f90

    0下载:
  2. 用并行方法编写的计算π值的程序,常用来测试并行环境的运算速度。-Method using parallel computing π value written procedures used to test the speed of parallel computing environment.
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1122
    • 提供者:王伟
  1. matlab7

    0下载:
  2. matlab基本实验程序,并行计算编程基本程序-matlab basic experimental procedures, the basic procedures for programming parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2113536
    • 提供者:星星
  1. linux3

    0下载:
  2. linux下的mpi并行计算的C语言程序,包括高斯计算的内容-linux mpi parallel computing under the C language program, including the calculation of the contents of the Gaussian
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:29276
    • 提供者:zxh170601
  1. cannon

    1下载:
  2. 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4512
    • 提供者:chenkai
  1. nbody

    0下载:
  2. 在学完了并行计算和OPGL之后,努力做了这个程序。小有成就感,还需及需努力-Finished school and OPGL parallel computing efforts, after doing this procedure. Modicum of success a sense of need and the need to
  3. 所属分类:MPI

    • 发布日期:2016-09-25
    • 文件大小:34243
    • 提供者:tch
  1. pcb

    0下载:
  2. 设计一个有 N个进程并行的进程调度程序,采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法.-Design of a parallel process, N a process scheduler, using the highest priority number of priority scheduling algorithm (ie the number of processors allocated to the highest priority to th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:111429
    • 提供者:魏忠祥
  1. HXMG12864

    0下载:
  2. hxmg12864-gb1液晶显示模块原理图及串行,并行程序,互联网此型号液晶模块的资料很少-hxmg12864-gb1 LCD module schematics and serial, parallel program, the Internet this model is little information on the LCD module
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:14584
    • 提供者:
  1. fuzaipingheng

    0下载:
  2. 一个并行计算的代码,主要考虑的是负载平衡时,程序的运行时间的不同!-A parallel computing code, the main consideration is the load balancing, the procedures for the different run-time!
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:9504
    • 提供者:郭春付
  1. spark98

    1下载:
  2. 卡内基梅隆大学开发的并行计算程序,包括内存和消息的处理-Carnegie Mellon University to develop the parallel computing processes, including memory and information processing
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:26195
    • 提供者:关一
  1. chuanbingvhdl

    0下载:
  2. 由于计算机中大部分器件使用的是串行,本程序实现了数字电路中常用的串行输入并行输出的功能。-Because most of the computer using a serial device, the program realization of digital circuits used in serial input parallel output function.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:1352
    • 提供者:yifang
  1. mpi

    0下载:
  2. 高次方程求解的一个程序,使用vc编成的并行程序,在并行环境下运行!-High equation a procedure, the use of vc into the parallel process run in parallel environment!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1481
    • 提供者:chengfulai
  1. pThread

    0下载:
  2. 一个基于posix的并行程序示例!用pthread可以很方便的实现并行程序设计-A parallel procedure based on sample posix! Pthread can easily use the realization of parallel programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:12209
    • 提供者:刘洋
  1. Calculate

    0下载:
  2. 矩阵并行算法程序,用c#语言编制,可用于数学并行计算。-Matrix parallel algorithm procedures, with c# Languages can be used in parallel computing mathematics.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:tmllpl
  1. 20083259292991374

    0下载:
  2. 用VC++编写的光交换并行程序,部分采用DSP程序编写,程序实用高效,采用并行运算。-Using VC++ to prepare the optical switching procedures, and some use of DSP programming, procedural and practical efficiency, the use of parallel computing.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1973191
    • 提供者:five
  1. assignment1c_1385917

    0下载:
  2. 并行计算机上的一个实验性程序,附有程序说明及结果分析-My assignment for the parallel computer, and also includes the result of the assignment.
  3. 所属分类:MPI

    • 发布日期:2017-04-26
    • 文件大小:104978
    • 提供者:zy
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com