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

搜索资源列表

  1. dx_app

    0下载:
  2. 教学实验程序相关,是用来进程通信,内存共享原子操作等-e teaching experiment program is related to the process of communication, memory sharing atomic operation, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:71706
    • 提供者:王晓磊
  1. packet_mmap

    0下载:
  2. 通过mmap实现进程间共享内存的读与写,linux下运行-use mmap to read and write share memory of thread,in linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:ulver
  1. SharedMemory

    1下载:
  2. Linux共享内存源码,包括写共享内存的进程代码,读共享内存的进程代码,还有信号量的代码-Linux shared memory source, including the process of writing code for shared memory, shared memory reading process code, there semaphore code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3378
    • 提供者:辛明泉
  1. share_memory

    0下载:
  2. 共享内存是linux进程间通信最快的方式,还附有共享内存队列,可以直接用在项目中.-Shared memory is the fastest way to Linux inter-process communication, with Shared memory queue, can be directly used in the project.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:24669
    • 提供者:李晨旭
  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. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1739
    • 提供者:tb4213410xixio
  1. jincheng2

    0下载:
  2. 通过共享内存实现进程间的通信!这个是进程2!-Through shared memory to achieve inter-process communication! This is the process of 2!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:941
    • 提供者:yan918754
  1. IPC.tar

    0下载:
  2. linux-进程间通信 共享内存实例讲解 在linux编译可以使用。- Inter-process communication shared memory linux- examples to explain can be used in linux compilation.
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:859932
    • 提供者:希贤
  1. pipe

    0下载:
  2. 1个父进程、2个子进程,利用管道和共享内存实现两个子进程之间数据快速传送-A parent process, two sub-processes, the use of pipes and shared memory to achieve fast data transfer between the two sub-processes
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-12
    • 文件大小:517
    • 提供者:
  1. share_mem_demo

    0下载:
  2. vc 共享内存,进程间通讯,希望对大家有用-Vc between shared memory, interprocess communication, hope to be useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-17
    • 文件大小:26770432
    • 提供者:王贺
  1. 86204968

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

    • 发布日期:2017-05-01
    • 文件大小:8455
    • 提供者:p6osg
  1. jincheng1

    0下载:
  2. 通过共享内存实现进程间的通信!这个是进程1!-Through shared memory to achieve inter-process communication! This is the process of 1!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1190
    • 提供者:q15873zhim
  1. Memory_strShare

    0下载:
  2. 一个简单的使用了共享内存映射,实现进程间通讯。-A simple use of a shared memory mapping, to achieve inter-process communication.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2316
    • 提供者:xod31062jiayu
  1. PrdCos

    0下载:
  2. 基于共享内存,使用轻量级进程信号量机制实现消费者生产者问题-Consumers to producers based on shared memory, the use of lightweight processes semaphore mechanism
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2476
    • 提供者:qqvkv9836xigsh
  1. SharedMemoryEx

    0下载:
  2. 用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3460
    • 提供者:yyece9797lil
  1. shm

    0下载:
  2. 多个进程每秒钟向共享内存中写入数据,一个进程从共享内存中读数据-Multiple processes per second write data to shared memory, a process that reads the data the shared memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1505
    • 提供者:ddxtx3814shz
  1. shmemory

    0下载:
  2. 使用共享内存编程,使不同的进程可以通信完成任务-The use of shared memory programming, the process of bringing people of different communication tasks can be
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1549
    • 提供者:vvdnd9991shque
  1. 86204968

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

    • 发布日期:2017-05-01
    • 文件大小:8706
    • 提供者:a9sizhan
  1. jincheng1

    0下载:
  2. 通过共享内存实现进程间的通信!这个是进程1!-Through shared memory to achieve inter-process communication! This is the process of 1!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:983
    • 提供者:b8bnbomeil0
  1. Memory_strShare

    0下载:
  2. 一个简单的使用了共享内存映射,实现进程间通讯。-A simple use of a shared memory mapping, to achieve inter-process communication.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1993
    • 提供者:rlarang
  1. PrdCos

    0下载:
  2. 基于共享内存,使用轻量级进程信号量机制实现消费者生产者问题-Consumers to producers based on shared memory, the use of lightweight processes semaphore mechanism
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:y0xfxxingye
« 1 2 ... 8 9 10 11 12 1314 15 16 »
搜珍网 www.dssz.com