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

搜索资源列表

  1. linux_process

    0下载:
  2. 该书详细介绍了linux进程之间通信的几种方式:信号,管道,共享内存等几种方式,并附有详细的实例,是一本不错的新手入门的电子书。-The book details the process of communication between linux in several ways: signals, pipes, shared memory, such as a number of ways, with detailed examples are a good green hand of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:210537
    • 提供者:陈笑天
  1. datapkg.tar

    0下载:
  2. 通过共享内存,采用页存储的方式保存数据,达到进程间大数据量的通讯等目的-Shared memory page is stored
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:8436
    • 提供者:xu ding
  1. cache

    0下载:
  2. OSCACHE API 供开发内存共享查阅使用。-OSCACHE API for shared memory access to the use of the development.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:815087
    • 提供者:huaweiwd
  1. ipc

    0下载:
  2. linux下进程间通讯列子,包括消息队列,共享内存等-linux Liezi under the process of communication, including message queues, shared memory, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:35537
    • 提供者:陈灏
  1. sharem

    0下载:
  2. 进程间通信共享内存的应用,可以实现多个进程间共享一部分物理内存-Inter-process communication of shared memory applications, can be shared between more than part of the process of physical memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:崔强
  1. ipc

    1下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4051
    • 提供者:owenbbkp
  1. jinchengtongxin

    0下载:
  2. 进程间通信基础(理论+实例) 包括管道,有名管道,消息队列,信号灯,共享内存,socket。-The basis of inter-process communication (theory+ examples), including pipelines, well-known pipes, message queues, semaphore, shared memory, socket.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:672168
    • 提供者:王小白
  1. os

    0下载:
  2. 分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘输入和输出至屏幕进行比较即可)。 -, Respectively, using the information communication mechanism UNIX, shared memory mechanism (with tr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3137
    • 提供者:一零
  1. hw1

    0下载:
  2. homework , operating system, on shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:835
    • 提供者:basamt
  1. hw2

    0下载:
  2. homework on shared memory, operating systems
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-11-06
    • 文件大小:736
    • 提供者:basamt
  1. UNIX_Network_Programming__Interprocess_Communicat

    0下载:
  2. A very good book on UNIX network programming - Volume 2 for IPC (shared memory, message queue...)-A very good book on UNIX network programming- Volume 2 for IPC (shared memory, message queue...)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:5974415
    • 提供者:nqbinh
  1. MapFile

    1下载:
  2. vc++的共享内存实现,实时数据库设计的一套整合方案,希望实时数据库人员喜欢-vc++ implementation of shared memory, real-time database design an integrated program and hoped that officers like real-time database
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:79772
    • 提供者:liyang
  1. producerconsumer

    0下载:
  2. 基于共享内存的生产者—消费者程序 共享内存的实现-Producers based on shared memory- shared memory implementation of consumer programs
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1483
    • 提供者:金淼
  1. SharedMemory.tar

    0下载:
  2. Implementation of Shared Memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:760
    • 提供者:Matrix
  1. Interprocess_Communications_in_Linux

    0下载:
  2. This document provides the good insight of the interprocess communication. It also covers many useful topics such as message queue, shared memory, semaphore and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3558345
    • 提供者:bumpman
  1. 4

    0下载:
  2. 一个简单的进程通信例子——利用共享内存进行进程间的通信-A simple example of the process of communication- the use of shared memory inter-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2525
    • 提供者:rebecca
  1. 5

    0下载:
  2. 信号量机制在进程通信中应用的举例(包含没有设置信号量、设置信号量及信号量机制和共享内存结合的纵多例子)-Semaphore mechanism in the process of communication applications, for example (including the semaphore is not set, set the semaphore and shared memory semaphore mechanism and the vertical integratio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:3489
    • 提供者:rebecca
  1. message

    0下载:
  2. 进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:746
    • 提供者:wwwmao
  1. example_of_share_memory

    0下载:
  2. 共享内存机制的演示程序,理解共享内存的工作机制-Shared memory mechanism, demo program, understanding the working mechanism of shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:50400
    • 提供者:ayk1985
  1. sharedm

    0下载:
  2. 用共享存储区方式实现多个进程的通信程序: 该程序通过shmget()函数创建共享存储区,将一个字符串指针指向该存储区的起始地址,然后通过fork()创建两个子进程,通过对该字符串指针的读写达到多进程间的通信。程序中使用sleep()函数调节各进程对共享存储区的读写操作顺序。-With the shared memory area where multiple processes of communication program: the program through the shmget
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:870
    • 提供者:JK
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com