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

搜索资源列表

  1. sharemem

    0下载:
  2. 不同进程之间通过sharememory共享内存方式交换数据-different processes through shared memory sharememory exchange of data
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30974
    • 提供者:王潇
  1. 共享内存封装类

    0下载:
  2. 这是一个在VC环境下实现的关于操作系统中共享内存的源代码。-This is a VC environment in the realization of shared memory operating system source code.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:24643
    • 提供者:崇锦
  1. portable_shm.tar

    0下载:
  2. Linux共享内存share memory通信机制的内核实现,可以为内核线程间通信提供机制-Linux shared memory communication mechanism share memory kernel realized, kernel threads can provide the mechanism for communication
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7613
    • 提供者:威尼
  1. ShareMem1232

    0下载:
  2. 此程序是实现两个程序间通过共享内存进行数据交换-this procedure is endorsed by the two procedures shared memory data exchange
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:78587
    • 提供者:yuan
  1. 共享内存

    1下载:
  2. 一个共享内存的程序,根据windows的虚拟内存原理实现-a shared memory of the procedure, according to the windows to achieve virtual memory Principle
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30410
    • 提供者:lyh
  1. matrixMul

    0下载:
  2. GPU CUDA的经典算法,基于shared memory进行矩阵的相乘运算-GPU CUDA classical algorithm, based on shared memory for matrix multiplication by
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:17645
    • 提供者:Danny
  1. UsingOpenMP.pdf

    0下载:
  2. Using OpenMP. MIT press 2007. Portable Shared Memory Parallel Prog. Good book on OpenMP.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1394268
    • 提供者:kemalihsan
  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. LLogTrace

    0下载:
  2. LLogTrace 通用日志调试工具VC源代码,采用共享内存实现,作为调试程序用的LOG跟踪程序。包含了Delphi、VB、VC++三种语言的源代码版本。程序可以设置不同级别的LOG输出,并且可以用不同的颜色区分,可以设置级别名称等。-Log LLogTrace General VC source code debug tools, the use of shared memory to achieve, as a debugger LOG tracking procedures used. I
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:283695
    • 提供者:124
  1. spec30

    0下载:
  2. This document specifies a collection of compiler directives, library routines, and environment variables that can be used to specify shared-memory parallelism in C, C++ and Fortran programs.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:875828
    • 提供者:gyan
  1. FastShareMem

    0下载:
  2. * Shared Memory Allocator for Delphi DLL s * Features: * No runtime dll required. * No performance degradation. * Faster than ShareMem/Borlndmm.dll.-* Shared Memory Allocator for Delphi DLL s * Features: * No runtime dll required.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:3486
    • 提供者:xJernej
  1. openmp

    0下载:
  2. This document specifies a collection of compiler directives, library functions, and environment variables that can be used to specify shared-memory parallelism in C and C++ programs. The functionality described in this document is collectively
  3. 所属分类:MPI

  1. Automatic-parallel-compiled

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

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

    0下载:
  2. 一个进程间共享内存及消息传递组件 ①、简单的字符串共享与消息传递 ②、自定义格式的数据共享-A process of shared memory and message passing between components ①, simple string sharing and message passing ②, custom format of data sharing
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:2745
    • 提供者:LPT
  1. matrix-multiplication-based-OpenMp-

    0下载:
  2. 基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:758
    • 提供者:苗高洁
  1. FastMM499

    1下载:
  2. Fast Memory Manager - Readme --- --- --- --- ---- Descr iption: ------------ A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and
  3. 所属分类:Delphi VCL

    • 发布日期:2014-04-08
    • 文件大小:1177600
    • 提供者:SophiaLung
  1. shared-mem-with-semaphore

    0下载:
  2. shared-memory with semaphore-using a semaphore to synchronize access to a shared memory segment.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2437
    • 提供者:墨白
  1. Distributed-Shared-Memory

    0下载:
  2. 分布式共享内存的在Cluster上的实现-An implementation of distributed shared memory on clusters of workstations, connected via and IP-based network.
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:878052
    • 提供者:wangyi
  1. Shared-Memory

    0下载:
  2. This a program in c language to shared memory is a program for a class that i was have enyoit-This is a program in c language to shared memory is a program for a class that i was have enyoit
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1072
    • 提供者:Semnus
  1. shared

    0下载:
  2. shared memory of os develop
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1781
    • 提供者:amir
« 12 3 »
搜珍网 www.dssz.com