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

搜索资源列表

  1. Operating-System

    0下载:
  2. 这是我在研究生助教期间花了很大心血做的Linux操作系统的课件,范围包括GCC使用 Shell脚本基础 Linux进程、线程、信号、信号量、消息队列以内存共享以及文件系统等方面的知识。-This is my graduate student teaching assistants spent a lot of effort to do during the Linux operating system, courseware, covering the GCC based on Linux us
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:4052496
    • 提供者:罗棚
  1. sharemem

    0下载:
  2. 实现进程间的通讯,通过用共享内存的方式。-To achieve inter-process communication, by way of using shared memory.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:209827
    • 提供者:Aaron
  1. BenchmarkPthreadPerformance

    0下载:
  2. The importance of the peeormance of threads libraries is growing as clusters of shared memory machines become more popular POSIX threads, or Pthreads, is an industry threads library standard.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:696035
    • 提供者:ghostking
  1. Process-communication

    1下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-22
    • 文件大小:119808
    • 提供者:陈明
  1. juzhensyanbfa

    0下载:
  2. 给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种 并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI (message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验, 结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移 植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。-Gives t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:126048
    • 提供者:澄海
  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. 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 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 30 »
搜珍网 www.dssz.com