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

搜索资源列表

  1. TOPWAY-LCD-Program.rar

    0下载:
  2. Topway生产的LCD驱动代码,并教你建立自己的字库!,Topway production of LCD driver code, and teach you create your own font!
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:9657
    • 提供者:许强
  1. paralel

    0下载:
  2. Parallel Computing Toolbox™ 5 An Introduction Into OpenMP Parallel Computing with OpenMP on distributed shared memory platforms OpenMP tutorial-Parallel Computing Toolbox™ 5 An Introduction Into OpenMP Parallel Computing with
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3719428
    • 提供者:kincsetero
  1. qr

    1下载:
  2. 矩阵QR分解的算法,使用openMP实现, 请在支持并行计算的机器上编译运行-Matrix QR decomposition algorithm, the use of openMP implementation, to support parallel computing in the compile and run on the machine
  3. 所属分类:MPI

    • 发布日期:2016-09-18
    • 文件大小:2048
    • 提供者:xiaogu
  1. test_OpenMP

    0下载:
  2. 在visual Studio 2010 C++下,利用OpenMP编写并行程序。-program with OpenMP in VS2010
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3902809
    • 提供者:jacky
  1. cudaOpenMP

    0下载:
  2. CUDA 的编程示例,主要是用于通用计算的扩展,值得研究学习-CUDA GPGPU
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:7380
    • 提供者:zzs
  1. game_of_life

    0下载:
  2. 华工高性能并行计算作业,生命游戏源代码和测试数据-game of life code
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2095
    • 提供者:kibumeric
  1. quicksort

    0下载:
  2. 快排的并行实现,使用openMP,程序自动生成随机数,分别使用单线程和多线程排序,并比较最后的结果-quick sort based on openMP
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:1273
    • 提供者:
  1. Fast-K-means-clustering

    0下载:
  2. Fast mex K-means clustering algorithm with possibility of K-mean++ initialization (mex-interface modified from the original yael package https://gforge.inria.fr/projects/yael) - Accept single/double precision input - Support of BLAS/OpenMP
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:121118
    • 提供者:zfhou
  1. primes_omp

    0下载:
  2. 使用OpenMP方法求解质数,来自原书,但做了个人的修改,效率更高-more efficient with myself
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2339
    • 提供者:yfx
  1. jacobi

    0下载:
  2. 本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写-This procedure jacobi method using parallel iterative algorithm using OpenMP VC2005 combines the preparation of
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:95507
    • 提供者:李若愚
  1. mini-omp-demo

    0下载:
  2. 并行计算的演示程序,基于OpenMP的演示程序-Parallel computing demo program, based on the demo program OpenMP
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:8866
    • 提供者:半半
  1. ompi

    0下载:
  2. 一个利用OpenMP并行计算pi值的程序,双核CPU可以提高计算速度一倍,减少时间一半儿.-OpenMP parallel computing using a pi value of procedures, dual-core CPU can improve computing speed doubled, to reduce the half time.
  3. 所属分类:MPI

    • 发布日期:2017-04-24
    • 文件大小:66167
    • 提供者:ifelse
  1. Mpi-Omp_MatInf_blkstp

    0下载:
  2. This a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) bet
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1594
    • 提供者:shraddha
  1. mp-sang

    0下载:
  2. 一个数值计算程序的OpenMP的并行化代码,其中对循环部分的并行化可以做为参考-simulation program, an example can be reused for other apps.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6383
    • 提供者:luoqiuming
  1. jacobi.f

    2下载:
  2. Jacobi的fortran程序 包括openmp以及MPI以及openmp与mpi的联合算法-a Jacobi program writen in fortran program to solve a finite difference discretization of Helmholtz equation
  3. 所属分类:Windows Develop

    • 发布日期:2016-09-22
    • 文件大小:7984
    • 提供者:an
  1. mandelbrot_tbb_openmp

    0下载:
  2. 简单的用TBB和OPENMP改进的mandelbrot的小程序-Simple and OPENMP with TBB small mandelbrot improved procedures
  3. 所属分类:Fractal program

    • 发布日期:2017-05-26
    • 文件大小:8836710
    • 提供者:康涛
  1. iwomp2009

    0下载:
  2. Iwomp2009的会议文章 全部的文章,内容主要是OpenMP的发展趋势 -Iwomp
  3. 所属分类:Development Research

    • 发布日期:2017-05-10
    • 文件大小:2114809
    • 提供者:songkeqing
  1. PerformanceTuningExample

    0下载:
  2. 关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。 -On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchan
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1274133
    • 提供者:徐鹏
  1. Q1

    0下载:
  2. MPI message passing project
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:258859
    • 提供者:msh2003
  1. openmp-opecg-2009-part-03

    0下载:
  2. opemmp c-c++ document
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:780389
    • 提供者:javad
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com