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

搜索资源列表

  1. linux

    0下载:
  2. LINUX进程间通信程序设计演示代码,包括3种通讯方式:管道通讯,信号通讯,共享内存通讯。-LINUX programming inter-process communication demo code, including three kinds of communication: communication channels, signal communications, shared memory communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3429
    • 提供者:mini
  1. shm

    0下载:
  2. linux共享内存读写实例,麻雀虽小,五脏俱全!-linux shared memory using example
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1510
    • 提供者:howema
  1. shm

    0下载:
  2. this will help to know about shared memory segment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:651
    • 提供者:naren
  1. read_shareMemory

    0下载:
  2. 用mfc实现的读取共享内存的简单例子-Read using mfc shared memory to achieve a simple example ...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:45014
    • 提供者:林林
  1. write_sharememory

    0下载:
  2. 用mfc开发的实现的写入共享内存例子-Achieved with the development of writing mfc shared memory example ...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:45529
    • 提供者:林林
  1. memshare

    0下载:
  2. 本代码是用户态和内核态通信的一种实现方式。用户态通过与内核态共享内存来访问内核态数据。内核态共享内存的地址通过netlink传递给用户态。-this code is a communication method between user space and kernel space.user space access kernel data through shared memory.the address of shared memory created in kernel space is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:11226
    • 提供者:vividonly
  1. semaphore

    0下载:
  2. The shared memory has three character buffers, which are used to store a small letter, a capital letter, and a digit respectively. These buffers are logically independent. This program have some writer and reader threads. The writer threads are respo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:14304
    • 提供者:eagle
  1. process

    0下载:
  2. 关于Linux下的进程间通信的知识,主要是信号量,消息队列,共享内存等。-On interprocess communication under Linux knowledge, mainly semaphores, message queues, shared memory and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1202652
    • 提供者:饶学莎
  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. 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. 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. 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. 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. SHM

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

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

    0下载:
  2. 基于Linux的一个记录客户写入情况的日志模块。 其中附有详细的ReadMe说明和代码注释。 关键字:Linux,日志模块,共享存储,多线程。-Linux-based clients to write a case record log module. One of the ReadMe with detailed instructions and code comments. Keywords: Linux, the log module, shared memory, multi-t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:61866
    • 提供者:罗雄威
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com