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

搜索资源列表

  1. 111

    0下载:
  2. 编写一个生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-Preparation of a producer- consumer program group, supports multiple producers and consumers, the the producer process for 2 Consumers number of processes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:150655
    • 提供者:蔡应恒
  1. mmap_chart

    1下载:
  2. 共享内存的方法,实现linux环境下的,进程间通信,聊天程序-no thing
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-07-04
    • 文件大小:12288
    • 提供者:邓建华
  1. IPC_SHARE_MEM-2

    0下载:
  2. 共享内存,进程间通信 两个例子 有一个例子在windows和unix都可用-share memory for IPC
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:6926
    • 提供者:nanmingyou
  1. sharememory

    0下载:
  2. windows 系统编程 进程之间共享内存资源 不错的源代码- windows system programming Shared memory resources between processes Good source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:75210
    • 提供者:曾志伟
  1. daima

    0下载:
  2. Linux进程编程,生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-The Linux process programming, producer- consumer program group, supports multiple producers and consumers, the the producer process for 2, consumers pr
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:2958
    • 提供者:q
  1. Noname1

    0下载:
  2. 共享内存 (shared memory)是Unix下的多进程之间的通信方法 ,这种方法通常用于一个程序的多进程间通信,实际上多个程序间也可以通过共享内存来传递信息。 ... 共享内存详情... outofmemory.cn/code-snippet/tagged/共享内存 - 2012-11-26 - 快照 - 预览- Shared memory code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:919
    • 提供者:wangdaleilei
  1. 123

    0下载:
  2. 学习生产者与消费者的运行基本原理 (2)学习使用共享内存区 (3)学习使用多进程 (4)学会使用锁互斥访问对象。 -The learning of producers and consumers the run basic principle (2) learning to use a shared memory area (3) learning to use a multi-process (4) learn to use the lock exclusive access
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:16117
    • 提供者:程序
  1. Memp

    0下载:
  2. 进程间内存共享 例子 WIN linux 代码都有-Inter-process memory sharing examples WIN linux code has
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:2374813
    • 提供者:zhaoyang
  1. test4-4

    0下载:
  2. 信号实验,实现linux下进程之间共享内存的功能-Signal experiments
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:1051
    • 提供者:梁萧
  1. guandaoyuxinhao

    0下载:
  2. 常用的进程间通信方式 传统的进程间通信方式 无名管道(pipe)、有名管道(fifo)和信号(signal) System V IPC对象 共享内存(share memory)、消息队列(message queue)和信号灯(semaphore) BSD 套接字(socket)-Interprocess communication methods commonly used traditional inter-process communicat
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:22450
    • 提供者:cqj
  1. linux_system_pro

    0下载:
  2. Linux系统编程项目--销售信息系统 【目的】 掌握共享内存的封装使用 掌握串口编程 掌握数据报文的解码 掌握多线程/多进程编程-Linux System Programming Project- Sales Information System [Objective] To grasp the shared memory programming package uses master serial data message to master to master mult
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-18
    • 文件大小:1565047
    • 提供者:lihanwei
  1. vc_dll

    0下载:
  2. 共享内存实现进程通信的例子,包含服务器与客户端的源代码,VS2010 C++ GCC C++ 正常编译-Shared memory communication process examples, including server and client source code, VS2010 C++ GCC C++ normal compiler
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:328080
    • 提供者:plafun2009
  1. SharedMemory

    0下载:
  2. 使用共享内存块的方式在进程间共享内存的例子-Using shared memory block to the shared memory between processes examples
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1264
    • 提供者:hahale
  1. shmlib

    0下载:
  2. 强大经典的共享内存库.利用循环BUF解决进程之间的视频流传输问题,零拷贝.-Powerful classic shared memory libraries. Use recycled BUF settlement process between the video streaming issues, zero-copy.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:14029
    • 提供者:王碧
  1. IDmessage

    0下载:
  2. 此代码实现进程与进程之间内存映像共享、也可以实现进程间通讯,适合初学者了解API-id-id message
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:12607
    • 提供者:qjych
  1. CONMUNICATION

    0下载:
  2. 进程之间的通讯,通过共享内存,实现多个进程之间的信息交流。-Communicate among thread
  3. 所属分类:Communication

    • 发布日期:2017-05-25
    • 文件大小:8420006
    • 提供者:Robin_Chu
  1. MultiThread-share-message-file

    0下载:
  2. 多进程间的通信,共享内存共享文件的形式,里面有很多个共享内存共享文件的例子。我收集的,用来开发。我的QQ 359559774-More inter-process communication, shared memory in the form of file sharing, there are a number of examples of shared memory shared files. I have collected, to develop. My QQ 359559774
  3. 所属分类:Linux Network

    • 发布日期:2017-05-09
    • 文件大小:1735145
    • 提供者:杨乐
  1. process

    0下载:
  2. 实现进程间的通信,通信方式为共享内存和消息传递。本程序建立的是win32项目,p1为父进程,p2为子进程.-the program implements the communication between two processes.the way to communicate are shared memory and message.The code can run in win32 applocation.p1 is the parent process and p2 is the sub
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:3160
    • 提供者:luo
  1. ShareMemory

    0下载:
  2. 进程间通信时使用的共享内存的类,包含创建,读取,写入操作,可以很方便的使用来控制进程间通信。-To easily deal with the communication of different processes, the ShareMemory class can be used to creat,write and read the ShareMemory,and the operations are atomic.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-08
    • 文件大小:1491
    • 提供者:mike
  1. shm

    0下载:
  2. linux下进程间通信,简单的共享内存的实现(源代码),适合初学。-linux under the inter-process communication, a simple shared memory implementation (source code), suitable for beginners.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1255
    • 提供者:杨大武
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »
搜珍网 www.dssz.com