CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - 多核

搜索资源列表

  1. omptl-20070929

    1下载:
  2. omptl使用openmp多核库优化过的STL库,从而给STL加入了多核并行运算的能力,在多核的机器上大大改进了STL算法的性能。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:27169
    • 提供者:bobxu
  1. tbb20_010oss_src.tar

    0下载:
  2. Intel Threading Building Blocks多核并行运算库的源码。TBB是Intel开发的多核运算库,用并行处理算法循环,并附带了一个版本的hash map
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:712106
    • 提供者:bobxu
  1. mptl

    0下载:
  2. mptl和omptl一样,也是增加了STL对多核的支持。但是mptl封装的功能要更多一点
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:33852
    • 提供者:bobxu
  1. omp_matrix_multiply

    0下载:
  2. C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:528
    • 提供者:computing
  1. connon

    0下载:
  2. connon并行矩阵运算,在多核机群或并行机群上运行-canoon matrix muitiplication
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2036
    • 提供者:deer
  1. Multiprocessprogramming

    0下载:
  2. 个人学习多核程序设计时整理的一些关于多核程序设计问题的基础知识,分享了,希望有所帮助。-Individual learning process of multi-core design of a number of finishing procedures on the multi-core design of the basic knowledge, sharing, and hope that help.
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:46007
    • 提供者:Chen Yejin
  1. tongbu1

    0下载:
  2. 使用全局变量同步线程的简单例子,是多核编程书上的一个例子,欢迎查看-The use of global variables of a simple example of thread synchronization, multi-core programming is an example of the book, please see
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:413284
    • 提供者:肖飞
  1. exa_5

    0下载:
  2. 多核程序设计一书中第五章代码,讲述linux下使用pthread函数库进行多线程开发。-Multi-core programming code for a book chapter, talk about linux using pthread library for multi-threaded development.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:55412
    • 提供者:Xing
  1. exa_4

    0下载:
  2. 多核程序设计一书中第四章代码,讲述windows下用win32Api,MFC及C#进行多线程开发。-Multi-core programming code in a book, Chapter IV, described under windows with win32Api, MFC and C# multi-threaded development.
  3. 所属分类:MPI

    • 发布日期:2017-05-10
    • 文件大小:2446454
    • 提供者:Xing
  1. MultiCore-Programming

    0下载:
  2. Intel出版的多核编程,介绍通过软件的多线程方式来提高性能的方法。分为介绍多核变成,线程的综述,并行的基本概念,线程以及并行编程的结构,线程的API,OpenMP技术,并行编程的常规问题,多线程debug方法,Intel多核处理器的线程及其开发工具等。-Intel multi-core programming, published to introduce the way through the software to improve performance of multi-threaded
  3. 所属分类:MPI

    • 发布日期:2017-05-20
    • 文件大小:5867165
    • 提供者:Arthas
  1. dpj

    0下载:
  2. 一次作业关于多核并行计算的曲线面积计算的大家来看看还可以不 有点简单哈-An operation on the multi-core parallel computing curve area to see if we can not quite simple Kazakhstan
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:17993
    • 提供者:龙使
  1. Multicore

    0下载:
  2. 多核/众核技术是未来微处理器芯片的发展趋势,文章对其中的关键技术做了富有前瞻性的分析和探讨-Multicore/public-core technology is the future development trend of microprocessor chips, the article on which the key technology and forward-looking analysis and discussion
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1295803
    • 提供者:turandot
  1. openMP-test

    0下载:
  2. openMP的汇集操作演示程序,适用于多核处理器等smp或DSM平台。
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:2510
    • 提供者:luoqiuming
  1. ApplicationofLawtomulticoreprocessorDelEminemperfo

    0下载:
  2. 文中应用阿姆德尔定律对多核处理器性能的分析-Application of Law to multi-core processor Del Eminem performance analysis
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:166393
    • 提供者:孙肇兴
  1. spinner

    0下载:
  2. 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此示例程序演示了一个单应用程序被并行执行,在其中一个应用程序fork/execs自身的多个实例,多核的每个核也相似,而这样的实例一起执行该应用程序,使用的实例之间的UDN来互相通信。-This example program demonstrates a single-app parallel execution style, in which an application fork/ex
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2881
    • 提供者:曾三
  1. pi

    0下载:
  2. 多核编程中求取pi值的几种算法,给大家参考参考,有问题的地方请大家指教-Strike a pi value of multi-core programming of several algorithms, for everyone to refer to the reference, there are problem areas Please advise
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:289011
    • 提供者:小企鹅
  1. FFT Serial Test1

    1下载:
  2. 基于openMP的FFT 并行代码,并行计算提高计算效率,充分利用多核性能-FFT-based openMP parallel code, parallel computing to improve computational efficiency, take advantage of multi-core performance
  3. 所属分类:并行运算

    • 发布日期:2017-05-19
    • 文件大小:5208208
    • 提供者:何俊彦
  1. 1

    0下载:
  2. 工程师和科学家们面临着用更少的时间建立杂系统模型的需求,他们使用分布式和并行计算来解决高性能计算的问题。这些分布式环境由多处理器和多核计算机来实现。-Engineers and scientists are facing less time to establish the needs of complex systems model, they use distributed and parallel computing to solve the problem of high-perform
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:405179
    • 提供者:张先生
  1. parallel-compute.

    0下载:
  2. 一个基于OpenMp并行编程的实例,基于多线程,多线程比单线程下节省运行时间的典型例子。算法内容主要是计算矩阵乘积,再求个元素和。可通过"任务管理器"-"性能"查看运行在多核上。-Typical example of a parallel programming based OpenMp instance, save run time based on the multi-threaded, multi-threading than single-threaded. The algorithm
  3. 所属分类:MPI

    • 发布日期:2017-11-21
    • 文件大小:21072
    • 提供者:shell
  1. 基于SSE4和多核编程的电子相册的实现

    0下载:
  2. 基于sse4和多核编程的电子相册的实现,包含实现和文档。(Implementation of electronic photo album based on SSE4)
  3. 所属分类:并行计算

    • 发布日期:2018-01-07
    • 文件大小:15787008
    • 提供者:bbapda
« 12 »
搜珍网 www.dssz.com