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

搜索资源列表

  1. mmap

    0下载:
  2. UNIX提供了程序共享内存的机制,Linux内核从2.0开始也加入了这一功能。mmap(memory map)函数用于建立一段内存,使之能够被多个程序读写。它创建一个指向一段内存区域的指针并将其与特定的文件内容关联。-UNIX provides a mechanism for sharing memory, Linux kernel 2.0 from the beginning of this feature is also added. mmap (memory map) for the e
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:1058
    • 提供者:sbyygyfd
  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. sharedmemory

    0下载:
  2. linux 下进程间的通信,用共享内存方式实现!-sharedmemory of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6636
    • 提供者:xc
  1. producerconsumer

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

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

    0下载:
  2. 基于共享内存实现的生产者、消费者程序 操作系统实验可能会用到哦……^_^-producer and consumer problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1112
    • 提供者:Leehowe
  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. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. 86204968

    0下载:
  2. 利用建立共享内存实现进程通信,是最快的一种方法-The use of shared memory to achieve the process of establishing communication, is the fastest way
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:8413
    • 提供者:星海
  1. ipc

    0下载:
  2. 共享内存的使用演示,以及进程间信号量的封装-Demonstrate the use of shared memory, as well as inter-process semaphore package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2003
    • 提供者:林宗方
  1. TheUnixTimeSharingSystem

    0下载:
  2. 本书详尽地介绍了UNIX系统编程的高级技术。通过本书的学习,读者将能够充分利用标准的UNIX开发工具,掌握UNIX操作系统的内部工作方式,包括文件系统的内部操作以及大量UNIX函数的正确使用方法和技巧。本书详细说明了内部处理技术、进程间控制以及通过信号、分支进程和共享内存进行同步的方法。另外,本书还提供了大量的代码实例,这些实例涉及到多用户同时访问文件的技巧、改变目录结构以及动态更改用户和组参数的方法。 本书适用于UNIX专业程序员。 -The book has introduced Po
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:90163
    • 提供者:汪汪
  1. pro

    0下载:
  2. 利用消息队列共享内存实现进程通信; 采用三层架构的模式编码 -Using message queue shared memory to achieve the process of communication three-tier structure of the model code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:9918
    • 提供者:wanglei
  1. server

    0下载:
  2. 我写的服务器程序 共享内存 信号量 socket 我写的服务器程序 共享内存 信号量 socket-I wrote a server program shared memory semaphore socket server program I write socket shared memory semaphores
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 源代码是在Linux上运行,主要是创建共享内存,以实现进程间通信-Linux source code is run, mainly to create shared memory, in order to achieve inter-process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1366
    • 提供者:wwy
  1. 20061211160420_16

    0下载:
  2. linux 下基于共享内存访问的数据库的实现-linux-based shared memory access under the realization of a database
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:213943
    • 提供者:陈浩明
  1. read-write

    0下载:
  2. 实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符, 并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中 读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字 符,消费者也不能从同一单元中连续读两次以上相同的字符。 -cha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:4058
    • 提供者:jeremy
  1. writepriority

    0下载:
  2. 写优先的读者写者问题,使用共享内存,多个信号量实现。-writer and reader
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2381
    • 提供者:孟军
  1. ShareMemory

    0下载:
  2. 一个简单例子,实现共享内存,获得或设置一个相同变量的值.-A simple example, shared memory, get or set a different variable.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:74428
    • 提供者:Forever chen
  1. aybook.cn_gxncyxl1204(1)

    0下载:
  2. 共享内存与线程局部存储的资料 出处:http://blog.csdn.net/absurd -Shared memory and the thread local storage of information Source: http://blog.csdn.net/absurd
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:141013
    • 提供者:艾琳
  1. 1

    0下载:
  2. 一个FORK()调用的实验。通过建立共享内存区来实现进程之间的通信。父进程获取Fibonacci数列长度后,创建子进程来计算,待子进程完成后,父进程输出结果-A FORK () call experiment. Through the establishment of shared memory areas to achieve communication between the process. Parent process for the length of Fibonacci sequen
  3. 所属分类:Linux-Unix program

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