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

搜索资源列表

  1. Using.OpenMP.Portable.Shared.Memory.Parallel.Prog

    0下载:
  2. Open Mp book for parallel computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1320201
    • 提供者:surinder
  1. study

    0下载:
  2. Linux 下进程间通讯,共享内存的用法,适合初学者-Linux, inter-process communication, shared memory usage, suitable for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1703
    • 提供者:啊辉
  1. ShareMemory

    0下载:
  2. 内存共享的使用事例,欢迎大家使用!内存共享的使用事例,欢迎大家使用!-The use of shared memory case, welcome to use!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-26
    • 文件大小:8941038
    • 提供者:hj
  1. datasend

    0下载:
  2. 程序实现了不同进程之间,使用内存进行共享的发送端程序-Program for the different processes, use shared memory, the sender program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:29762
    • 提供者:刘军
  1. Delphi-memory-traversal-tools

    1下载:
  2. Delphi 内存遍历工具(ReadMem)源代码,,感觉的确挺好用的,让大家一起共享。 -Delphi memory traversal tool (ReadMem) source code, it really felt very good use, so that everyone shared.
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-18
    • 文件大小:35840
    • 提供者:
  1. Automatic-parallel-compiled

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

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

    0下载:
  2. Linux kernel internals: shared memory, semaphores, message queues, IPC primitives etc. For the 2.4 kernel version.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:170175
    • 提供者:silvia.stegaru
  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. eway

    1下载:
  2. 共享内存的MVB与LON总线网关设计Shared memory of the MVB with the LON-bus Gateway-Shared memory of the MVB with the LON-bus Gateway
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:350016
    • 提供者:cup
  1. code

    0下载:
  2. 这是一个linux下的进程间通信,管道机制、消息缓冲队列、和共享内存机制进行进程间的通信等等。-This is an inter-process communication under linux, pipe mechanism, the message buffer queues, and shared memory mechanism for inter-process communication and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:5054
    • 提供者:黄锋
  1. ShareMem.13

    0下载:
  2. windows下共享内存示例代码,实现进程间通信-The following sample code windows shared memory to achieve inter-process communication
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:20923
    • 提供者:DessertTH
  1. server_client

    0下载:
  2. A simple shared memory server and client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2540
    • 提供者:rob
  1. LLogTrace

    0下载:
  2. LLogTrace 通用日志调试工具VC源代码,采用共享内存实现,作为调试程序用的LOG跟踪程序。-General log debugging tools LLogTrace VC source code, using shared memory, used as a debugger LOG tracking program.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:283109
    • 提供者:
  1. process-communication

    0下载:
  2. linux进程间通信的三种机制的简单实现,包括管道,消息队列和共享内存-linux inter-process communication simple implementation of the three mechanisms, including pipes, message queues and shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1788
    • 提供者:
  1. 5f

    0下载:
  2. Dining philosophers problem (five) semaphores and shared memory
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:11728
    • 提供者:tj77
  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. SharedMemory

    0下载:
  2. RTX共享内存 实现与WIN32数据相互交互的例子程序-RTX shared memory
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:7029111
    • 提供者:戴正国
  1. SHM

    0下载:
  2. 介绍共享内存,然后实现共享内存通信,PPT,源代码-Introduction of shared memory, shared memory and communication, PPT, source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:324020
    • 提供者:陈磊
  1. shareMemory

    0下载:
  2. 共享内存,进程通信,进程同步 源代码 vs2005平台-Shared memory, process communication, process synchronization platform source code to vs2005
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:3028216
    • 提供者:mike
  1. multlpThreadShareMem

    0下载:
  2. 多线程共享内存技术,为线程之间的通讯立下了汗马功劳-Shared memory multi-threading technology, communication between threads has achieved a lot
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:96568
    • 提供者:greathome
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 32 »
搜珍网 www.dssz.com